#9AA099

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

Shades of Mantle #9AA099

Tints of Mantle #9AA099

Color information

#9AA099 (or 0x9AA099) is unknown color: approx Mantle. HEX triplet: 9A, A0 and 99. RGB value is (154,160,153). Sum of RGB (Red+Green+Blue) = 154+160+153=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA099 is #655F66. Grayscale: #9D9D9D. Windows color (decimal): -6643559 or 10068122. OLE color: 10068122.

HSL color Cylindrical-coordinate representation of color #9AA099: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9AA099 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB154160153-
CMYK0.0400.040.37
HSL111.43º3.55%61.37%-
HSV(B)111.43º4.37%62.75%-
XYZ31.6534.3135.09-
YUV157.41125.51125.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 160 (62.89% from 255) = 34.26%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=32.98%
G=34.26%
B=32.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1541601530.0400.040.37111.433.5561.37
Hex9AA099404256f43d
Octal23224023140445157475
Binary10011010101000001001100110001001001011101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA099; }

 p { color: rgb(154,160,153); }

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

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

 a { background-color: rgb(154,160,153); }

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

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

 span { border-color: rgb(154,160,153); }

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