#A16C4A

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

Shades of Dark Tan #A16C4A

Tints of Dark Tan #A16C4A

Color information

#A16C4A (or 0xA16C4A) is unknown color: approx Dark Tan. HEX triplet: A1, 6C and 4A. RGB value is (161,108,74). Sum of RGB (Red+Green+Blue) = 161+108+74=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C4A is #5E93B5. Grayscale: #787878. Windows color (decimal): -6198198 or 4877473. OLE color: 4877473.

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

Color convert

RGB16110874-
CMYK00.330.540.37
HSL23.45º37.02%46.08%-
HSV(B)23.45º54.04%63.14%-
XYZ21.318.88.98-
YUV119.97102.06157.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=46.94%
G=31.49%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611087400.330.540.3723.4537.0246.08
HexA16C4A021362517252e
Octal2411541120416645274556
Binary1010000111011001001010010000111011010010110111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16C4A; }

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

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

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

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

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

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

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

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