#959195

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

Shades of Amethyst Smoke #959195

Tints of Amethyst Smoke #959195

Color information

#959195 (or 0x959195) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 91 and 95. RGB value is (149,145,149). Sum of RGB (Red+Green+Blue) = 149+145+149=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #959195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959195 is #6A6E6A. Grayscale: #929292. Windows color (decimal): -6975083 or 9802133. OLE color: 9802133.

HSL color Cylindrical-coordinate representation of color #959195: hue angle of 300º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959195 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB149145149-
CMYK00.0300.42
HSL300º1.85%57.65%-
HSV(B)300º2.68%58.43%-
XYZ27.9428.8132.52-
YUV146.65129.33129.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=33.63%
G=32.73%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914514900.0300.423001.8557.65
Hex9591950302A12c23a
Octal22522122503052454272
Binary100101011001000110010101011010101010010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959195; }

 p { color: rgb(149,145,149); }

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

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

 a { background-color: rgb(149,145,149); }

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

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

 span { border-color: rgb(149,145,149); }

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