#A06C4F

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

Shades of Dark Tan #A06C4F

Tints of Dark Tan #A06C4F

Color information

#A06C4F (or 0xA06C4F) is unknown color: approx Dark Tan. HEX triplet: A0, 6C and 4F. RGB value is (160,108,79). Sum of RGB (Red+Green+Blue) = 160+108+79=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C4F is #5F93B0. Grayscale: #787878. Windows color (decimal): -6263729 or 5205152. OLE color: 5205152.

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

Color convert

RGB16010879-
CMYK00.320.510.37
HSL21.48º33.89%46.86%-
HSV(B)21.48º50.63%62.75%-
XYZ21.2718.769.9-
YUV120.24104.73156.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=46.11%
G=31.12%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601087900.320.510.3721.4833.8946.86
HexA06C4F020332515222f
Octal2401541170406345254257
Binary1010000011011001001111010000011001110010110101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C4F; }

 p { color: rgb(160,108,79); }

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

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

 a { background-color: rgb(160,108,79); }

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

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

 span { border-color: rgb(160,108,79); }

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