Shades of Gull Grey #9FAAAB
Tints of Gull Grey #9FAAAB
RGB
CMYK
RGB Variations
Color information
#9FAAAB (or 0x9FAAAB) is known color: Gull Grey. HEX triplet: 9F, AA and AB. RGB value is (159,170,171). Sum of RGB (Red+Green+Blue) = 159+170+171=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 171 - color contains mainly: blue. Hex color #9FAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAAAB is #605554. Grayscale: #A6A6A6. Windows color (decimal): -6313301 or 11250335. OLE color: 11250335.
HSL color Cylindrical-coordinate representation of color #9FAAAB: hue angle of 185º 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 #9FAAAB is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 171 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.33 |
| HSL | 185º | 0.07% | 0.65% | - |
| HSV(B) | 185º | 0.07% | 0.67% | - |
| XYZ | 36.02 | 39.06 | 44.17 | - |
| YUV | 166.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 171 | 0.07 | 0.01 | 0 | 0.33 | 185 | 0.07 | 0.65 |
| Hex | 9F | AA | AB | 7 | 1 | 0 | 21 | B9 | 7 | 41 |
| Octal | 237 | 252 | 253 | 7 | 1 | 0 | 41 | 271 | 7 | 101 |
| Binary | 10011111 | 10101010 | 10101011 | 111 | 1 | 0 | 100001 | 10111001 | 111 | 1000001 |
Color Harmonies of #9FAAAB
Complementary color
Monochromatic Colors of #9FAAAB
Black with #9FAAAB
Text Example
Text Example
White with #9FAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAAAB; }
p { color: rgb(159,170,171); }
H1.HeaderClassName
{
color: #9FAAAB;
}
.AnyTagClassName
{
color: #9FAAAB;
}
</style>
background-color css
<style>
a { background-color: #9FAAAB; }
a { background-color: rgb(159,170,171); }
div.DivClassName
{
background-color: #9FAAAB;
}
.BgClassName
{
background-color: #9FAAAB;
}
</style>
border-color css
<style>
span { border-color: #9FAAAB; }
span { border-color: rgb(159,170,171); }
td.TdClassName
{
border-color: #9FAAAB;
}
.TagClassName
{
border-color: #9FAAAB;
}
</style>