Shades of Gull Grey #A1AAAC
Tints of Gull Grey #A1AAAC
RGB
CMYK
RGB Variations
Color information
#A1AAAC (or 0xA1AAAC) is known color: Gull Grey. HEX triplet: A1, AA and AC. RGB value is (161,170,172). Sum of RGB (Red+Green+Blue) = 161+170+172=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 172 - color contains mainly: blue. Hex color #A1AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AAAC is #5E5553. Grayscale: #A7A7A7. Windows color (decimal): -6182228 or 11315873. OLE color: 11315873.
HSL color Cylindrical-coordinate representation of color #A1AAAC: hue angle of 190.91º 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 #A1AAAC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 172 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.33 |
| HSL | 190.91º | 0.06% | 0.65% | - |
| HSV(B) | 190.91º | 0.06% | 0.67% | - |
| XYZ | 36.52 | 39.31 | 44.69 | - |
| YUV | 167.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 172 | 0.06 | 0.01 | 0 | 0.33 | 190.91 | 0.06 | 0.65 |
| Hex | A1 | AA | AC | 6 | 1 | 0 | 21 | BF | 6 | 41 |
| Octal | 241 | 252 | 254 | 6 | 1 | 0 | 41 | 277 | 6 | 101 |
| Binary | 10100001 | 10101010 | 10101100 | 110 | 1 | 0 | 100001 | 10111111 | 110 | 1000001 |
Color Harmonies of #A1AAAC
Complementary color
Monochromatic Colors of #A1AAAC
Black with #A1AAAC
Text Example
Text Example
White with #A1AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAAC; }
p { color: rgb(161,170,172); }
H1.HeaderClassName
{
color: #A1AAAC;
}
.AnyTagClassName
{
color: #A1AAAC;
}
</style>
background-color css
<style>
a { background-color: #A1AAAC; }
a { background-color: rgb(161,170,172); }
div.DivClassName
{
background-color: #A1AAAC;
}
.BgClassName
{
background-color: #A1AAAC;
}
</style>
border-color css
<style>
span { border-color: #A1AAAC; }
span { border-color: rgb(161,170,172); }
td.TdClassName
{
border-color: #A1AAAC;
}
.TagClassName
{
border-color: #A1AAAC;
}
</style>