Shades of Gull Grey #AAB0B2
Tints of Gull Grey #AAB0B2
RGB
CMYK
RGB Variations
Color information
#AAB0B2 (or 0xAAB0B2) is known color: Gull Grey. HEX triplet: AA, B0 and B2. RGB value is (170,176,178). Sum of RGB (Red+Green+Blue) = 170+176+178=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 178 - color contains mainly: blue. Hex color #AAB0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0B2 is #554F4D. Grayscale: #AEAEAE. Windows color (decimal): -5590862 or 11710634. OLE color: 11710634.
HSL color Cylindrical-coordinate representation of color #AAB0B2: hue angle of 195º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAB0B2 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 176 | 178 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.30 |
| HSL | 195º | 0.05% | 0.68% | - |
| HSV(B) | 195º | 0.04% | 0.7% | - |
| XYZ | 40.14 | 42.81 | 48.27 | - |
| YUV | 174.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 178 | 0.04 | 0.01 | 0 | 0.30 | 195 | 0.05 | 0.68 |
| Hex | AA | B0 | B2 | 4 | 1 | 0 | 1E | C3 | 5 | 44 |
| Octal | 252 | 260 | 262 | 4 | 1 | 0 | 36 | 303 | 5 | 104 |
| Binary | 10101010 | 10110000 | 10110010 | 100 | 1 | 0 | 11110 | 11000011 | 101 | 1000100 |
Color Harmonies of #AAB0B2
Complementary color
Monochromatic Colors of #AAB0B2
Black with #AAB0B2
Text Example
Text Example
White with #AAB0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0B2; }
p { color: rgb(170,176,178); }
H1.HeaderClassName
{
color: #AAB0B2;
}
.AnyTagClassName
{
color: #AAB0B2;
}
</style>
background-color css
<style>
a { background-color: #AAB0B2; }
a { background-color: rgb(170,176,178); }
div.DivClassName
{
background-color: #AAB0B2;
}
.BgClassName
{
background-color: #AAB0B2;
}
</style>
border-color css
<style>
span { border-color: #AAB0B2; }
span { border-color: rgb(170,176,178); }
td.TdClassName
{
border-color: #AAB0B2;
}
.TagClassName
{
border-color: #AAB0B2;
}
</style>