#A16849

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

Shades of Dark Tan #A16849

Tints of Dark Tan #A16849

Color information

#A16849 (or 0xA16849) is unknown color: approx Dark Tan. HEX triplet: A1, 68 and 49. RGB value is (161,104,73). Sum of RGB (Red+Green+Blue) = 161+104+73=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A16849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16849 is #5E97B6. Grayscale: #757575. Windows color (decimal): -6199223 or 4810913. OLE color: 4810913.

HSL color Cylindrical-coordinate representation of color #A16849: hue angle of 21.14º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16849 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB16110473-
CMYK00.350.550.37
HSL21.14º37.61%45.88%-
HSV(B)21.14º54.66%63.14%-
XYZ20.8517.968.67-
YUV117.51102.88159.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=47.63%
G=30.77%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611047300.350.550.3721.1437.6145.88
HexA16849023372515262e
Octal2411501110436745254656
Binary1010000111010001001001010001111011110010110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16849; }

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

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

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

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

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

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

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

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