#A0AD9F

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

Shades of Mantle #A0AD9F

Tints of Mantle #A0AD9F

Color information

#A0AD9F (or 0xA0AD9F) is unknown color: approx Mantle. HEX triplet: A0, AD and 9F. RGB value is (160,173,159). Sum of RGB (Red+Green+Blue) = 160+173+159=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD9F is #5F5260. Grayscale: #A7A7A7. Windows color (decimal): -6247009 or 10464672. OLE color: 10464672.

HSL color Cylindrical-coordinate representation of color #A0AD9F: hue angle of 115.71º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0AD9F is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB160173159-
CMYK0.0800.080.32
HSL115.71º7.87%65.1%-
HSV(B)115.71º8.09%67.84%-
XYZ35.739.8638.61-
YUV167.52123.19122.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=32.52%
G=35.16%
B=32.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601731590.0800.080.32115.717.8765.1
HexA0AD9F8082074841
Octal240255237100104016410101
Binary101000001010110110011111100001000100000111010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AD9F; }

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

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

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

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

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

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

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

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