Shades of Suva Grey #9A8885
Tints of Suva Grey #9A8885
RGB
CMYK
RGB Variations
Color information
#9A8885 (or 0x9A8885) is known color: Suva Grey. HEX triplet: 9A, 88 and 85. RGB value is (154,136,133). Sum of RGB (Red+Green+Blue) = 154+136+133=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8885 is #65777A. Grayscale: #8D8D8D. Windows color (decimal): -6649723 or 8751258. OLE color: 8751258.
HSL color Cylindrical-coordinate representation of color #9A8885: hue angle of 8.57º 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 #9A8885 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 133 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.40 |
| HSL | 8.57º | 0.09% | 0.56% | - |
| HSV(B) | 8.57º | 0.14% | 0.6% | - |
| XYZ | 26.36 | 26.17 | 25.85 | - |
| YUV | 141.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 133 | 0 | 0.12 | 0.14 | 0.40 | 8.57 | 0.09 | 0.56 |
| Hex | 9A | 88 | 85 | 0 | C | E | 28 | 9 | 9 | 38 |
| Octal | 232 | 210 | 205 | 0 | 14 | 16 | 50 | 11 | 11 | 70 |
| Binary | 10011010 | 10001000 | 10000101 | 0 | 1100 | 1110 | 101000 | 1001 | 1001 | 111000 |
Color Harmonies of #9A8885
Complementary color
Monochromatic Colors of #9A8885
Black with #9A8885
Text Example
Text Example
White with #9A8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8885; }
p { color: rgb(154,136,133); }
H1.HeaderClassName
{
color: #9A8885;
}
.AnyTagClassName
{
color: #9A8885;
}
</style>
background-color css
<style>
a { background-color: #9A8885; }
a { background-color: rgb(154,136,133); }
div.DivClassName
{
background-color: #9A8885;
}
.BgClassName
{
background-color: #9A8885;
}
</style>
border-color css
<style>
span { border-color: #9A8885; }
span { border-color: rgb(154,136,133); }
td.TdClassName
{
border-color: #9A8885;
}
.TagClassName
{
border-color: #9A8885;
}
</style>