#9AABAA

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

Shades of Hit Grey #9AABAA

Tints of Hit Grey #9AABAA

Color information

#9AABAA (or 0x9AABAA) is unknown color: approx Hit Grey. HEX triplet: 9A, AB and AA. RGB value is (154,171,170). Sum of RGB (Red+Green+Blue) = 154+171+170=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 171 - color contains mainly: green. Hex color #9AABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AABAA is #655455. Grayscale: #A5A5A5. Windows color (decimal): -6640726 or 11185050. OLE color: 11185050.

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

Color convert

RGB154171170-
CMYK0.1000.010.33
HSL176.47º9.19%63.73%-
HSV(B)176.47º9.94%67.06%-
XYZ35.1538.943.69-
YUV165.8130.37119.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.11%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=31.11%
G=34.55%
B=34.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541711700.1000.010.33176.479.1963.73
Hex9AABAAA0121b0940
Octal23225325212014126011100
Binary1001101010101011101010101010011000011011000010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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