#A16840

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

Shades of Desert #A16840

Tints of Desert #A16840

Color information

#A16840 (or 0xA16840) is unknown color: approx Desert. HEX triplet: A1, 68 and 40. RGB value is (161,104,64). Sum of RGB (Red+Green+Blue) = 161+104+64=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A16840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16840 is #5E97BF. Grayscale: #747474. Windows color (decimal): -6199232 or 4221089. OLE color: 4221089.

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

Color convert

RGB16110464-
CMYK00.350.600.37
HSL24.74º43.11%44.12%-
HSV(B)24.74º60.25%63.14%-
XYZ20.5717.857.21-
YUV116.4898.38159.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=48.94%
G=31.61%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611046400.350.600.3724.7443.1144.12
HexA168400233C25192b2c
Octal2411501000437445315354
Binary1010000111010001000000010001111110010010111001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16840; }

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

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

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

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

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

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

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

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