#A27049

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

Shades of Dark Tan #A27049

Tints of Dark Tan #A27049

Color information

#A27049 (or 0xA27049) is unknown color: approx Dark Tan. HEX triplet: A2, 70 and 49. RGB value is (162,112,73). Sum of RGB (Red+Green+Blue) = 162+112+73=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A27049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27049 is #5D8FB6. Grayscale: #7A7A7A. Windows color (decimal): -6131639 or 4812962. OLE color: 4812962.

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

Color convert

RGB16211273-
CMYK00.310.550.36
HSL26.29º37.87%46.08%-
HSV(B)26.29º54.94%63.53%-
XYZ21.919.758.96-
YUV122.5100.06156.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=46.69%
G=32.28%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621127300.310.550.3626.2937.8746.08
HexA2704901F37241a262e
Octal2421601110376744324656
Binary101000101110000100100101111111011110010011010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27049; }

 p { color: rgb(162,112,73); }

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

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

 a { background-color: rgb(162,112,73); }

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

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

 span { border-color: rgb(162,112,73); }

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