Shades of Gull Grey #A0AFB8
Tints of Gull Grey #A0AFB8
RGB
CMYK
RGB Variations
Color information
#A0AFB8 (or 0xA0AFB8) is known color: Gull Grey. HEX triplet: A0, AF and B8. RGB value is (160,175,184). Sum of RGB (Red+Green+Blue) = 160+175+184=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 184 - color contains mainly: blue. Hex color #A0AFB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFB8 is #5F5047. Grayscale: #ABABAB. Windows color (decimal): -6246472 or 12103584. OLE color: 12103584.
HSL color Cylindrical-coordinate representation of color #A0AFB8: hue angle of 202.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0AFB8 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 175 | 184 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.28 |
| HSL | 202.5º | 0.14% | 0.67% | - |
| HSV(B) | 202.5º | 0.13% | 0.72% | - |
| XYZ | 38.48 | 41.59 | 51.35 | - |
| YUV | 171.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 184 | 0.13 | 0.05 | 0 | 0.28 | 202.5 | 0.14 | 0.67 |
| Hex | A0 | AF | B8 | D | 5 | 0 | 1C | CA | E | 43 |
| Octal | 240 | 257 | 270 | 15 | 5 | 0 | 34 | 312 | 16 | 103 |
| Binary | 10100000 | 10101111 | 10111000 | 1101 | 101 | 0 | 11100 | 11001010 | 1110 | 1000011 |
Color Harmonies of #A0AFB8
Complementary color
Monochromatic Colors of #A0AFB8
Black with #A0AFB8
Text Example
Text Example
White with #A0AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AFB8; }
p { color: rgb(160,175,184); }
H1.HeaderClassName
{
color: #A0AFB8;
}
.AnyTagClassName
{
color: #A0AFB8;
}
</style>
background-color css
<style>
a { background-color: #A0AFB8; }
a { background-color: rgb(160,175,184); }
div.DivClassName
{
background-color: #A0AFB8;
}
.BgClassName
{
background-color: #A0AFB8;
}
</style>
border-color css
<style>
span { border-color: #A0AFB8; }
span { border-color: rgb(160,175,184); }
td.TdClassName
{
border-color: #A0AFB8;
}
.TagClassName
{
border-color: #A0AFB8;
}
</style>