Shades of Gull Grey #A2A9AB
Tints of Gull Grey #A2A9AB
RGB
CMYK
RGB Variations
Color information
#A2A9AB (or 0xA2A9AB) is known color: Gull Grey. HEX triplet: A2, A9 and AB. RGB value is (162,169,171). Sum of RGB (Red+Green+Blue) = 162+169+171=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 171 - color contains mainly: blue. Hex color #A2A9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A9AB is #5D5654. Grayscale: #A7A7A7. Windows color (decimal): -6116949 or 11250082. OLE color: 11250082.
HSL color Cylindrical-coordinate representation of color #A2A9AB: hue angle of 193.33º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A2A9AB is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 169 | 171 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.33 |
| HSL | 193.33º | 0.05% | 0.65% | - |
| HSV(B) | 193.33º | 0.05% | 0.67% | - |
| XYZ | 36.44 | 39 | 44.13 | - |
| YUV | 167.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 171 | 0.05 | 0.01 | 0 | 0.33 | 193.33 | 0.05 | 0.65 |
| Hex | A2 | A9 | AB | 5 | 1 | 0 | 21 | C1 | 5 | 41 |
| Octal | 242 | 251 | 253 | 5 | 1 | 0 | 41 | 301 | 5 | 101 |
| Binary | 10100010 | 10101001 | 10101011 | 101 | 1 | 0 | 100001 | 11000001 | 101 | 1000001 |
Color Harmonies of #A2A9AB
Complementary color
Monochromatic Colors of #A2A9AB
Black with #A2A9AB
Text Example
Text Example
White with #A2A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A9AB; }
p { color: rgb(162,169,171); }
H1.HeaderClassName
{
color: #A2A9AB;
}
.AnyTagClassName
{
color: #A2A9AB;
}
</style>
background-color css
<style>
a { background-color: #A2A9AB; }
a { background-color: rgb(162,169,171); }
div.DivClassName
{
background-color: #A2A9AB;
}
.BgClassName
{
background-color: #A2A9AB;
}
</style>
border-color css
<style>
span { border-color: #A2A9AB; }
span { border-color: rgb(162,169,171); }
td.TdClassName
{
border-color: #A2A9AB;
}
.TagClassName
{
border-color: #A2A9AB;
}
</style>