#99849E

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

Shades of Amethyst Smoke #99849E

Tints of Amethyst Smoke #99849E

Color information

#99849E (or 0x99849E) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 84 and 9E. RGB value is (153,132,158). Sum of RGB (Red+Green+Blue) = 153+132+158=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 158 - color contains mainly: blue. Hex color #99849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99849E is #667B61. Grayscale: #8D8D8D. Windows color (decimal): -6716258 or 10388633. OLE color: 10388633.

HSL color Cylindrical-coordinate representation of color #99849E: hue angle of 288.46º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99849E is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153132158-
CMYK0.030.1600.38
HSL288.46º11.82%56.86%-
HSV(B)288.46º16.46%61.96%-
XYZ27.5625.7435.86-
YUV141.24137.46136.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 132 (51.95% from 255) = 29.80%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=34.54%
G=29.80%
B=35.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531321580.030.1600.38288.4611.8256.86
Hex99849E310026120c39
Octal2312042363200464401471
Binary100110011000010010011110111000001001101001000001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99849E; }

 p { color: rgb(153,132,158); }

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

<style>
 a { background-color: #99849E; }

 a { background-color: rgb(153,132,158); }

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

<style>
 span { border-color: #99849E; }

 span { border-color: rgb(153,132,158); }

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