Shades of Heathered Grey #8A8885
Tints of Heathered Grey #8A8885
RGB
CMYK
RGB Variations
Color information
#8A8885 (or 0x8A8885) is known color: Heathered Grey. HEX triplet: 8A, 88 and 85. RGB value is (138,136,133). Sum of RGB (Red+Green+Blue) = 138+136+133=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8885 is #75777A. Grayscale: #888888. Windows color (decimal): -7698299 or 8751242. OLE color: 8751242.
HSL color Cylindrical-coordinate representation of color #8A8885: hue angle of 36º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8A8885 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 133 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.46 |
| HSL | 36º | 0.02% | 0.53% | - |
| HSV(B) | 36º | 0.04% | 0.54% | - |
| XYZ | 23.52 | 24.71 | 25.72 | - |
| YUV | 136.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 133 | 0 | 0.01 | 0.04 | 0.46 | 36 | 0.02 | 0.53 |
| Hex | 8A | 88 | 85 | 0 | 1 | 4 | 2E | 24 | 2 | 35 |
| Octal | 212 | 210 | 205 | 0 | 1 | 4 | 56 | 44 | 2 | 65 |
| Binary | 10001010 | 10001000 | 10000101 | 0 | 1 | 100 | 101110 | 100100 | 10 | 110101 |
Color Harmonies of #8A8885
Complementary color
Monochromatic Colors of #8A8885
Black with #8A8885
Text Example
Text Example
White with #8A8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8885; }
p { color: rgb(138,136,133); }
H1.HeaderClassName
{
color: #8A8885;
}
.AnyTagClassName
{
color: #8A8885;
}
</style>
background-color css
<style>
a { background-color: #8A8885; }
a { background-color: rgb(138,136,133); }
div.DivClassName
{
background-color: #8A8885;
}
.BgClassName
{
background-color: #8A8885;
}
</style>
border-color css
<style>
span { border-color: #8A8885; }
span { border-color: rgb(138,136,133); }
td.TdClassName
{
border-color: #8A8885;
}
.TagClassName
{
border-color: #8A8885;
}
</style>