Shades of Gull Grey #9AA4A7
Tints of Gull Grey #9AA4A7
RGB
CMYK
RGB Variations
Color information
#9AA4A7 (or 0x9AA4A7) is known color: Gull Grey. HEX triplet: 9A, A4 and A7. RGB value is (154,164,167). Sum of RGB (Red+Green+Blue) = 154+164+167=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 167 - color contains mainly: blue. Hex color #9AA4A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA4A7 is #655B58. Grayscale: #A1A1A1. Windows color (decimal): -6642521 or 10986650. OLE color: 10986650.
HSL color Cylindrical-coordinate representation of color #9AA4A7: hue angle of 193.85º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9AA4A7 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 164 | 167 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.35 |
| HSL | 193.85º | 0.07% | 0.63% | - |
| HSV(B) | 193.85º | 0.08% | 0.65% | - |
| XYZ | 33.58 | 36.21 | 41.78 | - |
| YUV | 161.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 167 | 0.08 | 0.02 | 0 | 0.35 | 193.85 | 0.07 | 0.63 |
| Hex | 9A | A4 | A7 | 8 | 2 | 0 | 23 | C2 | 7 | 3F |
| Octal | 232 | 244 | 247 | 10 | 2 | 0 | 43 | 302 | 7 | 77 |
| Binary | 10011010 | 10100100 | 10100111 | 1000 | 10 | 0 | 100011 | 11000010 | 111 | 111111 |
Color Harmonies of #9AA4A7
Complementary color
Monochromatic Colors of #9AA4A7
Black with #9AA4A7
Text Example
Text Example
White with #9AA4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA4A7; }
p { color: rgb(154,164,167); }
H1.HeaderClassName
{
color: #9AA4A7;
}
.AnyTagClassName
{
color: #9AA4A7;
}
</style>
background-color css
<style>
a { background-color: #9AA4A7; }
a { background-color: rgb(154,164,167); }
div.DivClassName
{
background-color: #9AA4A7;
}
.BgClassName
{
background-color: #9AA4A7;
}
</style>
border-color css
<style>
span { border-color: #9AA4A7; }
span { border-color: rgb(154,164,167); }
td.TdClassName
{
border-color: #9AA4A7;
}
.TagClassName
{
border-color: #9AA4A7;
}
</style>