Shades of Gull Grey #A1A9AB
Tints of Gull Grey #A1A9AB
RGB
CMYK
RGB Variations
Color information
#A1A9AB (or 0xA1A9AB) is known color: Gull Grey. HEX triplet: A1, A9 and AB. RGB value is (161,169,171). Sum of RGB (Red+Green+Blue) = 161+169+171=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 171 - color contains mainly: blue. Hex color #A1A9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A9AB is #5E5654. Grayscale: #A6A6A6. Windows color (decimal): -6182485 or 11250081. OLE color: 11250081.
HSL color Cylindrical-coordinate representation of color #A1A9AB: hue angle of 192º 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 #A1A9AB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 169 | 171 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.33 |
| HSL | 192º | 0.06% | 0.65% | - |
| HSV(B) | 192º | 0.06% | 0.67% | - |
| XYZ | 36.24 | 38.89 | 44.13 | - |
| YUV | 166.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 171 | 0.06 | 0.01 | 0 | 0.33 | 192 | 0.06 | 0.65 |
| Hex | A1 | A9 | AB | 6 | 1 | 0 | 21 | C0 | 6 | 41 |
| Octal | 241 | 251 | 253 | 6 | 1 | 0 | 41 | 300 | 6 | 101 |
| Binary | 10100001 | 10101001 | 10101011 | 110 | 1 | 0 | 100001 | 11000000 | 110 | 1000001 |
Color Harmonies of #A1A9AB
Complementary color
Monochromatic Colors of #A1A9AB
Black with #A1A9AB
Text Example
Text Example
White with #A1A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A9AB; }
p { color: rgb(161,169,171); }
H1.HeaderClassName
{
color: #A1A9AB;
}
.AnyTagClassName
{
color: #A1A9AB;
}
</style>
background-color css
<style>
a { background-color: #A1A9AB; }
a { background-color: rgb(161,169,171); }
div.DivClassName
{
background-color: #A1A9AB;
}
.BgClassName
{
background-color: #A1A9AB;
}
</style>
border-color css
<style>
span { border-color: #A1A9AB; }
span { border-color: rgb(161,169,171); }
td.TdClassName
{
border-color: #A1A9AB;
}
.TagClassName
{
border-color: #A1A9AB;
}
</style>