#A06E4C

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

Shades of Dark Tan #A06E4C

Tints of Dark Tan #A06E4C

Color information

#A06E4C (or 0xA06E4C) is unknown color: approx Dark Tan. HEX triplet: A0, 6E and 4C. RGB value is (160,110,76). Sum of RGB (Red+Green+Blue) = 160+110+76=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E4C is #5F91B3. Grayscale: #797979. Windows color (decimal): -6263220 or 5009056. OLE color: 5009056.

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

Color convert

RGB16011076-
CMYK00.310.520.37
HSL24.29º35.59%46.27%-
HSV(B)24.29º52.5%62.75%-
XYZ21.3819.159.41-
YUV121.07102.56155.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=46.24%
G=31.79%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601107600.310.520.3724.2935.5946.27
HexA06E4C01F342518242e
Octal2401561140376445304456
Binary101000001101110100110001111111010010010111000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06E4C; }

 p { color: rgb(160,110,76); }

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

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

 a { background-color: rgb(160,110,76); }

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

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

 span { border-color: rgb(160,110,76); }

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