#A06946

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

Shades of Dark Tan #A06946

Tints of Dark Tan #A06946

Color information

#A06946 (or 0xA06946) is unknown color: approx Dark Tan. HEX triplet: A0, 69 and 46. RGB value is (160,105,70). Sum of RGB (Red+Green+Blue) = 160+105+70=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A06946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06946 is #5F96B9. Grayscale: #757575. Windows color (decimal): -6264506 or 4614560. OLE color: 4614560.

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

Color convert

RGB16010570-
CMYK00.340.560.37
HSL23.33º39.13%45.1%-
HSV(B)23.33º56.25%62.75%-
XYZ20.6518.028.18-
YUV117.46101.22158.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=47.76%
G=31.34%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601057000.340.560.3723.3339.1345.1
HexA06946022382517272d
Octal2401511060427045274755
Binary1010000011010011000110010001011100010010110111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06946; }

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

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

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

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

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

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

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

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