#A0AB9D

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

Shades of Mantle #A0AB9D

Tints of Mantle #A0AB9D

Color information

#A0AB9D (or 0xA0AB9D) is unknown color: approx Mantle. HEX triplet: A0, AB and 9D. RGB value is (160,171,157). Sum of RGB (Red+Green+Blue) = 160+171+157=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB9D is #5F5462. Grayscale: #A6A6A6. Windows color (decimal): -6247523 or 10333088. OLE color: 10333088.

HSL color Cylindrical-coordinate representation of color #A0AB9D: hue angle of 107.14º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0AB9D is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB160171157-
CMYK0.0600.080.33
HSL107.14º7.69%64.31%-
HSV(B)107.14º8.19%67.06%-
XYZ35.1539.0337.58-
YUV166.11122.86123.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=32.79%
G=35.04%
B=32.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601711570.0600.080.33107.147.6964.31
HexA0AB9D608216b840
Octal24025323560104115310100
Binary10100000101010111001110111001000100001110101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB9D; }

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

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

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

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

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

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

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

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