#9AA495

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

Shades of Mantle #9AA495

Tints of Mantle #9AA495

Color information

#9AA495 (or 0x9AA495) is unknown color: approx Mantle. HEX triplet: 9A, A4 and 95. RGB value is (154,164,149). Sum of RGB (Red+Green+Blue) = 154+164+149=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA495 is #655B6A. Grayscale: #9F9F9F. Windows color (decimal): -6642539 or 9807002. OLE color: 9807002.

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

Color convert

RGB154164149-
CMYK0.0600.090.36
HSL100º7.61%61.37%-
HSV(B)100º9.15%64.31%-
XYZ32.0335.5933.62-
YUV159.3122.19124.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=32.98%
G=35.12%
B=31.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641490.0600.090.361007.6161.37
Hex9AA495609246483d
Octal2322442256011441441075
Binary1001101010100100100101011100100110010011001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,164,149); }

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

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

 a { background-color: rgb(154,164,149); }

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

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

 span { border-color: rgb(154,164,149); }

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