Shades of Gull Grey #9CAAAE
Tints of Gull Grey #9CAAAE
RGB
CMYK
RGB Variations
Color information
#9CAAAE (or 0x9CAAAE) is known color: Gull Grey. HEX triplet: 9C, AA and AE. RGB value is (156,170,174). Sum of RGB (Red+Green+Blue) = 156+170+174=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: blue. Hex color #9CAAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAAAE is #635551. Grayscale: #A6A6A6. Windows color (decimal): -6509906 or 11446940. OLE color: 11446940.
HSL color Cylindrical-coordinate representation of color #9CAAAE: hue angle of 193.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CAAAE is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 170 | 174 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.32 |
| HSL | 193.33º | 0.1% | 0.65% | - |
| HSV(B) | 193.33º | 0.1% | 0.68% | - |
| XYZ | 35.73 | 38.87 | 45.66 | - |
| YUV | 166.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 174 | 0.10 | 0.02 | 0 | 0.32 | 193.33 | 0.1 | 0.65 |
| Hex | 9C | AA | AE | A | 2 | 0 | 20 | C1 | A | 41 |
| Octal | 234 | 252 | 256 | 12 | 2 | 0 | 40 | 301 | 12 | 101 |
| Binary | 10011100 | 10101010 | 10101110 | 1010 | 10 | 0 | 100000 | 11000001 | 1010 | 1000001 |
Color Harmonies of #9CAAAE
Complementary color
Monochromatic Colors of #9CAAAE
Black with #9CAAAE
Text Example
Text Example
White with #9CAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAAAE; }
p { color: rgb(156,170,174); }
H1.HeaderClassName
{
color: #9CAAAE;
}
.AnyTagClassName
{
color: #9CAAAE;
}
</style>
background-color css
<style>
a { background-color: #9CAAAE; }
a { background-color: rgb(156,170,174); }
div.DivClassName
{
background-color: #9CAAAE;
}
.BgClassName
{
background-color: #9CAAAE;
}
</style>
border-color css
<style>
span { border-color: #9CAAAE; }
span { border-color: rgb(156,170,174); }
td.TdClassName
{
border-color: #9CAAAE;
}
.TagClassName
{
border-color: #9CAAAE;
}
</style>