#A16D4E

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

Shades of Dark Tan #A16D4E

Tints of Dark Tan #A16D4E

Color information

#A16D4E (or 0xA16D4E) is unknown color: approx Dark Tan. HEX triplet: A1, 6D and 4E. RGB value is (161,109,78). Sum of RGB (Red+Green+Blue) = 161+109+78=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D4E is #5E92B1. Grayscale: #797979. Windows color (decimal): -6197938 or 5139873. OLE color: 5139873.

HSL color Cylindrical-coordinate representation of color #A16D4E: hue angle of 22.41º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16D4E is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB16110978-
CMYK00.320.520.37
HSL22.41º34.73%46.86%-
HSV(B)22.41º51.55%63.14%-
XYZ21.5419.069.75-
YUV121.01103.73156.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=46.26%
G=31.32%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611097800.320.520.3722.4134.7346.86
HexA16D4E020342516232f
Octal2411551160406445264357
Binary1010000111011011001110010000011010010010110110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16D4E; }

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

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

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

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

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

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

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

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