#A06846

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

Shades of Dark Tan #A06846

Tints of Dark Tan #A06846

Color information

#A06846 (or 0xA06846) is unknown color: approx Dark Tan. HEX triplet: A0, 68 and 46. RGB value is (160,104,70). Sum of RGB (Red+Green+Blue) = 160+104+70=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A06846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06846 is #5F97B9. Grayscale: #757575. Windows color (decimal): -6264762 or 4614304. OLE color: 4614304.

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

Color convert

RGB16010470-
CMYK00.350.560.37
HSL22.67º39.13%45.1%-
HSV(B)22.67º56.25%62.75%-
XYZ20.5517.828.15-
YUV116.87101.55158.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=47.90%
G=31.14%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601047000.350.560.3722.6739.1345.1
HexA06846023382517272d
Octal2401501060437045274755
Binary1010000011010001000110010001111100010010110111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06846; }

 p { color: rgb(160,104,70); }

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

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

 a { background-color: rgb(160,104,70); }

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

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

 span { border-color: rgb(160,104,70); }

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