#A06D52

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

Shades of Dark Tan #A06D52

Tints of Dark Tan #A06D52

Color information

#A06D52 (or 0xA06D52) is unknown color: approx Dark Tan. HEX triplet: A0, 6D and 52. RGB value is (160,109,82). Sum of RGB (Red+Green+Blue) = 160+109+82=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D52 is #5F92AD. Grayscale: #797979. Windows color (decimal): -6263470 or 5402016. OLE color: 5402016.

HSL color Cylindrical-coordinate representation of color #A06D52: hue angle of 20.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06D52 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB16010982-
CMYK00.320.490.37
HSL20.77º32.23%47.45%-
HSV(B)20.77º48.75%62.75%-
XYZ21.4919.0210.52-
YUV121.17105.9155.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=45.58%
G=31.05%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601098200.320.490.3720.7732.2347.45
HexA06D52020312515202f
Octal2401551220406145254057
Binary1010000011011011010010010000011000110010110101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06D52; }

 p { color: rgb(160,109,82); }

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

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

 a { background-color: rgb(160,109,82); }

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

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

 span { border-color: rgb(160,109,82); }

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