Shades of Heathered Grey #9A9184
Tints of Heathered Grey #9A9184
RGB
CMYK
RGB Variations
Color information
#9A9184 (or 0x9A9184) is known color: Heathered Grey. HEX triplet: 9A, 91 and 84. RGB value is (154,145,132). Sum of RGB (Red+Green+Blue) = 154+145+132=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9184 is #656E7B. Grayscale: #929292. Windows color (decimal): -6647420 or 8688026. OLE color: 8688026.
HSL color Cylindrical-coordinate representation of color #9A9184: hue angle of 35.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A9184 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 145 | 132 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.40 |
| HSL | 35.45º | 0.1% | 0.56% | - |
| HSV(B) | 35.45º | 0.14% | 0.6% | - |
| XYZ | 27.62 | 28.79 | 25.93 | - |
| YUV | 146.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 145 | 132 | 0 | 0.06 | 0.14 | 0.40 | 35.45 | 0.1 | 0.56 |
| Hex | 9A | 91 | 84 | 0 | 6 | E | 28 | 23 | A | 38 |
| Octal | 232 | 221 | 204 | 0 | 6 | 16 | 50 | 43 | 12 | 70 |
| Binary | 10011010 | 10010001 | 10000100 | 0 | 110 | 1110 | 101000 | 100011 | 1010 | 111000 |
Color Harmonies of #9A9184
Complementary color
Monochromatic Colors of #9A9184
Black with #9A9184
Text Example
Text Example
White with #9A9184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9184; }
p { color: rgb(154,145,132); }
H1.HeaderClassName
{
color: #9A9184;
}
.AnyTagClassName
{
color: #9A9184;
}
</style>
background-color css
<style>
a { background-color: #9A9184; }
a { background-color: rgb(154,145,132); }
div.DivClassName
{
background-color: #9A9184;
}
.BgClassName
{
background-color: #9A9184;
}
</style>
border-color css
<style>
span { border-color: #9A9184; }
span { border-color: rgb(154,145,132); }
td.TdClassName
{
border-color: #9A9184;
}
.TagClassName
{
border-color: #9A9184;
}
</style>