Shades of Gull Grey #A0ABB2
Tints of Gull Grey #A0ABB2
RGB
CMYK
RGB Variations
Color information
#A0ABB2 (or 0xA0ABB2) is known color: Gull Grey. HEX triplet: A0, AB and B2. RGB value is (160,171,178). Sum of RGB (Red+Green+Blue) = 160+171+178=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 178 - color contains mainly: blue. Hex color #A0ABB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ABB2 is #5F544D. Grayscale: #A8A8A8. Windows color (decimal): -6247502 or 11709344. OLE color: 11709344.
HSL color Cylindrical-coordinate representation of color #A0ABB2: hue angle of 203.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0ABB2 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 171 | 178 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.30 |
| HSL | 203.33º | 0.1% | 0.66% | - |
| HSV(B) | 203.33º | 0.1% | 0.7% | - |
| XYZ | 37.1 | 39.81 | 47.85 | - |
| YUV | 168.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 178 | 0.10 | 0.04 | 0 | 0.30 | 203.33 | 0.1 | 0.66 |
| Hex | A0 | AB | B2 | A | 4 | 0 | 1E | CB | A | 42 |
| Octal | 240 | 253 | 262 | 12 | 4 | 0 | 36 | 313 | 12 | 102 |
| Binary | 10100000 | 10101011 | 10110010 | 1010 | 100 | 0 | 11110 | 11001011 | 1010 | 1000010 |
Color Harmonies of #A0ABB2
Complementary color
Monochromatic Colors of #A0ABB2
Black with #A0ABB2
Text Example
Text Example
White with #A0ABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ABB2; }
p { color: rgb(160,171,178); }
H1.HeaderClassName
{
color: #A0ABB2;
}
.AnyTagClassName
{
color: #A0ABB2;
}
</style>
background-color css
<style>
a { background-color: #A0ABB2; }
a { background-color: rgb(160,171,178); }
div.DivClassName
{
background-color: #A0ABB2;
}
.BgClassName
{
background-color: #A0ABB2;
}
</style>
border-color css
<style>
span { border-color: #A0ABB2; }
span { border-color: rgb(160,171,178); }
td.TdClassName
{
border-color: #A0ABB2;
}
.TagClassName
{
border-color: #A0ABB2;
}
</style>