#A0AB9C

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

Shades of Mantle #A0AB9C

Tints of Mantle #A0AB9C

Color information

#A0AB9C (or 0xA0AB9C) is unknown color: approx Mantle. HEX triplet: A0, AB and 9C. RGB value is (160,171,156). Sum of RGB (Red+Green+Blue) = 160+171+156=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB9C is #5F5463. Grayscale: #A6A6A6. Windows color (decimal): -6247524 or 10267552. OLE color: 10267552.

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

Color convert

RGB160171156-
CMYK0.0600.090.33
HSL104º8.2%64.12%-
HSV(B)104º8.77%67.06%-
XYZ35.063937.13-
YUV166122.36123.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=32.85%
G=35.11%
B=32.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601711560.0600.090.331048.264.12
HexA0AB9C6092168840
Octal24025323460114115010100
Binary10100000101010111001110011001001100001110100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB9C; }

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

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

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

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

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

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

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

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