#A16B46

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

Shades of Dark Tan #A16B46

Tints of Dark Tan #A16B46

Color information

#A16B46 (or 0xA16B46) is unknown color: approx Dark Tan. HEX triplet: A1, 6B and 46. RGB value is (161,107,70). Sum of RGB (Red+Green+Blue) = 161+107+70=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16B46 is #5E94B9. Grayscale: #777777. Windows color (decimal): -6198458 or 4615073. OLE color: 4615073.

HSL color Cylindrical-coordinate representation of color #A16B46: hue angle of 24.4º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16B46 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB16110770-
CMYK00.340.570.37
HSL24.4º39.39%45.29%-
HSV(B)24.4º56.52%63.14%-
XYZ21.0618.538.26-
YUV118.93100.39158.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 70 (27.73% from 255) = 20.71%
R=47.63%
G=31.66%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611077000.340.570.3724.439.3945.29
HexA16B46022392518272d
Octal2411531060427145304755
Binary1010000111010111000110010001011100110010111000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16B46; }

 p { color: rgb(161,107,70); }

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

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

 a { background-color: rgb(161,107,70); }

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

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

 span { border-color: rgb(161,107,70); }

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