#99AFA5

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

Shades of Tower Grey #99AFA5

Tints of Tower Grey #99AFA5

Color information

#99AFA5 (or 0x99AFA5) is unknown color: approx Tower Grey. HEX triplet: 99, AF and A5. RGB value is (153,175,165). Sum of RGB (Red+Green+Blue) = 153+175+165=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #99AFA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AFA5 is #66505A. Grayscale: #A7A7A7. Windows color (decimal): -6705243 or 10858393. OLE color: 10858393.

HSL color Cylindrical-coordinate representation of color #99AFA5: hue angle of 152.73º degrees, saturation: 0.12, 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 #99AFA5 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB153175165-
CMYK0.1300.060.31
HSL152.73º12.09%64.31%-
HSV(B)152.73º12.57%68.63%-
XYZ35.2640.1541.49-
YUV167.28126.71117.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.03%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 165 (64.84% from 255) = 33.47%
R=31.03%
G=35.50%
B=33.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531751650.1300.060.31152.7312.0964.31
Hex99AFA5D061F99c40
Octal23125724515063723114100
Binary10011001101011111010010111010110111111001100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AFA5; }

 p { color: rgb(153,175,165); }

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

<style>
 a { background-color: #99AFA5; }

 a { background-color: rgb(153,175,165); }

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

<style>
 span { border-color: #99AFA5; }

 span { border-color: rgb(153,175,165); }

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