Shades of Gull Grey #9DACAF
Tints of Gull Grey #9DACAF
RGB
CMYK
RGB Variations
Color information
#9DACAF (or 0x9DACAF) is known color: Gull Grey. HEX triplet: 9D, AC and AF. RGB value is (157,172,175). Sum of RGB (Red+Green+Blue) = 157+172+175=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #9DACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DACAF is #625350. Grayscale: #A7A7A7. Windows color (decimal): -6443857 or 11512989. OLE color: 11512989.
HSL color Cylindrical-coordinate representation of color #9DACAF: hue angle of 190º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DACAF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 172 | 175 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.31 |
| HSL | 190º | 0.1% | 0.65% | - |
| HSV(B) | 190º | 0.1% | 0.69% | - |
| XYZ | 36.4 | 39.77 | 46.32 | - |
| YUV | 167.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 175 | 0.10 | 0.02 | 0 | 0.31 | 190 | 0.1 | 0.65 |
| Hex | 9D | AC | AF | A | 2 | 0 | 1F | BE | A | 41 |
| Octal | 235 | 254 | 257 | 12 | 2 | 0 | 37 | 276 | 12 | 101 |
| Binary | 10011101 | 10101100 | 10101111 | 1010 | 10 | 0 | 11111 | 10111110 | 1010 | 1000001 |
Color Harmonies of #9DACAF
Complementary color
Monochromatic Colors of #9DACAF
Black with #9DACAF
Text Example
Text Example
White with #9DACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACAF; }
p { color: rgb(157,172,175); }
H1.HeaderClassName
{
color: #9DACAF;
}
.AnyTagClassName
{
color: #9DACAF;
}
</style>
background-color css
<style>
a { background-color: #9DACAF; }
a { background-color: rgb(157,172,175); }
div.DivClassName
{
background-color: #9DACAF;
}
.BgClassName
{
background-color: #9DACAF;
}
</style>
border-color css
<style>
span { border-color: #9DACAF; }
span { border-color: rgb(157,172,175); }
td.TdClassName
{
border-color: #9DACAF;
}
.TagClassName
{
border-color: #9DACAF;
}
</style>