#9992AB

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

Shades of Grey Suit #9992AB

Tints of Grey Suit #9992AB

Color information

#9992AB (or 0x9992AB) is unknown color: approx Grey Suit. HEX triplet: 99, 92 and AB. RGB value is (153,146,171). Sum of RGB (Red+Green+Blue) = 153+146+171=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #9992AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9992AB is #666D54. Grayscale: #969696. Windows color (decimal): -6712661 or 11244185. OLE color: 11244185.

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

Color convert

RGB153146171-
CMYK0.110.1500.33
HSL256.8º12.95%62.16%-
HSV(B)256.8º14.62%67.06%-
XYZ30.7730.2742.75-
YUV150.94139.32129.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.55%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=32.55%
G=31.06%
B=36.38%

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
Decimal1531461710.110.1500.33256.812.9562.16
Hex9992ABBF021101d3e
Octal23122225313170414011576
Binary1001100110010010101010111011111101000011000000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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