#99899D

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

Shades of Amethyst Smoke #99899D

Tints of Amethyst Smoke #99899D

Color information

#99899D (or 0x99899D) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 89 and 9D. RGB value is (153,137,157). Sum of RGB (Red+Green+Blue) = 153+137+157=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 157 - color contains mainly: blue. Hex color #99899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99899D is #667662. Grayscale: #909090. Windows color (decimal): -6714979 or 10324377. OLE color: 10324377.

HSL color Cylindrical-coordinate representation of color #99899D: hue angle of 288º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99899D is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153137157-
CMYK0.030.1300.38
HSL288º9.26%57.65%-
HSV(B)288º12.74%61.57%-
XYZ28.1727.135.64-
YUV144.06135.3134.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=34.23%
G=30.65%
B=35.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531371570.030.1300.382889.2657.65
Hex99899D3D02612093a
Octal2312112353150464401172
Binary10011001100010011001110111110101001101001000001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99899D; }

 p { color: rgb(153,137,157); }

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

<style>
 a { background-color: #99899D; }

 a { background-color: rgb(153,137,157); }

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

<style>
 span { border-color: #99899D; }

 span { border-color: rgb(153,137,157); }

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