#A96137

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

Shades of Desert #A96137

Tints of Desert #A96137

Color information

#A96137 (or 0xA96137) is unknown color: approx Desert. HEX triplet: A9, 61 and 37. RGB value is (169,97,55). Sum of RGB (Red+Green+Blue) = 169+97+55=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A96137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96137 is #569EC8. Grayscale: #717171. Windows color (decimal): -5676745 or 3629481. OLE color: 3629481.

HSL color Cylindrical-coordinate representation of color #A96137: hue angle of 22.11º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A96137 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1699755-
CMYK00.430.670.34
HSL22.11º50.89%43.92%-
HSV(B)22.11º67.46%66.27%-
XYZ21.3317.265.82-
YUV113.7494.85167.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.65%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 55 (21.88% from 255) = 17.13%
R=52.65%
G=30.22%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169975500.430.670.3422.1150.8943.92
HexA9613702B432216332c
Octal2511416705310342266354
Binary1010100111000011101110101011100001110001010110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96137; }

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

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

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

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

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

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

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

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