Shades of Gull Grey #9DA8AA
Tints of Gull Grey #9DA8AA
RGB
CMYK
RGB Variations
Color information
#9DA8AA (or 0x9DA8AA) is known color: Gull Grey. HEX triplet: 9D, A8 and AA. RGB value is (157,168,170). Sum of RGB (Red+Green+Blue) = 157+168+170=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 170 - color contains mainly: blue. Hex color #9DA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA8AA is #625755. Grayscale: #A4A4A4. Windows color (decimal): -6444886 or 11184285. OLE color: 11184285.
HSL color Cylindrical-coordinate representation of color #9DA8AA: hue angle of 189.23º degrees, saturation: 0.07, 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 #9DA8AA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 168 | 170 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.33 |
| HSL | 189.23º | 0.07% | 0.64% | - |
| HSV(B) | 189.23º | 0.08% | 0.67% | - |
| XYZ | 35.16 | 38.08 | 43.53 | - |
| YUV | 164.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 170 | 0.08 | 0.01 | 0 | 0.33 | 189.23 | 0.07 | 0.64 |
| Hex | 9D | A8 | AA | 8 | 1 | 0 | 21 | BD | 7 | 40 |
| Octal | 235 | 250 | 252 | 10 | 1 | 0 | 41 | 275 | 7 | 100 |
| Binary | 10011101 | 10101000 | 10101010 | 1000 | 1 | 0 | 100001 | 10111101 | 111 | 1000000 |
Color Harmonies of #9DA8AA
Complementary color
Monochromatic Colors of #9DA8AA
Black with #9DA8AA
Text Example
Text Example
White with #9DA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA8AA; }
p { color: rgb(157,168,170); }
H1.HeaderClassName
{
color: #9DA8AA;
}
.AnyTagClassName
{
color: #9DA8AA;
}
</style>
background-color css
<style>
a { background-color: #9DA8AA; }
a { background-color: rgb(157,168,170); }
div.DivClassName
{
background-color: #9DA8AA;
}
.BgClassName
{
background-color: #9DA8AA;
}
</style>
border-color css
<style>
span { border-color: #9DA8AA; }
span { border-color: rgb(157,168,170); }
td.TdClassName
{
border-color: #9DA8AA;
}
.TagClassName
{
border-color: #9DA8AA;
}
</style>