#A96339

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

Shades of Desert #A96339

Tints of Desert #A96339

Color information

#A96339 (or 0xA96339) is unknown color: approx Desert. HEX triplet: A9, 63 and 39. RGB value is (169,99,57). Sum of RGB (Red+Green+Blue) = 169+99+57=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A96339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96339 is #569CC6. Grayscale: #737373. Windows color (decimal): -5676231 or 3761065. OLE color: 3761065.

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

Color convert

RGB1699957-
CMYK00.410.660.34
HSL22.5º49.56%44.31%-
HSV(B)22.5º66.27%66.27%-
XYZ21.5617.656.14-
YUV115.1495.19166.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 57 (22.66% from 255) = 17.54%
R=52%
G=30.46%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169995700.410.660.3422.549.5644.31
HexA96339029422216322c
Octal2511437105110242266254
Binary1010100111000111110010101001100001010001010110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96339; }

 p { color: rgb(169,99,57); }

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

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

 a { background-color: rgb(169,99,57); }

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

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

 span { border-color: rgb(169,99,57); }

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