#A06F4D

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

Shades of Dark Tan #A06F4D

Tints of Dark Tan #A06F4D

Color information

#A06F4D (or 0xA06F4D) is unknown color: approx Dark Tan. HEX triplet: A0, 6F and 4D. RGB value is (160,111,77). Sum of RGB (Red+Green+Blue) = 160+111+77=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F4D is #5F90B2. Grayscale: #797979. Windows color (decimal): -6262963 or 5074848. OLE color: 5074848.

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

Color convert

RGB16011177-
CMYK00.310.520.37
HSL24.58º35.02%46.47%-
HSV(B)24.58º51.88%62.75%-
XYZ21.5219.389.63-
YUV121.78102.73155.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.98%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=45.98%
G=31.90%
B=22.13%

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
Decimal1601117700.310.520.3724.5835.0246.47
HexA06F4D01F342519232e
Octal2401571150376445314356
Binary101000001101111100110101111111010010010111001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06F4D; }

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

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

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

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

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

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

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

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