#A96038

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

Shades of Desert #A96038

Tints of Desert #A96038

Color information

#A96038 (or 0xA96038) is unknown color: approx Desert. HEX triplet: A9, 60 and 38. RGB value is (169,96,56). Sum of RGB (Red+Green+Blue) = 169+96+56=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A96038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96038 is #569FC7. Grayscale: #717171. Windows color (decimal): -5677000 or 3694761. OLE color: 3694761.

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

Color convert

RGB1699656-
CMYK00.430.670.34
HSL21.24º50.22%44.12%-
HSV(B)21.24º66.86%66.27%-
XYZ21.2617.095.92-
YUV113.2795.68167.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.65%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=52.65%
G=29.91%
B=17.45%

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
Decimal169965600.430.670.3421.2450.2244.12
HexA9603802B432215322c
Octal2511407005310342256254
Binary1010100111000001110000101011100001110001010101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96038; }

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

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

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

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

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

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

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

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