#99889C

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

Shades of Amethyst Smoke #99889C

Tints of Amethyst Smoke #99889C

Color information

#99889C (or 0x99889C) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 88 and 9C. RGB value is (153,136,156). Sum of RGB (Red+Green+Blue) = 153+136+156=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 156 - color contains mainly: blue. Hex color #99889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99889C is #667763. Grayscale: #8F8F8F. Windows color (decimal): -6715236 or 10258585. OLE color: 10258585.

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

Color convert

RGB153136156-
CMYK0.020.1300.39
HSL291º9.17%57.25%-
HSV(B)291º12.82%61.18%-
XYZ27.9426.7835.15-
YUV143.36135.13134.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=34.38%
G=30.56%
B=35.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531361560.020.1300.392919.1757.25
Hex99889C2D027123939
Octal2312102342150474431171
Binary10011001100010001001110010110101001111001000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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