Shades of Heathered Grey #9A9185
Tints of Heathered Grey #9A9185
RGB
CMYK
RGB Variations
Color information
#9A9185 (or 0x9A9185) is known color: Heathered Grey. HEX triplet: 9A, 91 and 85. RGB value is (154,145,133). Sum of RGB (Red+Green+Blue) = 154+145+133=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9185 is #656E7A. Grayscale: #929292. Windows color (decimal): -6647419 or 8753562. OLE color: 8753562.
HSL color Cylindrical-coordinate representation of color #9A9185: hue angle of 34.29º degrees, saturation: 0.09, 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 #9A9185 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 145 | 133 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.40 |
| HSL | 34.29º | 0.09% | 0.56% | - |
| HSV(B) | 34.29º | 0.14% | 0.6% | - |
| XYZ | 27.69 | 28.81 | 26.29 | - |
| YUV | 146.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 145 | 133 | 0 | 0.06 | 0.14 | 0.40 | 34.29 | 0.09 | 0.56 |
| Hex | 9A | 91 | 85 | 0 | 6 | E | 28 | 22 | 9 | 38 |
| Octal | 232 | 221 | 205 | 0 | 6 | 16 | 50 | 42 | 11 | 70 |
| Binary | 10011010 | 10010001 | 10000101 | 0 | 110 | 1110 | 101000 | 100010 | 1001 | 111000 |
Color Harmonies of #9A9185
Complementary color
Monochromatic Colors of #9A9185
Black with #9A9185
Text Example
Text Example
White with #9A9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9185; }
p { color: rgb(154,145,133); }
H1.HeaderClassName
{
color: #9A9185;
}
.AnyTagClassName
{
color: #9A9185;
}
</style>
background-color css
<style>
a { background-color: #9A9185; }
a { background-color: rgb(154,145,133); }
div.DivClassName
{
background-color: #9A9185;
}
.BgClassName
{
background-color: #9A9185;
}
</style>
border-color css
<style>
span { border-color: #9A9185; }
span { border-color: rgb(154,145,133); }
td.TdClassName
{
border-color: #9A9185;
}
.TagClassName
{
border-color: #9A9185;
}
</style>