#A06036

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

Shades of Desert #A06036

Tints of Desert #A06036

Color information

#A06036 (or 0xA06036) is unknown color: approx Desert. HEX triplet: A0, 60 and 36. RGB value is (160,96,54). Sum of RGB (Red+Green+Blue) = 160+96+54=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A06036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06036 is #5F9FC9. Grayscale: #6E6E6E. Windows color (decimal): -6266826 or 3563680. OLE color: 3563680.

HSL color Cylindrical-coordinate representation of color #A06036: hue angle of 23.77º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A06036 is Cyan = 0, Magento = 0.4, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1609654-
CMYK00.40.660.37
HSL23.77º49.53%41.96%-
HSV(B)23.77º66.25%62.75%-
XYZ19.3516.115.58-
YUV110.3596.2163.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=51.61%
G=30.97%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160965400.40.660.3723.7749.5341.96
HexA06036028422518322a
Octal2401406605010245306252
Binary1010000011000001101100101000100001010010111000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06036; }

 p { color: rgb(160,96,54); }

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

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

 a { background-color: rgb(160,96,54); }

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

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

 span { border-color: rgb(160,96,54); }

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