Shades of Gull Grey #AAAFB0
Tints of Gull Grey #AAAFB0
RGB
CMYK
RGB Variations
Color information
#AAAFB0 (or 0xAAAFB0) is known color: Gull Grey. HEX triplet: AA, AF and B0. RGB value is (170,175,176). Sum of RGB (Red+Green+Blue) = 170+175+176=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 176 - color contains mainly: blue. Hex color #AAAFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFB0 is #55504F. Grayscale: #ADADAD. Windows color (decimal): -5591120 or 11579306. OLE color: 11579306.
HSL color Cylindrical-coordinate representation of color #AAAFB0: hue angle of 190º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAAFB0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 170 | 175 | 176 | - |
CMYK | 0.03 | 0.01 | 0 | 0.31 |
HSL | 190º | 0.04% | 0.68% | - |
HSV(B) | 190º | 0.03% | 0.69% | - |
XYZ | 39.74 | 42.34 | 47.15 | - |
YUV | 173.62 | 129.34 | 125.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 175 | 176 | 0.03 | 0.01 | 0 | 0.31 | 190 | 0.04 | 0.68 |
Hex | AA | AF | B0 | 3 | 1 | 0 | 1F | BE | 4 | 44 |
Octal | 252 | 257 | 260 | 3 | 1 | 0 | 37 | 276 | 4 | 104 |
Binary | 10101010 | 10101111 | 10110000 | 11 | 1 | 0 | 11111 | 10111110 | 100 | 1000100 |
Color Harmonies of #AAAFB0
Complementary color
Monochromatic Colors of #AAAFB0
Black with #AAAFB0
Text Example
Text Example
White with #AAAFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAFB0; }
p { color: rgb(170,175,176); }
H1.HeaderClassName
{
color: #AAAFB0;
}
.AnyTagClassName
{
color: #AAAFB0;
}
</style>
background-color css
<style>
a { background-color: #AAAFB0; }
a { background-color: rgb(170,175,176); }
div.DivClassName
{
background-color: #AAAFB0;
}
.BgClassName
{
background-color: #AAAFB0;
}
</style>
border-color css
<style>
span { border-color: #AAAFB0; }
span { border-color: rgb(170,175,176); }
td.TdClassName
{
border-color: #AAAFB0;
}
.TagClassName
{
border-color: #AAAFB0;
}
</style>