#9AA29F

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

Shades of Tower Grey #9AA29F

Tints of Tower Grey #9AA29F

Color information

#9AA29F (or 0x9AA29F) is unknown color: approx Tower Grey. HEX triplet: 9A, A2 and 9F. RGB value is (154,162,159). Sum of RGB (Red+Green+Blue) = 154+162+159=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA29F is #655D60. Grayscale: #9F9F9F. Windows color (decimal): -6643041 or 10461850. OLE color: 10461850.

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

Color convert

RGB154162159-
CMYK0.0500.020.36
HSL157.5º4.12%61.96%-
HSV(B)157.5º4.94%63.53%-
XYZ32.535.2137.88-
YUV159.27127.85124.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.42%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=32.42%
G=34.11%
B=33.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541621590.0500.020.36157.54.1261.96
Hex9AA29F502249d43e
Octal23224223750244235476
Binary10011010101000101001111110101010010010011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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