#A0AD9D

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

Shades of Mantle #A0AD9D

Tints of Mantle #A0AD9D

Color information

#A0AD9D (or 0xA0AD9D) is unknown color: approx Mantle. HEX triplet: A0, AD and 9D. RGB value is (160,173,157). Sum of RGB (Red+Green+Blue) = 160+173+157=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD9D is #5F5262. Grayscale: #A7A7A7. Windows color (decimal): -6247011 or 10333600. OLE color: 10333600.

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

Color convert

RGB160173157-
CMYK0.0800.090.32
HSL108.75º8.89%64.71%-
HSV(B)108.75º9.25%67.84%-
XYZ35.5339.837.71-
YUV167.29122.19122.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=32.65%
G=35.31%
B=32.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601731570.0800.090.32108.758.8964.71
HexA0AD9D809206d941
Octal240255235100114015511101
Binary101000001010110110011101100001001100000110110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AD9D; }

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

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

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

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

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

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

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

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