Shades of Heathered Grey #9A8E81
Tints of Heathered Grey #9A8E81
RGB
CMYK
RGB Variations
Color information
#9A8E81 (or 0x9A8E81) is known color: Heathered Grey. HEX triplet: 9A, 8E and 81. RGB value is (154,142,129). Sum of RGB (Red+Green+Blue) = 154+142+129=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8E81 is #65717E. Grayscale: #909090. Windows color (decimal): -6648191 or 8490650. OLE color: 8490650.
HSL color Cylindrical-coordinate representation of color #9A8E81: hue angle of 31.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9A8E81 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 142 | 129 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.40 |
| HSL | 31.2º | 0.11% | 0.55% | - |
| HSV(B) | 31.2º | 0.16% | 0.6% | - |
| XYZ | 26.96 | 27.8 | 24.71 | - |
| YUV | 144.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 129 | 0 | 0.08 | 0.16 | 0.40 | 31.2 | 0.11 | 0.55 |
| Hex | 9A | 8E | 81 | 0 | 8 | 10 | 28 | 1F | B | 37 |
| Octal | 232 | 216 | 201 | 0 | 10 | 20 | 50 | 37 | 13 | 67 |
| Binary | 10011010 | 10001110 | 10000001 | 0 | 1000 | 10000 | 101000 | 11111 | 1011 | 110111 |
Color Harmonies of #9A8E81
Complementary color
Monochromatic Colors of #9A8E81
Black with #9A8E81
Text Example
Text Example
White with #9A8E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8E81; }
p { color: rgb(154,142,129); }
H1.HeaderClassName
{
color: #9A8E81;
}
.AnyTagClassName
{
color: #9A8E81;
}
</style>
background-color css
<style>
a { background-color: #9A8E81; }
a { background-color: rgb(154,142,129); }
div.DivClassName
{
background-color: #9A8E81;
}
.BgClassName
{
background-color: #9A8E81;
}
</style>
border-color css
<style>
span { border-color: #9A8E81; }
span { border-color: rgb(154,142,129); }
td.TdClassName
{
border-color: #9A8E81;
}
.TagClassName
{
border-color: #9A8E81;
}
</style>