#99929E

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

Shades of Amethyst Smoke #99929E

Tints of Amethyst Smoke #99929E

Color information

#99929E (or 0x99929E) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 92 and 9E. RGB value is (153,146,158). Sum of RGB (Red+Green+Blue) = 153+146+158=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 158 - color contains mainly: blue. Hex color #99929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99929E is #666D61. Grayscale: #959595. Windows color (decimal): -6712674 or 10392217. OLE color: 10392217.

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

Color convert

RGB153146158-
CMYK0.030.0800.38
HSL275º5.83%59.61%-
HSV(B)275º7.59%61.96%-
XYZ29.5929.836.54-
YUV149.46132.82130.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=33.48%
G=31.95%
B=34.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531461580.030.0800.382755.8359.61
Hex99929E3802611363c
Octal231222236310046423674
Binary1001100110010010100111101110000100110100010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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