#A06C4E

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

Shades of Dark Tan #A06C4E

Tints of Dark Tan #A06C4E

Color information

#A06C4E (or 0xA06C4E) is unknown color: approx Dark Tan. HEX triplet: A0, 6C and 4E. RGB value is (160,108,78). Sum of RGB (Red+Green+Blue) = 160+108+78=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C4E is #5F93B1. Grayscale: #787878. Windows color (decimal): -6263730 or 5139616. OLE color: 5139616.

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

Color convert

RGB16010878-
CMYK00.320.510.37
HSL21.95º34.45%46.67%-
HSV(B)21.95º51.25%62.75%-
XYZ21.2318.759.71-
YUV120.13104.23156.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=46.24%
G=31.21%
B=22.54%

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
Decimal1601087800.320.510.3721.9534.4546.67
HexA06C4E020332516222f
Octal2401541160406345264257
Binary1010000011011001001110010000011001110010110110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C4E; }

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

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

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

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

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

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

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

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