Html Css Color HEX #9A939C Amethyst Smoke

📋 copy color: '#9A939C'

red 154 ◦ green 147 ◦ blue 156

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

Shades of Amethyst Smoke #9A939C

Tints of Amethyst Smoke #9A939C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.17%

 BLUE value IS 156 (61.33% from 255) = 34.14%

R = 33.7%
G = 32.17%
B = 34.14%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9A939C (or 0x9A939C) is known color: Amethyst Smoke. HEX triplet: 9A, 93 and 9C. RGB value is (154,147,156). Sum of RGB (Red+Green+Blue) = 154+147+156=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A939C is #656C63. Grayscale: #969696. Windows color (decimal): -6646884 or 10261402. OLE color: 10261402.

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

Color convert

RGB 154 147 156 -
CMYK 0.01 0.06 0 0.39
HSL 286.67º 0.04% 0.59% -
HSV(B) 286.67º 0.06% 0.61% -
XYZ 29.76 30.14 35.7 -
YUV 150.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 154 147 156 0.01 0.06 0 0.39 286.67 0.04 0.59
Hex 9A 93 9C 1 6 0 27 11F 4 3B
Octal 232 223 234 1 6 0 47 437 4 73
Binary 10011010 10010011 10011100 1 110 0 100111 100011111 100 111011

Color Harmonies of #9A939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A939C

Black with #9A939C

Text Example


Text Example

White with #9A939C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,147,156); }

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

background-color css

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

 a { background-color: rgb(154,147,156); }

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

border-color css

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

 span { border-color: rgb(154,147,156); }

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