#9AAFA7

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

Shades of Tower Grey #9AAFA7

Tints of Tower Grey #9AAFA7

Color information

#9AAFA7 (or 0x9AAFA7) is unknown color: approx Tower Grey. HEX triplet: 9A, AF and A7. RGB value is (154,175,167). Sum of RGB (Red+Green+Blue) = 154+175+167=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAFA7 is #655058. Grayscale: #A7A7A7. Windows color (decimal): -6639705 or 10989466. OLE color: 10989466.

HSL color Cylindrical-coordinate representation of color #9AAFA7: hue angle of 157.14º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AAFA7 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB154175167-
CMYK0.1200.050.31
HSL157.14º11.6%64.51%-
HSV(B)157.14º12%68.63%-
XYZ35.6340.3242.46-
YUV167.81127.54118.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.05%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 167 (65.62% from 255) = 33.67%
R=31.05%
G=35.28%
B=33.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751670.1200.050.31157.1411.664.51
Hex9AAFA7C051F9dc41
Octal23225724714053723514101
Binary10011010101011111010011111000101111111001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,167); }

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

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

 a { background-color: rgb(154,175,167); }

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

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

 span { border-color: rgb(154,175,167); }

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