#99949B

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

Shades of Amethyst Smoke #99949B

Tints of Amethyst Smoke #99949B

Color information

#99949B (or 0x99949B) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 94 and 9B. RGB value is (153,148,155). Sum of RGB (Red+Green+Blue) = 153+148+155=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 155 - color contains mainly: blue. Hex color #99949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99949B is #666B64. Grayscale: #969696. Windows color (decimal): -6712165 or 10196121. OLE color: 10196121.

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

Color convert

RGB153148155-
CMYK0.010.0500.39
HSL282.86º3.38%59.41%-
HSV(B)282.86º4.52%60.78%-
XYZ29.6430.3235.3-
YUV150.29130.66129.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=33.55%
G=32.46%
B=33.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531481550.010.0500.39282.863.3859.41
Hex99949B1502711b33b
Octal23122423315047433373
Binary1001100110010100100110111101010011110001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99949B; }

 p { color: rgb(153,148,155); }

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

<style>
 a { background-color: #99949B; }

 a { background-color: rgb(153,148,155); }

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

<style>
 span { border-color: #99949B; }

 span { border-color: rgb(153,148,155); }

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