Shades of Gull Grey #A0AFB3
Tints of Gull Grey #A0AFB3
RGB
CMYK
RGB Variations
Color information
#A0AFB3 (or 0xA0AFB3) is known color: Gull Grey. HEX triplet: A0, AF and B3. RGB value is (160,175,179). Sum of RGB (Red+Green+Blue) = 160+175+179=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 179 - color contains mainly: blue. Hex color #A0AFB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFB3 is #5F504C. Grayscale: #AAAAAA. Windows color (decimal): -6246477 or 11775904. OLE color: 11775904.
HSL color Cylindrical-coordinate representation of color #A0AFB3: hue angle of 192.63º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0AFB3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 175 | 179 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.30 |
| HSL | 192.63º | 0.11% | 0.66% | - |
| HSV(B) | 192.63º | 0.11% | 0.7% | - |
| XYZ | 37.96 | 41.39 | 48.64 | - |
| YUV | 170.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 179 | 0.11 | 0.02 | 0 | 0.30 | 192.63 | 0.11 | 0.66 |
| Hex | A0 | AF | B3 | B | 2 | 0 | 1E | C1 | B | 42 |
| Octal | 240 | 257 | 263 | 13 | 2 | 0 | 36 | 301 | 13 | 102 |
| Binary | 10100000 | 10101111 | 10110011 | 1011 | 10 | 0 | 11110 | 11000001 | 1011 | 1000010 |
Color Harmonies of #A0AFB3
Complementary color
Monochromatic Colors of #A0AFB3
Black with #A0AFB3
Text Example
Text Example
White with #A0AFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AFB3; }
p { color: rgb(160,175,179); }
H1.HeaderClassName
{
color: #A0AFB3;
}
.AnyTagClassName
{
color: #A0AFB3;
}
</style>
background-color css
<style>
a { background-color: #A0AFB3; }
a { background-color: rgb(160,175,179); }
div.DivClassName
{
background-color: #A0AFB3;
}
.BgClassName
{
background-color: #A0AFB3;
}
</style>
border-color css
<style>
span { border-color: #A0AFB3; }
span { border-color: rgb(160,175,179); }
td.TdClassName
{
border-color: #A0AFB3;
}
.TagClassName
{
border-color: #A0AFB3;
}
</style>