#A16E4B

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

Shades of Dark Tan #A16E4B

Tints of Dark Tan #A16E4B

Color information

#A16E4B (or 0xA16E4B) is unknown color: approx Dark Tan. HEX triplet: A1, 6E and 4B. RGB value is (161,110,75). Sum of RGB (Red+Green+Blue) = 161+110+75=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E4B is #5E91B4. Grayscale: #797979. Windows color (decimal): -6197685 or 4943521. OLE color: 4943521.

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

Color convert

RGB16111075-
CMYK00.320.530.37
HSL24.42º36.44%46.27%-
HSV(B)24.42º53.42%63.14%-
XYZ21.5419.249.23-
YUV121.26101.9156.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=46.53%
G=31.79%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611107500.320.530.3724.4236.4446.27
HexA16E4B020352518242e
Octal2411561130406545304456
Binary1010000111011101001011010000011010110010111000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E4B; }

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

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

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

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

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

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

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

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