Shades of Gull Grey #9DAAAC
Tints of Gull Grey #9DAAAC
RGB
CMYK
RGB Variations
Color information
#9DAAAC (or 0x9DAAAC) is known color: Gull Grey. HEX triplet: 9D, AA and AC. RGB value is (157,170,172). Sum of RGB (Red+Green+Blue) = 157+170+172=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 170 (66.80% from 255 or 34.07% 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 #9DAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAAAC is #625553. Grayscale: #A6A6A6. Windows color (decimal): -6444372 or 11315869. OLE color: 11315869.
HSL color Cylindrical-coordinate representation of color #9DAAAC: hue angle of 188º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DAAAC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 170 | 172 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.33 |
| HSL | 188º | 0.08% | 0.65% | - |
| HSV(B) | 188º | 0.09% | 0.67% | - |
| XYZ | 35.73 | 38.9 | 44.65 | - |
| YUV | 166.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 172 | 0.09 | 0.01 | 0 | 0.33 | 188 | 0.08 | 0.65 |
| Hex | 9D | AA | AC | 9 | 1 | 0 | 21 | BC | 8 | 41 |
| Octal | 235 | 252 | 254 | 11 | 1 | 0 | 41 | 274 | 10 | 101 |
| Binary | 10011101 | 10101010 | 10101100 | 1001 | 1 | 0 | 100001 | 10111100 | 1000 | 1000001 |
Color Harmonies of #9DAAAC
Complementary color
Monochromatic Colors of #9DAAAC
Black with #9DAAAC
Text Example
Text Example
White with #9DAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAAAC; }
p { color: rgb(157,170,172); }
H1.HeaderClassName
{
color: #9DAAAC;
}
.AnyTagClassName
{
color: #9DAAAC;
}
</style>
background-color css
<style>
a { background-color: #9DAAAC; }
a { background-color: rgb(157,170,172); }
div.DivClassName
{
background-color: #9DAAAC;
}
.BgClassName
{
background-color: #9DAAAC;
}
</style>
border-color css
<style>
span { border-color: #9DAAAC; }
span { border-color: rgb(157,170,172); }
td.TdClassName
{
border-color: #9DAAAC;
}
.TagClassName
{
border-color: #9DAAAC;
}
</style>