#9AAAA9

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

Shades of Hit Grey #9AAAA9

Tints of Hit Grey #9AAAA9

Color information

#9AAAA9 (or 0x9AAAA9) is unknown color: approx Hit Grey. HEX triplet: 9A, AA and A9. RGB value is (154,170,169). Sum of RGB (Red+Green+Blue) = 154+170+169=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAAA9 is #655556. Grayscale: #A5A5A5. Windows color (decimal): -6640983 or 11119258. OLE color: 11119258.

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

Color convert

RGB154170169-
CMYK0.0900.010.33
HSL176.25º8.6%63.53%-
HSV(B)176.25º9.41%66.67%-
XYZ34.8638.4843.13-
YUV165.1130.2120.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=31.24%
G=34.48%
B=34.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541701690.0900.010.33176.258.663.53
Hex9AAAA990121b0940
Octal23225225111014126011100
Binary1001101010101010101010011001011000011011000010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AAAA9; }

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

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

<style>
 a { background-color: #9AAAA9; }

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

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

<style>
 span { border-color: #9AAAA9; }

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

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