Shades of Suva Grey #9A8883
Tints of Suva Grey #9A8883
RGB
CMYK
RGB Variations
Color information
#9A8883 (or 0x9A8883) is known color: Suva Grey. HEX triplet: 9A, 88 and 83. RGB value is (154,136,131). Sum of RGB (Red+Green+Blue) = 154+136+131=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8883 is #65777C. Grayscale: #8C8C8C. Windows color (decimal): -6649725 or 8620186. OLE color: 8620186.
HSL color Cylindrical-coordinate representation of color #9A8883: hue angle of 13.04º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9A8883 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 131 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.40 |
| HSL | 13.04º | 0.1% | 0.56% | - |
| HSV(B) | 13.04º | 0.15% | 0.6% | - |
| XYZ | 26.23 | 26.12 | 25.13 | - |
| YUV | 140.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 131 | 0 | 0.12 | 0.15 | 0.40 | 13.04 | 0.1 | 0.56 |
| Hex | 9A | 88 | 83 | 0 | C | F | 28 | D | A | 38 |
| Octal | 232 | 210 | 203 | 0 | 14 | 17 | 50 | 15 | 12 | 70 |
| Binary | 10011010 | 10001000 | 10000011 | 0 | 1100 | 1111 | 101000 | 1101 | 1010 | 111000 |
Color Harmonies of #9A8883
Complementary color
Monochromatic Colors of #9A8883
Black with #9A8883
Text Example
Text Example
White with #9A8883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8883; }
p { color: rgb(154,136,131); }
H1.HeaderClassName
{
color: #9A8883;
}
.AnyTagClassName
{
color: #9A8883;
}
</style>
background-color css
<style>
a { background-color: #9A8883; }
a { background-color: rgb(154,136,131); }
div.DivClassName
{
background-color: #9A8883;
}
.BgClassName
{
background-color: #9A8883;
}
</style>
border-color css
<style>
span { border-color: #9A8883; }
span { border-color: rgb(154,136,131); }
td.TdClassName
{
border-color: #9A8883;
}
.TagClassName
{
border-color: #9A8883;
}
</style>