Html Css Color HEX #95909A Amethyst Smoke

📋 copy color: '#95909A'

red 149 ◦ green 144 ◦ blue 154

#95909A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #95909A

Tints of Amethyst Smoke #95909A

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 value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#95909A (or 0x95909A) is known color: 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

RGB 149 144 154 -
CMYK 0.03 0.06 0 0.40
HSL 270º 0.05% 0.58% -
HSV(B) 270º 0.06% 0.6% -
XYZ 28.2 28.67 34.62 -
YUV 146.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 149 144 154 0.03 0.06 0 0.40 270 0.05 0.58
Hex 95 90 9A 3 6 0 28 10E 5 3A
Octal 225 220 232 3 6 0 50 416 5 72
Binary 10010101 10010000 10011010 11 110 0 101000 100001110 101 111010

Color Harmonies of #95909A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95909A

Black with #95909A

Text Example


Text Example

White with #95909A

Text Example


Text Example

HTML Codes & Css Web 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>