#A0A59D

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

Shades of Mantle #A0A59D

Tints of Mantle #A0A59D

Color information

#A0A59D (or 0xA0A59D) is unknown color: approx Mantle. HEX triplet: A0, A5 and 9D. RGB value is (160,165,157). Sum of RGB (Red+Green+Blue) = 160+165+157=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A59D is #5F5A62. Grayscale: #A2A2A2. Windows color (decimal): -6249059 or 10331552. OLE color: 10331552.

HSL color Cylindrical-coordinate representation of color #A0A59D: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A0A59D is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB160165157-
CMYK0.0300.050.35
HSL97.5º4.26%63.14%-
HSV(B)97.5º4.85%64.71%-
XYZ34.0436.8237.21-
YUV162.59124.84126.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=33.20%
G=34.23%
B=32.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601651570.0300.050.3597.54.2663.14
HexA0A59D305236143f
Octal24024523530543141477
Binary1010000010100101100111011101011000111100001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A59D; }

 p { color: rgb(160,165,157); }

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

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

 a { background-color: rgb(160,165,157); }

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

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

 span { border-color: rgb(160,165,157); }

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