Shades of Gull Grey #9FA8AC
Tints of Gull Grey #9FA8AC
RGB
CMYK
RGB Variations
Color information
#9FA8AC (or 0x9FA8AC) is known color: Gull Grey. HEX triplet: 9F, A8 and AC. RGB value is (159,168,172). Sum of RGB (Red+Green+Blue) = 159+168+172=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 172 - color contains mainly: blue. Hex color #9FA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA8AC is #605753. Grayscale: #A5A5A5. Windows color (decimal): -6313812 or 11315359. OLE color: 11315359.
HSL color Cylindrical-coordinate representation of color #9FA8AC: hue angle of 198.46º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FA8AC is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 168 | 172 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.33 |
| HSL | 198.46º | 0.07% | 0.65% | - |
| HSV(B) | 198.46º | 0.08% | 0.67% | - |
| XYZ | 35.75 | 38.35 | 44.55 | - |
| YUV | 165.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 172 | 0.08 | 0.02 | 0 | 0.33 | 198.46 | 0.07 | 0.65 |
| Hex | 9F | A8 | AC | 8 | 2 | 0 | 21 | C6 | 7 | 41 |
| Octal | 237 | 250 | 254 | 10 | 2 | 0 | 41 | 306 | 7 | 101 |
| Binary | 10011111 | 10101000 | 10101100 | 1000 | 10 | 0 | 100001 | 11000110 | 111 | 1000001 |
Color Harmonies of #9FA8AC
Complementary color
Monochromatic Colors of #9FA8AC
Black with #9FA8AC
Text Example
Text Example
White with #9FA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA8AC; }
p { color: rgb(159,168,172); }
H1.HeaderClassName
{
color: #9FA8AC;
}
.AnyTagClassName
{
color: #9FA8AC;
}
</style>
background-color css
<style>
a { background-color: #9FA8AC; }
a { background-color: rgb(159,168,172); }
div.DivClassName
{
background-color: #9FA8AC;
}
.BgClassName
{
background-color: #9FA8AC;
}
</style>
border-color css
<style>
span { border-color: #9FA8AC; }
span { border-color: rgb(159,168,172); }
td.TdClassName
{
border-color: #9FA8AC;
}
.TagClassName
{
border-color: #9FA8AC;
}
</style>