#99AFA4

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

Shades of Tower Grey #99AFA4

Tints of Tower Grey #99AFA4

Color information

#99AFA4 (or 0x99AFA4) is unknown color: approx Tower Grey. HEX triplet: 99, AF and A4. RGB value is (153,175,164). Sum of RGB (Red+Green+Blue) = 153+175+164=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #99AFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AFA4 is #66505B. Grayscale: #A7A7A7. Windows color (decimal): -6705244 or 10792857. OLE color: 10792857.

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

Color convert

RGB153175164-
CMYK0.1300.060.31
HSL150º12.09%64.31%-
HSV(B)150º12.57%68.63%-
XYZ35.1740.1141.01-
YUV167.17126.21117.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 164 (64.45% from 255) = 33.33%
R=31.10%
G=35.57%
B=33.33%

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
Decimal1531751640.1300.060.3115012.0964.31
Hex99AFA4D061F96c40
Octal23125724415063722614100
Binary10011001101011111010010011010110111111001011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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