#9991AB

Color #9991AB Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #9991AB

Tints of Grey Suit #9991AB

Color information

#9991AB (or 0x9991AB) is unknown color: approx Grey Suit. HEX triplet: 99, 91 and AB. RGB value is (153,145,171). Sum of RGB (Red+Green+Blue) = 153+145+171=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #9991AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9991AB is #666E54. Grayscale: #969696. Windows color (decimal): -6712917 or 11243929. OLE color: 11243929.

HSL color Cylindrical-coordinate representation of color #9991AB: hue angle of 258.46º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9991AB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153145171-
CMYK0.110.1500.33
HSL258.46º13.4%61.96%-
HSV(B)258.46º15.2%67.06%-
XYZ30.6129.9642.7-
YUV150.36139.65129.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=32.62%
G=30.92%
B=36.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531451710.110.1500.33258.4613.461.96
Hex9991ABBF021102d3e
Octal23122125313170414021576
Binary1001100110010001101010111011111101000011000000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9991AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9991AB; }

 p { color: rgb(153,145,171); }

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

<style>
 a { background-color: #9991AB; }

 a { background-color: rgb(153,145,171); }

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

<style>
 span { border-color: #9991AB; }

 span { border-color: rgb(153,145,171); }

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