#9A929E

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

Shades of Amethyst Smoke #9A929E

Tints of Amethyst Smoke #9A929E

Color information

#9A929E (or 0x9A929E) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 92 and 9E. RGB value is (154,146,158). Sum of RGB (Red+Green+Blue) = 154+146+158=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A929E is #656D61. Grayscale: #959595. Windows color (decimal): -6647138 or 10392218. OLE color: 10392218.

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

Color convert

RGB154146158-
CMYK0.030.0800.38
HSL280º5.83%59.61%-
HSV(B)280º7.59%61.96%-
XYZ29.7829.936.55-
YUV149.76132.65131.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.62%
GREEN value IS 146 (57.42% from 255) = 31.88%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=33.62%
G=31.88%
B=34.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541461580.030.0800.382805.8359.61
Hex9A929E3802611863c
Octal232222236310046430674
Binary1001101010010010100111101110000100110100011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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