#A06240

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

Shades of Desert #A06240

Tints of Desert #A06240

Color information

#A06240 (or 0xA06240) is unknown color: approx Desert. HEX triplet: A0, 62 and 40. RGB value is (160,98,64). Sum of RGB (Red+Green+Blue) = 160+98+64=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A06240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06240 is #5F9DBF. Grayscale: #707070. Windows color (decimal): -6266304 or 4219552. OLE color: 4219552.

HSL color Cylindrical-coordinate representation of color #A06240: hue angle of 21.25º 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 #A06240 is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB1609864-
CMYK00.390.60.37
HSL21.25º42.86%43.92%-
HSV(B)21.25º60%62.75%-
XYZ19.7916.587.01-
YUV112.66100.54161.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.69%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=49.69%
G=30.43%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160986400.390.60.3721.2542.8643.92
HexA062400273C25152b2c
Octal2401421000477445255354
Binary1010000011000101000000010011111110010010110101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06240; }

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

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

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

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

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

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

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

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