#A16440

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

Shades of Desert #A16440

Tints of Desert #A16440

Color information

#A16440 (or 0xA16440) is unknown color: approx Desert. HEX triplet: A1, 64 and 40. RGB value is (161,100,64). Sum of RGB (Red+Green+Blue) = 161+100+64=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A16440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16440 is #5E9BBF. Grayscale: #727272. Windows color (decimal): -6200256 or 4220065. OLE color: 4220065.

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

Color convert

RGB16110064-
CMYK00.380.600.37
HSL22.27º43.11%44.12%-
HSV(B)22.27º60.25%63.14%-
XYZ20.1817.067.08-
YUV114.1499.71161.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=49.54%
G=30.77%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611006400.380.600.3722.2743.1144.12
HexA164400263C25162b2c
Octal2411441000467445265354
Binary1010000111001001000000010011011110010010110110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16440; }

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

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

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

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

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

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

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

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