#AD823B

Color #AD823B Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #AD823B

Tints of Alpine #AD823B

Color information

#AD823B (or 0xAD823B) is unknown color: approx Alpine. HEX triplet: AD, 82 and 3B. RGB value is (173,130,59). Sum of RGB (Red+Green+Blue) = 173+130+59=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD823B is #527DC4. Grayscale: #878787. Windows color (decimal): -5406149 or 3900077. OLE color: 3900077.

HSL color Cylindrical-coordinate representation of color #AD823B: hue angle of 37.37º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD823B is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17313059-
CMYK00.250.660.32
HSL37.37º49.14%45.49%-
HSV(B)37.37º65.9%67.84%-
XYZ26.0125.177.62-
YUV134.7685.25155.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 47.79%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 59 (23.44% from 255) = 16.30%
R=47.79%
G=35.91%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731305900.250.660.3237.3749.1445.49
HexAD823B019422025312d
Octal2552027303110240456155
Binary10101101100000101110110110011000010100000100101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD823B; }

 p { color: rgb(173,130,59); }

 H1.HeaderClassName
 {
   color: #AD823B;
 }
 .AnyTagClassName
 {
   color: #AD823B;
 }
</style>
background-color css

<style>
 a { background-color: #AD823B; }

 a { background-color: rgb(173,130,59); }

 div.DivClassName
 {
   background-color: #AD823B;
 }
 .BgClassName
 {
   background-color: #AD823B;
 }
</style>
border-color css

<style>
 span { border-color: #AD823B; }

 span { border-color: rgb(173,130,59); }

 td.TdClassName
 {
   border-color: #AD823B;
 }
 .TagClassName
 {
   border-color: #AD823B;
 }
</style>