#A0A99B

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

Shades of Mantle #A0A99B

Tints of Mantle #A0A99B

Color information

#A0A99B (or 0xA0A99B) is unknown color: approx Mantle. HEX triplet: A0, A9 and 9B. RGB value is (160,169,155). Sum of RGB (Red+Green+Blue) = 160+169+155=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A99B is #5F5664. Grayscale: #A4A4A4. Windows color (decimal): -6248037 or 10201504. OLE color: 10201504.

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

Color convert

RGB160169155-
CMYK0.0500.080.34
HSL98.57º7.53%63.53%-
HSV(B)98.57º8.28%66.27%-
XYZ34.638.2236.56-
YUV164.71122.52124.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=33.06%
G=34.92%
B=32.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601691550.0500.080.3498.577.5363.53
HexA0A99B5082263840
Octal24025123350104214310100
Binary10100000101010011001101110101000100010110001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A99B; }

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

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

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

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

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

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

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

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