#A06540

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

Shades of Desert #A06540

Tints of Desert #A06540

Color information

#A06540 (or 0xA06540) is unknown color: approx Desert. HEX triplet: A0, 65 and 40. RGB value is (160,101,64). Sum of RGB (Red+Green+Blue) = 160+101+64=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A06540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06540 is #5F9ABF. Grayscale: #727272. Windows color (decimal): -6265536 or 4220320. OLE color: 4220320.

HSL color Cylindrical-coordinate representation of color #A06540: hue angle of 23.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A06540 is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB16010164-
CMYK00.370.60.37
HSL23.12º42.86%43.92%-
HSV(B)23.12º60%62.75%-
XYZ20.0817.157.1-
YUV114.4299.55160.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=49.23%
G=31.08%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601016400.370.60.3723.1242.8643.92
HexA065400253C25172b2c
Octal2401451000457445275354
Binary1010000011001011000000010010111110010010110111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06540; }

 p { color: rgb(160,101,64); }

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

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

 a { background-color: rgb(160,101,64); }

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

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

 span { border-color: rgb(160,101,64); }

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