Shades of Gull Grey #A1ABAC
Tints of Gull Grey #A1ABAC
RGB
CMYK
RGB Variations
Color information
#A1ABAC (or 0xA1ABAC) is known color: Gull Grey. HEX triplet: A1, AB and AC. RGB value is (161,171,172). Sum of RGB (Red+Green+Blue) = 161+171+172=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 172 - color contains mainly: blue. Hex color #A1ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ABAC is #5E5453. Grayscale: #A8A8A8. Windows color (decimal): -6181972 or 11316129. OLE color: 11316129.
HSL color Cylindrical-coordinate representation of color #A1ABAC: hue angle of 185.45º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A1ABAC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 172 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.33 |
| HSL | 185.45º | 0.06% | 0.65% | - |
| HSV(B) | 185.45º | 0.06% | 0.67% | - |
| XYZ | 36.71 | 39.68 | 44.75 | - |
| YUV | 168.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 172 | 0.06 | 0.01 | 0 | 0.33 | 185.45 | 0.06 | 0.65 |
| Hex | A1 | AB | AC | 6 | 1 | 0 | 21 | B9 | 6 | 41 |
| Octal | 241 | 253 | 254 | 6 | 1 | 0 | 41 | 271 | 6 | 101 |
| Binary | 10100001 | 10101011 | 10101100 | 110 | 1 | 0 | 100001 | 10111001 | 110 | 1000001 |
Color Harmonies of #A1ABAC
Complementary color
Monochromatic Colors of #A1ABAC
Black with #A1ABAC
Text Example
Text Example
White with #A1ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABAC; }
p { color: rgb(161,171,172); }
H1.HeaderClassName
{
color: #A1ABAC;
}
.AnyTagClassName
{
color: #A1ABAC;
}
</style>
background-color css
<style>
a { background-color: #A1ABAC; }
a { background-color: rgb(161,171,172); }
div.DivClassName
{
background-color: #A1ABAC;
}
.BgClassName
{
background-color: #A1ABAC;
}
</style>
border-color css
<style>
span { border-color: #A1ABAC; }
span { border-color: rgb(161,171,172); }
td.TdClassName
{
border-color: #A1ABAC;
}
.TagClassName
{
border-color: #A1ABAC;
}
</style>