#A0AB9B

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

Shades of Mantle #A0AB9B

Tints of Mantle #A0AB9B

Color information

#A0AB9B (or 0xA0AB9B) is unknown color: approx Mantle. HEX triplet: A0, AB and 9B. RGB value is (160,171,155). Sum of RGB (Red+Green+Blue) = 160+171+155=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB9B is #5F5464. Grayscale: #A5A5A5. Windows color (decimal): -6247525 or 10202016. OLE color: 10202016.

HSL color Cylindrical-coordinate representation of color #A0AB9B: hue angle of 101.25º degrees, saturation: 0.09, 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 #A0AB9B is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB160171155-
CMYK0.0600.090.33
HSL101.25º8.7%63.92%-
HSV(B)101.25º9.36%67.06%-
XYZ34.9838.9736.69-
YUV165.89121.86123.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=32.92%
G=35.19%
B=31.89%

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
Decimal1601711550.0600.090.33101.258.763.92
HexA0AB9B6092165940
Octal24025323360114114511100
Binary10100000101010111001101111001001100001110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB9B; }

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

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

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

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

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

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

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

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