#A16F4A

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

Shades of Dark Tan #A16F4A

Tints of Dark Tan #A16F4A

Color information

#A16F4A (or 0xA16F4A) is unknown color: approx Dark Tan. HEX triplet: A1, 6F and 4A. RGB value is (161,111,74). Sum of RGB (Red+Green+Blue) = 161+111+74=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F4A is #5E90B5. Grayscale: #797979. Windows color (decimal): -6197430 or 4878241. OLE color: 4878241.

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

Color convert

RGB16111174-
CMYK00.310.540.37
HSL25.52º37.02%46.08%-
HSV(B)25.52º54.04%63.14%-
XYZ21.6219.449.09-
YUV121.73101.06156.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=46.53%
G=32.08%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611117400.310.540.3725.5237.0246.08
HexA16F4A01F36251a252e
Octal2411571120376645324556
Binary101000011101111100101001111111011010010111010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F4A; }

 p { color: rgb(161,111,74); }

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

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

 a { background-color: rgb(161,111,74); }

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

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

 span { border-color: rgb(161,111,74); }

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