Shades of Gull Grey #9DA4A6
Tints of Gull Grey #9DA4A6
RGB
CMYK
RGB Variations
Color information
#9DA4A6 (or 0x9DA4A6) is known color: Gull Grey. HEX triplet: 9D, A4 and A6. RGB value is (157,164,166). Sum of RGB (Red+Green+Blue) = 157+164+166=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 166 - color contains mainly: blue. Hex color #9DA4A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA4A6 is #625B59. Grayscale: #A2A2A2. Windows color (decimal): -6445914 or 10921117. OLE color: 10921117.
HSL color Cylindrical-coordinate representation of color #9DA4A6: hue angle of 193.33º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9DA4A6 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 164 | 166 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.35 |
| HSL | 193.33º | 0.05% | 0.63% | - |
| HSV(B) | 193.33º | 0.05% | 0.65% | - |
| XYZ | 34.06 | 36.47 | 41.32 | - |
| YUV | 162.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 166 | 0.05 | 0.01 | 0 | 0.35 | 193.33 | 0.05 | 0.63 |
| Hex | 9D | A4 | A6 | 5 | 1 | 0 | 23 | C1 | 5 | 3F |
| Octal | 235 | 244 | 246 | 5 | 1 | 0 | 43 | 301 | 5 | 77 |
| Binary | 10011101 | 10100100 | 10100110 | 101 | 1 | 0 | 100011 | 11000001 | 101 | 111111 |
Color Harmonies of #9DA4A6
Complementary color
Monochromatic Colors of #9DA4A6
Black with #9DA4A6
Text Example
Text Example
White with #9DA4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA4A6; }
p { color: rgb(157,164,166); }
H1.HeaderClassName
{
color: #9DA4A6;
}
.AnyTagClassName
{
color: #9DA4A6;
}
</style>
background-color css
<style>
a { background-color: #9DA4A6; }
a { background-color: rgb(157,164,166); }
div.DivClassName
{
background-color: #9DA4A6;
}
.BgClassName
{
background-color: #9DA4A6;
}
</style>
border-color css
<style>
span { border-color: #9DA4A6; }
span { border-color: rgb(157,164,166); }
td.TdClassName
{
border-color: #9DA4A6;
}
.TagClassName
{
border-color: #9DA4A6;
}
</style>