#99919C

Color #99919C Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #99919C

Tints of Amethyst Smoke #99919C

Color information

#99919C (or 0x99919C) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 91 and 9C. RGB value is (153,145,156). Sum of RGB (Red+Green+Blue) = 153+145+156=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 156 - color contains mainly: blue. Hex color #99919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99919C is #666E63. Grayscale: #949494. Windows color (decimal): -6712932 or 10260889. OLE color: 10260889.

HSL color Cylindrical-coordinate representation of color #99919C: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99919C is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB153145156-
CMYK0.020.0700.39
HSL283.64º5.26%59.02%-
HSV(B)283.64º7.05%61.18%-
XYZ29.2629.4235.59-
YUV148.65132.15131.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.70%
GREEN value IS 145 (57.03% from 255) = 31.94%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=33.70%
G=31.94%
B=34.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531451560.020.0700.39283.645.2659.02
Hex99919C2702711c53b
Octal23122123427047434573
Binary100110011001000110011100101110100111100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99919C; }

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

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

<style>
 a { background-color: #99919C; }

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

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

<style>
 span { border-color: #99919C; }

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

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