Shades of Gull Grey #9FA8AB
Tints of Gull Grey #9FA8AB
RGB
CMYK
RGB Variations
Color information
#9FA8AB (or 0x9FA8AB) is known color: Gull Grey. HEX triplet: 9F, A8 and AB. RGB value is (159,168,171). Sum of RGB (Red+Green+Blue) = 159+168+171=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 171 - color contains mainly: blue. Hex color #9FA8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA8AB is #605754. Grayscale: #A5A5A5. Windows color (decimal): -6313813 or 11249823. OLE color: 11249823.
HSL color Cylindrical-coordinate representation of color #9FA8AB: hue angle of 195º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA8AB is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 168 | 171 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.33 |
| HSL | 195º | 0.07% | 0.65% | - |
| HSV(B) | 195º | 0.07% | 0.67% | - |
| XYZ | 35.65 | 38.32 | 44.04 | - |
| YUV | 165.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 171 | 0.07 | 0.02 | 0 | 0.33 | 195 | 0.07 | 0.65 |
| Hex | 9F | A8 | AB | 7 | 2 | 0 | 21 | C3 | 7 | 41 |
| Octal | 237 | 250 | 253 | 7 | 2 | 0 | 41 | 303 | 7 | 101 |
| Binary | 10011111 | 10101000 | 10101011 | 111 | 10 | 0 | 100001 | 11000011 | 111 | 1000001 |
Color Harmonies of #9FA8AB
Complementary color
Monochromatic Colors of #9FA8AB
Black with #9FA8AB
Text Example
Text Example
White with #9FA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA8AB; }
p { color: rgb(159,168,171); }
H1.HeaderClassName
{
color: #9FA8AB;
}
.AnyTagClassName
{
color: #9FA8AB;
}
</style>
background-color css
<style>
a { background-color: #9FA8AB; }
a { background-color: rgb(159,168,171); }
div.DivClassName
{
background-color: #9FA8AB;
}
.BgClassName
{
background-color: #9FA8AB;
}
</style>
border-color css
<style>
span { border-color: #9FA8AB; }
span { border-color: rgb(159,168,171); }
td.TdClassName
{
border-color: #9FA8AB;
}
.TagClassName
{
border-color: #9FA8AB;
}
</style>