#A0A39F

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

Shades of Mantle #A0A39F

Tints of Mantle #A0A39F

Color information

#A0A39F (or 0xA0A39F) is unknown color: approx Mantle. HEX triplet: A0, A3 and 9F. RGB value is (160,163,159). Sum of RGB (Red+Green+Blue) = 160+163+159=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A39F is #5F5C60. Grayscale: #A1A1A1. Windows color (decimal): -6249569 or 10462112. OLE color: 10462112.

HSL color Cylindrical-coordinate representation of color #A0A39F: hue angle of 105º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A0A39F is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB160163159-
CMYK0.0200.020.36
HSL105º2.13%63.14%-
HSV(B)105º2.45%63.92%-
XYZ33.8536.1738-
YUV161.65126.51126.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=33.20%
G=33.82%
B=32.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601631590.0200.020.361052.1363.14
HexA0A39F202246923f
Octal24024323720244151277
Binary10100000101000111001111110010100100110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A39F; }

 p { color: rgb(160,163,159); }

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

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

 a { background-color: rgb(160,163,159); }

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

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

 span { border-color: rgb(160,163,159); }

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