#A06439

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

Shades of Desert #A06439

Tints of Desert #A06439

Color information

#A06439 (or 0xA06439) is unknown color: approx Desert. HEX triplet: A0, 64 and 39. RGB value is (160,100,57). Sum of RGB (Red+Green+Blue) = 160+100+57=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A06439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06439 is #5F9BC6. Grayscale: #717171. Windows color (decimal): -6265799 or 3761312. OLE color: 3761312.

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

Color convert

RGB16010057-
CMYK00.380.640.37
HSL25.05º47.47%42.55%-
HSV(B)25.05º64.38%62.75%-
XYZ19.7916.886.09-
YUV113.0496.38161.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=50.47%
G=31.55%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601005700.380.640.3725.0547.4742.55
HexA064390264025192f2b
Octal2401447104610045315753
Binary1010000011001001110010100110100000010010111001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06439; }

 p { color: rgb(160,100,57); }

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

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

 a { background-color: rgb(160,100,57); }

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

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

 span { border-color: rgb(160,100,57); }

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