#9991AA

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

Shades of Grey Suit #9991AA

Tints of Grey Suit #9991AA

Color information

#9991AA (or 0x9991AA) is unknown color: approx Grey Suit. HEX triplet: 99, 91 and AA. RGB value is (153,145,170). Sum of RGB (Red+Green+Blue) = 153+145+170=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #9991AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9991AA is #666E55. Grayscale: #969696. Windows color (decimal): -6712918 or 11178393. OLE color: 11178393.

HSL color Cylindrical-coordinate representation of color #9991AA: hue angle of 259.2º 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 #9991AA is Cyan = 0.1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153145170-
CMYK0.10.1500.33
HSL259.2º12.82%61.76%-
HSV(B)259.2º14.71%66.67%-
XYZ30.5229.9342.2-
YUV150.24139.15129.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=32.69%
G=30.98%
B=36.32%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531451700.10.1500.33259.212.8261.76
Hex9991AAAF021103d3e
Octal23122125212170414031576
Binary1001100110010001101010101010111101000011000000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9991AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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