#98AFA6

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

Shades of Tower Grey #98AFA6

Tints of Tower Grey #98AFA6

Color information

#98AFA6 (or 0x98AFA6) is unknown color: approx Tower Grey. HEX triplet: 98, AF and A6. RGB value is (152,175,166). Sum of RGB (Red+Green+Blue) = 152+175+166=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #98AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AFA6 is #675059. Grayscale: #A7A7A7. Windows color (decimal): -6770778 or 10923928. OLE color: 10923928.

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

Color convert

RGB152175166-
CMYK0.1300.050.31
HSL156.52º12.57%64.12%-
HSV(B)156.52º13.14%68.63%-
XYZ35.1640.0941.96-
YUV167.1127.38117.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=30.83%
G=35.50%
B=33.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521751660.1300.050.31156.5212.5764.12
Hex98AFA6D051F9dd40
Octal23025724615053723515100
Binary10011000101011111010011011010101111111001110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AFA6; }

 p { color: rgb(152,175,166); }

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

<style>
 a { background-color: #98AFA6; }

 a { background-color: rgb(152,175,166); }

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

<style>
 span { border-color: #98AFA6; }

 span { border-color: rgb(152,175,166); }

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