Shades of Gull Grey #9DA8AB
Tints of Gull Grey #9DA8AB
RGB
CMYK
RGB Variations
Color information
#9DA8AB (or 0x9DA8AB) is known color: Gull Grey. HEX triplet: 9D, A8 and AB. RGB value is (157,168,171). Sum of RGB (Red+Green+Blue) = 157+168+171=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: blue. Hex color #9DA8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA8AB is #625754. Grayscale: #A5A5A5. Windows color (decimal): -6444885 or 11249821. OLE color: 11249821.
HSL color Cylindrical-coordinate representation of color #9DA8AB: hue angle of 192.86º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9DA8AB is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 168 | 171 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.33 |
| HSL | 192.86º | 0.08% | 0.64% | - |
| HSV(B) | 192.86º | 0.08% | 0.67% | - |
| XYZ | 35.26 | 38.11 | 44.03 | - |
| YUV | 165.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 171 | 0.08 | 0.02 | 0 | 0.33 | 192.86 | 0.08 | 0.64 |
| Hex | 9D | A8 | AB | 8 | 2 | 0 | 21 | C1 | 8 | 40 |
| Octal | 235 | 250 | 253 | 10 | 2 | 0 | 41 | 301 | 10 | 100 |
| Binary | 10011101 | 10101000 | 10101011 | 1000 | 10 | 0 | 100001 | 11000001 | 1000 | 1000000 |
Color Harmonies of #9DA8AB
Complementary color
Monochromatic Colors of #9DA8AB
Black with #9DA8AB
Text Example
Text Example
White with #9DA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA8AB; }
p { color: rgb(157,168,171); }
H1.HeaderClassName
{
color: #9DA8AB;
}
.AnyTagClassName
{
color: #9DA8AB;
}
</style>
background-color css
<style>
a { background-color: #9DA8AB; }
a { background-color: rgb(157,168,171); }
div.DivClassName
{
background-color: #9DA8AB;
}
.BgClassName
{
background-color: #9DA8AB;
}
</style>
border-color css
<style>
span { border-color: #9DA8AB; }
span { border-color: rgb(157,168,171); }
td.TdClassName
{
border-color: #9DA8AB;
}
.TagClassName
{
border-color: #9DA8AB;
}
</style>