Html Css Color HEX #9A949E Amethyst Smoke

📋 copy color: '#9A949E'

red 154 ◦ green 148 ◦ blue 158

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

Shades of Amethyst Smoke #9A949E

Tints of Amethyst Smoke #9A949E

RGB

 RED value IS 154 (60.55% from 255) = 33.48%

 GREEN value IS 148 (58.2% from 255) = 32.17%

 BLUE value IS 158 (62.11% from 255) = 34.35%

R = 33.48%
G = 32.17%
B = 34.35%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9A949E (or 0x9A949E) is known color: Amethyst Smoke. HEX triplet: 9A, 94 and 9E. RGB value is (154,148,158). Sum of RGB (Red+Green+Blue) = 154+148+158=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A949E is #656B61. Grayscale: #969696. Windows color (decimal): -6646626 or 10392730. OLE color: 10392730.

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

Color convert

RGB 154 148 158 -
CMYK 0.03 0.06 0 0.38
HSL 276º 0.05% 0.6% -
HSV(B) 276º 0.06% 0.62% -
XYZ 30.09 30.52 36.65 -
YUV 150.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 154 148 158 0.03 0.06 0 0.38 276 0.05 0.6
Hex 9A 94 9E 3 6 0 26 114 5 3C
Octal 232 224 236 3 6 0 46 424 5 74
Binary 10011010 10010100 10011110 11 110 0 100110 100010100 101 111100

Color Harmonies of #9A949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A949E

Black with #9A949E

Text Example


Text Example

White with #9A949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A949E; }

 p { color: rgb(154,148,158); }

 H1.HeaderClassName
 {
   color: #9A949E;
 }
 .AnyTagClassName
 {
   color: #9A949E;
 }
</style>

background-color css

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

 a { background-color: rgb(154,148,158); }

 div.DivClassName
 {
   background-color: #9A949E;
 }
 .BgClassName
 {
   background-color: #9A949E;
 }
</style>

border-color css

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

 span { border-color: rgb(154,148,158); }

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