#8FAFA1

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

Shades of Tower Grey #8FAFA1

Tints of Tower Grey #8FAFA1

Color information

#8FAFA1 (or 0x8FAFA1) is unknown color: approx Tower Grey. HEX triplet: 8F, AF and A1. RGB value is (143,175,161). Sum of RGB (Red+Green+Blue) = 143+175+161=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAFA1 is #70505E. Grayscale: #A3A3A3. Windows color (decimal): -7360607 or 10596239. OLE color: 10596239.

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

Color convert

RGB143175161-
CMYK0.1800.080.31
HSL153.75º16.67%62.35%-
HSV(B)153.75º18.29%68.63%-
XYZ33.0939.0739.52-
YUV163.84126.4113.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.85%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 161 (63.28% from 255) = 33.61%
R=29.85%
G=36.53%
B=33.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431751610.1800.080.31153.7516.6762.35
Hex8FAFA112081F9a113e
Octal21725724122010372322176
Binary1000111110101111101000011001001000111111001101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,175,161); }

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

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

 a { background-color: rgb(143,175,161); }

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

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

 span { border-color: rgb(143,175,161); }

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