#A96136

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

Shades of Desert #A96136

Tints of Desert #A96136

Color information

#A96136 (or 0xA96136) is unknown color: approx Desert. HEX triplet: A9, 61 and 36. RGB value is (169,97,54). Sum of RGB (Red+Green+Blue) = 169+97+54=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A96136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96136 is #569EC9. Grayscale: #717171. Windows color (decimal): -5676746 or 3563945. OLE color: 3563945.

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

Color convert

RGB1699754-
CMYK00.430.680.34
HSL22.43º51.57%43.73%-
HSV(B)22.43º68.05%66.27%-
XYZ21.317.255.7-
YUV113.6394.35167.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.81%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 54 (21.48% from 255) = 16.88%
R=52.81%
G=30.31%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169975400.430.680.3422.4351.5743.73
HexA9613602B442216342c
Octal2511416605310442266454
Binary1010100111000011101100101011100010010001010110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96136; }

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

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

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

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

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

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

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

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