#96AAAB

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

Shades of Hit Grey #96AAAB

Tints of Hit Grey #96AAAB

Color information

#96AAAB (or 0x96AAAB) is unknown color: approx Hit Grey. HEX triplet: 96, AA and AB. RGB value is (150,170,171). Sum of RGB (Red+Green+Blue) = 150+170+171=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #96AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AAAB is #695554. Grayscale: #A4A4A4. Windows color (decimal): -6903125 or 11250326. OLE color: 11250326.

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

Color convert

RGB150170171-
CMYK0.120.0100.33
HSL182.86º11.11%62.94%-
HSV(B)182.86º12.28%67.06%-
XYZ34.338.1744.09-
YUV164.13131.87117.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=30.55%
G=34.62%
B=34.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501701710.120.0100.33182.8611.1162.94
Hex96AAABC1021b7b3f
Octal2262522531410412671377
Binary100101101010101010101011110010100001101101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AAAB; }

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

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

<style>
 a { background-color: #96AAAB; }

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

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

<style>
 span { border-color: #96AAAB; }

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

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