#9992AC

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

Shades of Grey Suit #9992AC

Tints of Grey Suit #9992AC

Color information

#9992AC (or 0x9992AC) is unknown color: approx Grey Suit. HEX triplet: 99, 92 and AC. RGB value is (153,146,172). Sum of RGB (Red+Green+Blue) = 153+146+172=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #9992AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9992AC is #666D53. Grayscale: #969696. Windows color (decimal): -6712660 or 11309721. OLE color: 11309721.

HSL color Cylindrical-coordinate representation of color #9992AC: hue angle of 256.15º degrees, saturation: 0.14, 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 #9992AC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153146172-
CMYK0.110.1500.33
HSL256.15º13.54%62.35%-
HSV(B)256.15º15.12%67.45%-
XYZ30.8630.3143.25-
YUV151.06139.82129.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=32.48%
G=31.00%
B=36.52%

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
Decimal1531461720.110.1500.33256.1513.5462.35
Hex9992ACBF021100e3e
Octal23122225413170414001676
Binary1001100110010010101011001011111101000011000000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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