Shades of Gull Grey #A3ABB0
Tints of Gull Grey #A3ABB0
RGB
CMYK
RGB Variations
Color information
#A3ABB0 (or 0xA3ABB0) is known color: Gull Grey. HEX triplet: A3, AB and B0. RGB value is (163,171,176). Sum of RGB (Red+Green+Blue) = 163+171+176=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 176 - color contains mainly: blue. Hex color #A3ABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABB0 is #5C544F. Grayscale: #A9A9A9. Windows color (decimal): -6050896 or 11578275. OLE color: 11578275.
HSL color Cylindrical-coordinate representation of color #A3ABB0: hue angle of 203.08º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3ABB0 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 171 | 176 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.31 |
| HSL | 203.08º | 0.08% | 0.66% | - |
| HSV(B) | 203.08º | 0.07% | 0.69% | - |
| XYZ | 37.5 | 40.05 | 46.83 | - |
| YUV | 169.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 176 | 0.07 | 0.03 | 0 | 0.31 | 203.08 | 0.08 | 0.66 |
| Hex | A3 | AB | B0 | 7 | 3 | 0 | 1F | CB | 8 | 42 |
| Octal | 243 | 253 | 260 | 7 | 3 | 0 | 37 | 313 | 10 | 102 |
| Binary | 10100011 | 10101011 | 10110000 | 111 | 11 | 0 | 11111 | 11001011 | 1000 | 1000010 |
Color Harmonies of #A3ABB0
Complementary color
Monochromatic Colors of #A3ABB0
Black with #A3ABB0
Text Example
Text Example
White with #A3ABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ABB0; }
p { color: rgb(163,171,176); }
H1.HeaderClassName
{
color: #A3ABB0;
}
.AnyTagClassName
{
color: #A3ABB0;
}
</style>
background-color css
<style>
a { background-color: #A3ABB0; }
a { background-color: rgb(163,171,176); }
div.DivClassName
{
background-color: #A3ABB0;
}
.BgClassName
{
background-color: #A3ABB0;
}
</style>
border-color css
<style>
span { border-color: #A3ABB0; }
span { border-color: rgb(163,171,176); }
td.TdClassName
{
border-color: #A3ABB0;
}
.TagClassName
{
border-color: #A3ABB0;
}
</style>