#A16A41

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

Shades of Desert #A16A41

Tints of Desert #A16A41

Color information

#A16A41 (or 0xA16A41) is unknown color: approx Desert. HEX triplet: A1, 6A and 41. RGB value is (161,106,65). Sum of RGB (Red+Green+Blue) = 161+106+65=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16A41 is #5E95BE. Grayscale: #757575. Windows color (decimal): -6198719 or 4287137. OLE color: 4287137.

HSL color Cylindrical-coordinate representation of color #A16A41: hue angle of 25.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A16A41 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB16110665-
CMYK00.340.600.37
HSL25.62º42.48%44.31%-
HSV(B)25.62º59.63%63.14%-
XYZ20.8118.277.43-
YUV117.7798.22158.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=48.49%
G=31.93%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611066500.340.600.3725.6242.4844.31
HexA16A410223C251a2a2c
Octal2411521010427445325254
Binary1010000111010101000001010001011110010010111010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16A41; }

 p { color: rgb(161,106,65); }

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

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

 a { background-color: rgb(161,106,65); }

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

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

 span { border-color: rgb(161,106,65); }

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