#99AAA9

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

Shades of Hit Grey #99AAA9

Tints of Hit Grey #99AAA9

Color information

#99AAA9 (or 0x99AAA9) is unknown color: approx Hit Grey. HEX triplet: 99, AA and A9. RGB value is (153,170,169). Sum of RGB (Red+Green+Blue) = 153+170+169=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 170 - color contains mainly: green. Hex color #99AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAA9 is #665556. Grayscale: #A4A4A4. Windows color (decimal): -6706519 or 11119257. OLE color: 11119257.

HSL color Cylindrical-coordinate representation of color #99AAA9: hue angle of 176.47º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99AAA9 is Cyan = 0.1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB153170169-
CMYK0.100.010.33
HSL176.47º9.09%63.33%-
HSV(B)176.47º10%66.67%-
XYZ34.6738.3943.12-
YUV164.8130.37119.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 169 (66.41% from 255) = 34.35%
R=31.10%
G=34.55%
B=34.35%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531701690.100.010.33176.479.0963.33
Hex99AAA9A0121b093f
Octal2312522511201412601177
Binary100110011010101010101001101001100001101100001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,170,169); }

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

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

 a { background-color: rgb(153,170,169); }

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

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

 span { border-color: rgb(153,170,169); }

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