#A06F48

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

Shades of Dark Tan #A06F48

Tints of Dark Tan #A06F48

Color information

#A06F48 (or 0xA06F48) is unknown color: approx Dark Tan. HEX triplet: A0, 6F and 48. RGB value is (160,111,72). Sum of RGB (Red+Green+Blue) = 160+111+72=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F48 is #5F90B7. Grayscale: #797979. Windows color (decimal): -6262968 or 4747168. OLE color: 4747168.

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

Color convert

RGB16011172-
CMYK00.310.550.37
HSL26.59º37.93%45.49%-
HSV(B)26.59º55%62.75%-
XYZ21.3519.318.73-
YUV121.2100.23155.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=46.65%
G=32.36%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601117200.310.550.3726.5937.9345.49
HexA06F4801F37251b262d
Octal2401571100376745334655
Binary101000001101111100100001111111011110010111011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06F48; }

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

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

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

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

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

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

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

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