#A16E4A

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

Shades of Dark Tan #A16E4A

Tints of Dark Tan #A16E4A

Color information

#A16E4A (or 0xA16E4A) is unknown color: approx Dark Tan. HEX triplet: A1, 6E and 4A. RGB value is (161,110,74). Sum of RGB (Red+Green+Blue) = 161+110+74=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E4A is #5E91B5. Grayscale: #797979. Windows color (decimal): -6197686 or 4877985. OLE color: 4877985.

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

Color convert

RGB16111074-
CMYK00.320.540.37
HSL24.83º37.02%46.08%-
HSV(B)24.83º54.04%63.14%-
XYZ21.5119.229.06-
YUV121.14101.4156.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=46.67%
G=31.88%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611107400.320.540.3724.8337.0246.08
HexA16E4A020362519252e
Octal2411561120406645314556
Binary1010000111011101001010010000011011010010111001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E4A; }

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

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

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

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

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

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

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

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