Shades of Gull Grey #AAB0B3
Tints of Gull Grey #AAB0B3
RGB
CMYK
RGB Variations
Color information
#AAB0B3 (or 0xAAB0B3) is known color: Gull Grey. HEX triplet: AA, B0 and B3. RGB value is (170,176,179). Sum of RGB (Red+Green+Blue) = 170+176+179=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 179 - color contains mainly: blue. Hex color #AAB0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0B3 is #554F4C. Grayscale: #AEAEAE. Windows color (decimal): -5590861 or 11776170. OLE color: 11776170.
HSL color Cylindrical-coordinate representation of color #AAB0B3: hue angle of 200º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAB0B3 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 176 | 179 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.30 |
| HSL | 200º | 0.06% | 0.68% | - |
| HSV(B) | 200º | 0.05% | 0.7% | - |
| XYZ | 40.24 | 42.85 | 48.8 | - |
| YUV | 174.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 179 | 0.05 | 0.02 | 0 | 0.30 | 200 | 0.06 | 0.68 |
| Hex | AA | B0 | B3 | 5 | 2 | 0 | 1E | C8 | 6 | 44 |
| Octal | 252 | 260 | 263 | 5 | 2 | 0 | 36 | 310 | 6 | 104 |
| Binary | 10101010 | 10110000 | 10110011 | 101 | 10 | 0 | 11110 | 11001000 | 110 | 1000100 |
Color Harmonies of #AAB0B3
Complementary color
Monochromatic Colors of #AAB0B3
Black with #AAB0B3
Text Example
Text Example
White with #AAB0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0B3; }
p { color: rgb(170,176,179); }
H1.HeaderClassName
{
color: #AAB0B3;
}
.AnyTagClassName
{
color: #AAB0B3;
}
</style>
background-color css
<style>
a { background-color: #AAB0B3; }
a { background-color: rgb(170,176,179); }
div.DivClassName
{
background-color: #AAB0B3;
}
.BgClassName
{
background-color: #AAB0B3;
}
</style>
border-color css
<style>
span { border-color: #AAB0B3; }
span { border-color: rgb(170,176,179); }
td.TdClassName
{
border-color: #AAB0B3;
}
.TagClassName
{
border-color: #AAB0B3;
}
</style>