#9AA49F

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

Shades of Tower Grey #9AA49F

Tints of Tower Grey #9AA49F

Color information

#9AA49F (or 0x9AA49F) is unknown color: approx Tower Grey. HEX triplet: 9A, A4 and 9F. RGB value is (154,164,159). Sum of RGB (Red+Green+Blue) = 154+164+159=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA49F is #655B60. Grayscale: #A0A0A0. Windows color (decimal): -6642529 or 10462362. OLE color: 10462362.

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

Color convert

RGB154164159-
CMYK0.0600.030.36
HSL150º5.21%62.35%-
HSV(B)150º6.1%64.31%-
XYZ32.8635.9238-
YUV160.44127.19123.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.29%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=32.29%
G=34.38%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641590.0600.030.361505.2162.35
Hex9AA49F603249653e
Octal23224423760344226576
Binary10011010101001001001111111001110010010010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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