Shades of Amethyst Smoke #9A829A
Tints of Amethyst Smoke #9A829A
RGB
CMYK
RGB Variations
Color information
#9A829A (or 0x9A829A) is known color: Amethyst Smoke. HEX triplet: 9A, 82 and 9A. RGB value is (154,130,154). Sum of RGB (Red+Green+Blue) = 154+130+154=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A829A is #657D65. Grayscale: #8B8B8B. Windows color (decimal): -6651238 or 10125978. OLE color: 10125978.
HSL color Cylindrical-coordinate representation of color #9A829A: hue angle of 300º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9A829A is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
RGB | 154 | 130 | 154 | - |
CMYK | 0 | 0.16 | 0 | 0.40 |
HSL | 300º | 0.11% | 0.56% | - |
HSV(B) | 300º | 0.16% | 0.6% | - |
XYZ | 27.14 | 25.17 | 34 | - |
YUV | 139.91 | 135.95 | 138.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 130 | 154 | 0 | 0.16 | 0 | 0.40 | 300 | 0.11 | 0.56 |
Hex | 9A | 82 | 9A | 0 | 10 | 0 | 28 | 12C | B | 38 |
Octal | 232 | 202 | 232 | 0 | 20 | 0 | 50 | 454 | 13 | 70 |
Binary | 10011010 | 10000010 | 10011010 | 0 | 10000 | 0 | 101000 | 100101100 | 1011 | 111000 |
Color Harmonies of #9A829A
Complementary color
Monochromatic Colors of #9A829A
Black with #9A829A
Text Example
Text Example
White with #9A829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A829A; }
p { color: rgb(154,130,154); }
H1.HeaderClassName
{
color: #9A829A;
}
.AnyTagClassName
{
color: #9A829A;
}
</style>
background-color css
<style>
a { background-color: #9A829A; }
a { background-color: rgb(154,130,154); }
div.DivClassName
{
background-color: #9A829A;
}
.BgClassName
{
background-color: #9A829A;
}
</style>
border-color css
<style>
span { border-color: #9A829A; }
span { border-color: rgb(154,130,154); }
td.TdClassName
{
border-color: #9A829A;
}
.TagClassName
{
border-color: #9A829A;
}
</style>