#A06F4F

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

Shades of Dark Tan #A06F4F

Tints of Dark Tan #A06F4F

Color information

#A06F4F (or 0xA06F4F) is unknown color: approx Dark Tan. HEX triplet: A0, 6F and 4F. RGB value is (160,111,79). Sum of RGB (Red+Green+Blue) = 160+111+79=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F4F is #5F90B0. Grayscale: #7A7A7A. Windows color (decimal): -6262961 or 5205920. OLE color: 5205920.

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

Color convert

RGB16011179-
CMYK00.310.510.37
HSL23.7º33.89%46.86%-
HSV(B)23.7º50.63%62.75%-
XYZ21.5919.4110-
YUV122103.73155.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=45.71%
G=31.71%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601117900.310.510.3723.733.8946.86
HexA06F4F01F332518222f
Octal2401571170376345304257
Binary101000001101111100111101111111001110010111000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06F4F; }

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

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

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

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

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

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

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

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