#9991AC

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

Shades of Grey Suit #9991AC

Tints of Grey Suit #9991AC

Color information

#9991AC (or 0x9991AC) is unknown color: approx Grey Suit. HEX triplet: 99, 91 and AC. RGB value is (153,145,172). Sum of RGB (Red+Green+Blue) = 153+145+172=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #9991AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9991AC is #666E53. Grayscale: #969696. Windows color (decimal): -6712916 or 11309465. OLE color: 11309465.

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

Color convert

RGB153145172-
CMYK0.110.1600.33
HSL257.78º13.99%62.16%-
HSV(B)257.78º15.7%67.45%-
XYZ30.713043.2-
YUV150.47140.15129.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=32.55%
G=30.85%
B=36.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531451720.110.1600.33257.7813.9962.16
Hex9991ACB10021102e3e
Octal23122125413200414021676
Binary10011001100100011010110010111000001000011000000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9991AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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