#A16137

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

Shades of Desert #A16137

Tints of Desert #A16137

Color information

#A16137 (or 0xA16137) is unknown color: approx Desert. HEX triplet: A1, 61 and 37. RGB value is (161,97,55). Sum of RGB (Red+Green+Blue) = 161+97+55=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A16137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16137 is #5E9EC8. Grayscale: #6F6F6F. Windows color (decimal): -6201033 or 3629473. OLE color: 3629473.

HSL color Cylindrical-coordinate representation of color #A16137: hue angle of 23.77º degrees, saturation: 0.49, 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 #A16137 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1619755-
CMYK00.400.660.37
HSL23.77º49.07%42.35%-
HSV(B)23.77º65.84%63.14%-
XYZ19.6616.45.74-
YUV111.3596.2163.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.44%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 55 (21.88% from 255) = 17.57%
R=51.44%
G=30.99%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161975500.400.660.3723.7749.0742.35
HexA16137028422518312a
Octal2411416705010245306152
Binary1010000111000011101110101000100001010010111000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16137; }

 p { color: rgb(161,97,55); }

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

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

 a { background-color: rgb(161,97,55); }

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

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

 span { border-color: rgb(161,97,55); }

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