#A16847

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

Shades of Dark Tan #A16847

Tints of Dark Tan #A16847

Color information

#A16847 (or 0xA16847) is unknown color: approx Dark Tan. HEX triplet: A1, 68 and 47. RGB value is (161,104,71). Sum of RGB (Red+Green+Blue) = 161+104+71=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A16847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16847 is #5E97B8. Grayscale: #757575. Windows color (decimal): -6199225 or 4679841. OLE color: 4679841.

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

Color convert

RGB16110471-
CMYK00.350.560.37
HSL22º38.79%45.49%-
HSV(B)22º55.9%63.14%-
XYZ20.7917.938.33-
YUV117.28101.88159.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 71 (28.12% from 255) = 21.13%
R=47.92%
G=30.95%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611047100.350.560.372238.7945.49
HexA16847023382516272d
Octal2411501070437045264755
Binary1010000111010001000111010001111100010010110110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16847; }

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

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

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

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

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

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

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

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