#8FAEA0

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

Shades of Tower Grey #8FAEA0

Tints of Tower Grey #8FAEA0

Color information

#8FAEA0 (or 0x8FAEA0) is unknown color: approx Tower Grey. HEX triplet: 8F, AE and A0. RGB value is (143,174,160). Sum of RGB (Red+Green+Blue) = 143+174+160=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAEA0 is #70515F. Grayscale: #A3A3A3. Windows color (decimal): -7360864 or 10530447. OLE color: 10530447.

HSL color Cylindrical-coordinate representation of color #8FAEA0: hue angle of 152.9º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAEA0 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB143174160-
CMYK0.1800.080.32
HSL152.9º16.06%62.16%-
HSV(B)152.9º17.82%68.24%-
XYZ32.8138.6538.99-
YUV163.14126.23113.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.98%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=29.98%
G=36.48%
B=33.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431741600.1800.080.32152.916.0662.16
Hex8FAEA012082099103e
Octal21725624022010402312076
Binary10001111101011101010000010010010001000001001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,174,160); }

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

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

 a { background-color: rgb(143,174,160); }

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

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

 span { border-color: rgb(143,174,160); }

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