#9AAAAB

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

Shades of Hit Grey #9AAAAB

Tints of Hit Grey #9AAAAB

Color information

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

HSL color Cylindrical-coordinate representation of color #9AAAAB: hue angle of 183.53º 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 #9AAAAB is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154170171-
CMYK0.100.0100.33
HSL183.53º9.19%63.73%-
HSV(B)183.53º9.94%67.06%-
XYZ35.0538.5644.12-
YUV165.33131.2119.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541701710.100.0100.33183.539.1963.73
Hex9AAAABA1021b8940
Octal23225225312104127011100
Binary1001101010101010101010111010101000011011100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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