Shades of Suva Grey #9A8884
Tints of Suva Grey #9A8884
RGB
CMYK
RGB Variations
Color information
#9A8884 (or 0x9A8884) is known color: Suva Grey. HEX triplet: 9A, 88 and 84. RGB value is (154,136,132). Sum of RGB (Red+Green+Blue) = 154+136+132=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8884 is #65777B. Grayscale: #8C8C8C. Windows color (decimal): -6649724 or 8685722. OLE color: 8685722.
HSL color Cylindrical-coordinate representation of color #9A8884: hue angle of 10.91º 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 #9A8884 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 132 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.40 |
| HSL | 10.91º | 0.1% | 0.56% | - |
| HSV(B) | 10.91º | 0.14% | 0.6% | - |
| XYZ | 26.3 | 26.14 | 25.49 | - |
| YUV | 140.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 132 | 0 | 0.12 | 0.14 | 0.40 | 10.91 | 0.1 | 0.56 |
| Hex | 9A | 88 | 84 | 0 | C | E | 28 | B | A | 38 |
| Octal | 232 | 210 | 204 | 0 | 14 | 16 | 50 | 13 | 12 | 70 |
| Binary | 10011010 | 10001000 | 10000100 | 0 | 1100 | 1110 | 101000 | 1011 | 1010 | 111000 |
Color Harmonies of #9A8884
Complementary color
Monochromatic Colors of #9A8884
Black with #9A8884
Text Example
Text Example
White with #9A8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8884; }
p { color: rgb(154,136,132); }
H1.HeaderClassName
{
color: #9A8884;
}
.AnyTagClassName
{
color: #9A8884;
}
</style>
background-color css
<style>
a { background-color: #9A8884; }
a { background-color: rgb(154,136,132); }
div.DivClassName
{
background-color: #9A8884;
}
.BgClassName
{
background-color: #9A8884;
}
</style>
border-color css
<style>
span { border-color: #9A8884; }
span { border-color: rgb(154,136,132); }
td.TdClassName
{
border-color: #9A8884;
}
.TagClassName
{
border-color: #9A8884;
}
</style>