Shades of Heathered Grey #999282
Tints of Heathered Grey #999282
RGB
CMYK
RGB Variations
Color information
#999282 (or 0x999282) is known color: Heathered Grey. HEX triplet: 99, 92 and 82. RGB value is (153,146,130). Sum of RGB (Red+Green+Blue) = 153+146+130=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #999282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999282 is #666D7D. Grayscale: #929292. Windows color (decimal): -6712702 or 8557209. OLE color: 8557209.
HSL color Cylindrical-coordinate representation of color #999282: hue angle of 41.74º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999282 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 130 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.4 |
| HSL | 41.74º | 0.1% | 0.55% | - |
| HSV(B) | 41.74º | 0.15% | 0.6% | - |
| XYZ | 27.45 | 28.94 | 25.26 | - |
| YUV | 146.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 130 | 0 | 0.05 | 0.15 | 0.4 | 41.74 | 0.1 | 0.55 |
| Hex | 99 | 92 | 82 | 0 | 5 | F | 28 | 2A | A | 37 |
| Octal | 231 | 222 | 202 | 0 | 5 | 17 | 50 | 52 | 12 | 67 |
| Binary | 10011001 | 10010010 | 10000010 | 0 | 101 | 1111 | 101000 | 101010 | 1010 | 110111 |
Color Harmonies of #999282
Complementary color
Monochromatic Colors of #999282
Black with #999282
Text Example
Text Example
White with #999282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999282; }
p { color: rgb(153,146,130); }
H1.HeaderClassName
{
color: #999282;
}
.AnyTagClassName
{
color: #999282;
}
</style>
background-color css
<style>
a { background-color: #999282; }
a { background-color: rgb(153,146,130); }
div.DivClassName
{
background-color: #999282;
}
.BgClassName
{
background-color: #999282;
}
</style>
border-color css
<style>
span { border-color: #999282; }
span { border-color: rgb(153,146,130); }
td.TdClassName
{
border-color: #999282;
}
.TagClassName
{
border-color: #999282;
}
</style>