Shades of Gull Grey #AAADAF
Tints of Gull Grey #AAADAF
RGB
CMYK
RGB Variations
Color information
#AAADAF (or 0xAAADAF) is known color: Gull Grey. HEX triplet: AA, AD and AF. RGB value is (170,173,175). Sum of RGB (Red+Green+Blue) = 170+173+175=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 175 - color contains mainly: blue. Hex color #AAADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADAF is #555250. Grayscale: #ACACAC. Windows color (decimal): -5591633 or 11513258. OLE color: 11513258.
HSL color Cylindrical-coordinate representation of color #AAADAF: hue angle of 204º degrees, saturation: 0.03, 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 #AAADAF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 173 | 175 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.31 |
| HSL | 204º | 0.03% | 0.68% | - |
| HSV(B) | 204º | 0.03% | 0.69% | - |
| XYZ | 39.26 | 41.53 | 46.5 | - |
| YUV | 172.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 175 | 0.03 | 0.01 | 0 | 0.31 | 204 | 0.03 | 0.68 |
| Hex | AA | AD | AF | 3 | 1 | 0 | 1F | CC | 3 | 44 |
| Octal | 252 | 255 | 257 | 3 | 1 | 0 | 37 | 314 | 3 | 104 |
| Binary | 10101010 | 10101101 | 10101111 | 11 | 1 | 0 | 11111 | 11001100 | 11 | 1000100 |
Color Harmonies of #AAADAF
Complementary color
Monochromatic Colors of #AAADAF
Black with #AAADAF
Text Example
Text Example
White with #AAADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADAF; }
p { color: rgb(170,173,175); }
H1.HeaderClassName
{
color: #AAADAF;
}
.AnyTagClassName
{
color: #AAADAF;
}
</style>
background-color css
<style>
a { background-color: #AAADAF; }
a { background-color: rgb(170,173,175); }
div.DivClassName
{
background-color: #AAADAF;
}
.BgClassName
{
background-color: #AAADAF;
}
</style>
border-color css
<style>
span { border-color: #AAADAF; }
span { border-color: rgb(170,173,175); }
td.TdClassName
{
border-color: #AAADAF;
}
.TagClassName
{
border-color: #AAADAF;
}
</style>