#9AA39E

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

Shades of Tower Grey #9AA39E

Tints of Tower Grey #9AA39E

Color information

#9AA39E (or 0x9AA39E) is unknown color: approx Tower Grey. HEX triplet: 9A, A3 and 9E. RGB value is (154,163,158). Sum of RGB (Red+Green+Blue) = 154+163+158=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA39E is #655C61. Grayscale: #9F9F9F. Windows color (decimal): -6642786 or 10396570. OLE color: 10396570.

HSL color Cylindrical-coordinate representation of color #9AA39E: hue angle of 146.67º 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 #9AA39E is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB154163158-
CMYK0.0600.030.36
HSL146.67º4.66%62.16%-
HSV(B)146.67º5.52%63.92%-
XYZ32.635.5337.49-
YUV159.74127.02123.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.42%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=32.42%
G=34.32%
B=33.26%

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
Decimal1541631580.0600.030.36146.674.6662.16
Hex9AA39E603249353e
Octal23224323660344223576
Binary10011010101000111001111011001110010010010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,163,158); }

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

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

 a { background-color: rgb(154,163,158); }

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

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

 span { border-color: rgb(154,163,158); }

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