#a16f4c

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

Shades of Dark Tan #A16F4C

Tints of Dark Tan #A16F4C

Color information

#A16F4C (or 0xA16F4C) is unknown color: approx Dark Tan. HEX triplet: A1, 6F and 4C. RGB value is (161,111,76). Sum of RGB (Red+Green+Blue) = 161+111+76=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F4C is #5E90B3. Grayscale: #7A7A7A. Windows color (decimal): -6197428 or 5009313. OLE color: 5009313.

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

Color convert

RGB16111176-
CMYK00.310.530.37
HSL24.71º35.86%46.47%-
HSV(B)24.71º52.8%63.14%-
XYZ21.6919.479.45-
YUV121.96102.06155.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=46.26%
G=31.90%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611117600.310.530.3724.7135.8646.47
HexA16F4C01F352519242e
Octal2411571140376545314456
Binary101000011101111100110001111111010110010111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a16f4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a16f4c; }

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

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

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

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

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

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

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

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