#A06F51

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

Shades of Dark Tan #A06F51

Tints of Dark Tan #A06F51

Color information

#A06F51 (or 0xA06F51) is unknown color: approx Dark Tan. HEX triplet: A0, 6F and 51. RGB value is (160,111,81). Sum of RGB (Red+Green+Blue) = 160+111+81=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F51 is #5F90AE. Grayscale: #7A7A7A. Windows color (decimal): -6262959 or 5336992. OLE color: 5336992.

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

Color convert

RGB16011181-
CMYK00.310.490.37
HSL22.78º32.78%47.25%-
HSV(B)22.78º49.38%62.75%-
XYZ21.6719.4410.39-
YUV122.23104.73154.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 81 (32.03% from 255) = 23.01%
R=45.45%
G=31.53%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601118100.310.490.3722.7832.7847.25
HexA06F5101F312517212f
Octal2401571210376145274157
Binary101000001101111101000101111111000110010110111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06F51; }

 p { color: rgb(160,111,81); }

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

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

 a { background-color: rgb(160,111,81); }

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

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

 span { border-color: rgb(160,111,81); }

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