#A96138

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

Shades of Desert #A96138

Tints of Desert #A96138

Color information

#A96138 (or 0xA96138) is unknown color: approx Desert. HEX triplet: A9, 61 and 38. RGB value is (169,97,56). Sum of RGB (Red+Green+Blue) = 169+97+56=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A96138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96138 is #569EC7. Grayscale: #727272. Windows color (decimal): -5676744 or 3695017. OLE color: 3695017.

HSL color Cylindrical-coordinate representation of color #A96138: hue angle of 21.77º degrees, saturation: 0.5, 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 #A96138 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1699756-
CMYK00.430.670.34
HSL21.77º50.22%44.12%-
HSV(B)21.77º66.86%66.27%-
XYZ21.3517.275.95-
YUV113.8595.35167.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.48%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=52.48%
G=30.12%
B=17.39%

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
Decimal169975600.430.670.3421.7750.2244.12
HexA9613802B432216322c
Octal2511417005310342266254
Binary1010100111000011110000101011100001110001010110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96138; }

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

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

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

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

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

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

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

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