Shades of Gull Grey #9FA8AA
Tints of Gull Grey #9FA8AA
RGB
CMYK
RGB Variations
Color information
#9FA8AA (or 0x9FA8AA) is known color: Gull Grey. HEX triplet: 9F, A8 and AA. RGB value is (159,168,170). Sum of RGB (Red+Green+Blue) = 159+168+170=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 170 - color contains mainly: blue. Hex color #9FA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA8AA is #605755. Grayscale: #A5A5A5. Windows color (decimal): -6313814 or 11184287. OLE color: 11184287.
HSL color Cylindrical-coordinate representation of color #9FA8AA: hue angle of 190.91º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9FA8AA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 168 | 170 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.33 |
| HSL | 190.91º | 0.06% | 0.65% | - |
| HSV(B) | 190.91º | 0.06% | 0.67% | - |
| XYZ | 35.56 | 38.28 | 43.54 | - |
| YUV | 165.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 170 | 0.06 | 0.01 | 0 | 0.33 | 190.91 | 0.06 | 0.65 |
| Hex | 9F | A8 | AA | 6 | 1 | 0 | 21 | BF | 6 | 41 |
| Octal | 237 | 250 | 252 | 6 | 1 | 0 | 41 | 277 | 6 | 101 |
| Binary | 10011111 | 10101000 | 10101010 | 110 | 1 | 0 | 100001 | 10111111 | 110 | 1000001 |
Color Harmonies of #9FA8AA
Complementary color
Monochromatic Colors of #9FA8AA
Black with #9FA8AA
Text Example
Text Example
White with #9FA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA8AA; }
p { color: rgb(159,168,170); }
H1.HeaderClassName
{
color: #9FA8AA;
}
.AnyTagClassName
{
color: #9FA8AA;
}
</style>
background-color css
<style>
a { background-color: #9FA8AA; }
a { background-color: rgb(159,168,170); }
div.DivClassName
{
background-color: #9FA8AA;
}
.BgClassName
{
background-color: #9FA8AA;
}
</style>
border-color css
<style>
span { border-color: #9FA8AA; }
span { border-color: rgb(159,168,170); }
td.TdClassName
{
border-color: #9FA8AA;
}
.TagClassName
{
border-color: #9FA8AA;
}
</style>