#95909A

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

Shades of Amethyst Smoke #95909A

Tints of Amethyst Smoke #95909A

Color information

#95909A (or 0x95909A) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 90 and 9A. RGB value is (149,144,154). Sum of RGB (Red+Green+Blue) = 149+144+154=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 154 - color contains mainly: blue. Hex color #95909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95909A is #6A6F65. Grayscale: #929292. Windows color (decimal): -6975334 or 10129557. OLE color: 10129557.

HSL color Cylindrical-coordinate representation of color #95909A: hue angle of 270º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #95909A is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB149144154-
CMYK0.030.0600.40
HSL270º4.72%58.43%-
HSV(B)270º6.49%60.39%-
XYZ28.228.6734.62-
YUV146.64132.16129.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.33%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 154 (60.55% from 255) = 34.45%
R=33.33%
G=32.21%
B=34.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491441540.030.0600.402704.7258.43
Hex95909A3602810e53a
Octal22522023236050416572
Binary100101011001000010011010111100101000100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95909A; }

 p { color: rgb(149,144,154); }

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

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

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

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

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

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

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