#A16A40

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

Shades of Desert #A16A40

Tints of Desert #A16A40

Color information

#A16A40 (or 0xA16A40) is unknown color: approx Desert. HEX triplet: A1, 6A and 40. RGB value is (161,106,64). Sum of RGB (Red+Green+Blue) = 161+106+64=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16A40 is #5E95BF. Grayscale: #757575. Windows color (decimal): -6198720 or 4221601. OLE color: 4221601.

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

Color convert

RGB16110664-
CMYK00.340.600.37
HSL25.98º43.11%44.12%-
HSV(B)25.98º60.25%63.14%-
XYZ20.7818.267.28-
YUV117.6697.72158.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=48.64%
G=32.02%
B=19.34%

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
Decimal1611066400.340.600.3725.9843.1144.12
HexA16A400223C251a2b2c
Octal2411521000427445325354
Binary1010000111010101000000010001011110010010111010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16A40; }

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

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

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

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

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

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

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

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