Shades of Gull Grey #9FABAC
Tints of Gull Grey #9FABAC
RGB
CMYK
RGB Variations
Color information
#9FABAC (or 0x9FABAC) is known color: Gull Grey. HEX triplet: 9F, AB and AC. RGB value is (159,171,172). Sum of RGB (Red+Green+Blue) = 159+171+172=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 172 - color contains mainly: blue. Hex color #9FABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FABAC is #605453. Grayscale: #A7A7A7. Windows color (decimal): -6313044 or 11316127. OLE color: 11316127.
HSL color Cylindrical-coordinate representation of color #9FABAC: hue angle of 184.62º 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 #9FABAC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 171 | 172 | - |
CMYK | 0.08 | 0.01 | 0 | 0.33 |
HSL | 184.62º | 0.07% | 0.65% | - |
HSV(B) | 184.62º | 0.08% | 0.67% | - |
XYZ | 36.31 | 39.48 | 44.74 | - |
YUV | 167.53 | 130.52 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 171 | 172 | 0.08 | 0.01 | 0 | 0.33 | 184.62 | 0.07 | 0.65 |
Hex | 9F | AB | AC | 8 | 1 | 0 | 21 | B9 | 7 | 41 |
Octal | 237 | 253 | 254 | 10 | 1 | 0 | 41 | 271 | 7 | 101 |
Binary | 10011111 | 10101011 | 10101100 | 1000 | 1 | 0 | 100001 | 10111001 | 111 | 1000001 |
Color Harmonies of #9FABAC
Complementary color
Monochromatic Colors of #9FABAC
Black with #9FABAC
Text Example
Text Example
White with #9FABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FABAC; }
p { color: rgb(159,171,172); }
H1.HeaderClassName
{
color: #9FABAC;
}
.AnyTagClassName
{
color: #9FABAC;
}
</style>
background-color css
<style>
a { background-color: #9FABAC; }
a { background-color: rgb(159,171,172); }
div.DivClassName
{
background-color: #9FABAC;
}
.BgClassName
{
background-color: #9FABAC;
}
</style>
border-color css
<style>
span { border-color: #9FABAC; }
span { border-color: rgb(159,171,172); }
td.TdClassName
{
border-color: #9FABAC;
}
.TagClassName
{
border-color: #9FABAC;
}
</style>