#8FAA9C

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

Shades of Tower Grey #8FAA9C

Tints of Tower Grey #8FAA9C

Color information

#8FAA9C (or 0x8FAA9C) is unknown color: approx Tower Grey. HEX triplet: 8F, AA and 9C. RGB value is (143,170,156). Sum of RGB (Red+Green+Blue) = 143+170+156=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAA9C is #705563. Grayscale: #A0A0A0. Windows color (decimal): -7361892 or 10267279. OLE color: 10267279.

HSL color Cylindrical-coordinate representation of color #8FAA9C: hue angle of 148.89º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAA9C is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB143170156-
CMYK0.1600.080.33
HSL148.89º13.71%61.37%-
HSV(B)148.89º15.88%66.67%-
XYZ31.736.9936.92-
YUV160.33125.55115.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.49%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=30.49%
G=36.25%
B=33.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431701560.1600.080.33148.8913.7161.37
Hex8FAA9C10082195e3d
Octal21725223420010412251675
Binary1000111110101010100111001000001000100001100101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FAA9C; }

 p { color: rgb(143,170,156); }

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

<style>
 a { background-color: #8FAA9C; }

 a { background-color: rgb(143,170,156); }

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

<style>
 span { border-color: #8FAA9C; }

 span { border-color: rgb(143,170,156); }

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