#A16D4A

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

Shades of Dark Tan #A16D4A

Tints of Dark Tan #A16D4A

Color information

#A16D4A (or 0xA16D4A) is unknown color: approx Dark Tan. HEX triplet: A1, 6D and 4A. RGB value is (161,109,74). Sum of RGB (Red+Green+Blue) = 161+109+74=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16D4A is #5E92B5. Grayscale: #787878. Windows color (decimal): -6197942 or 4877729. OLE color: 4877729.

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

Color convert

RGB16110974-
CMYK00.320.540.37
HSL24.14º37.02%46.08%-
HSV(B)24.14º54.04%63.14%-
XYZ21.419.019.02-
YUV120.56101.73156.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 74 (29.30% from 255) = 21.51%
R=46.80%
G=31.69%
B=21.51%

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
Decimal1611097400.320.540.3724.1437.0246.08
HexA16D4A020362518252e
Octal2411551120406645304556
Binary1010000111011011001010010000011011010010111000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16D4A; }

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

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

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

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

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

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

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

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