#A85E39

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

Shades of Desert #A85E39

Tints of Desert #A85E39

Color information

#A85E39 (or 0xA85E39) is unknown color: approx Desert. HEX triplet: A8, 5E and 39. RGB value is (168,94,57). Sum of RGB (Red+Green+Blue) = 168+94+57=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85E39 is #57A1C6. Grayscale: #707070. Windows color (decimal): -5743047 or 3759784. OLE color: 3759784.

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

Color convert

RGB1689457-
CMYK00.440.660.34
HSL20º49.33%44.12%-
HSV(B)20º66.07%65.88%-
XYZ20.8916.635.98-
YUV111.9197.02168.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.66%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 57 (22.66% from 255) = 17.87%
R=52.66%
G=29.47%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168945700.440.660.342049.3344.12
HexA85E3902C422214312c
Octal2501367105410242246154
Binary1010100010111101110010101100100001010001010100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85E39; }

 p { color: rgb(168,94,57); }

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

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

 a { background-color: rgb(168,94,57); }

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

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

 span { border-color: rgb(168,94,57); }

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