Shades of Gull Grey #A2ABAF
Tints of Gull Grey #A2ABAF
RGB
CMYK
RGB Variations
Color information
#A2ABAF (or 0xA2ABAF) is known color: Gull Grey. HEX triplet: A2, AB and AF. RGB value is (162,171,175). Sum of RGB (Red+Green+Blue) = 162+171+175=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #A2ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ABAF is #5D5450. Grayscale: #A8A8A8. Windows color (decimal): -6116433 or 11512738. OLE color: 11512738.
HSL color Cylindrical-coordinate representation of color #A2ABAF: hue angle of 198.46º 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 #A2ABAF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 171 | 175 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.31 |
| HSL | 198.46º | 0.08% | 0.66% | - |
| HSV(B) | 198.46º | 0.07% | 0.69% | - |
| XYZ | 37.2 | 39.9 | 46.3 | - |
| YUV | 168.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 175 | 0.07 | 0.02 | 0 | 0.31 | 198.46 | 0.08 | 0.66 |
| Hex | A2 | AB | AF | 7 | 2 | 0 | 1F | C6 | 8 | 42 |
| Octal | 242 | 253 | 257 | 7 | 2 | 0 | 37 | 306 | 10 | 102 |
| Binary | 10100010 | 10101011 | 10101111 | 111 | 10 | 0 | 11111 | 11000110 | 1000 | 1000010 |
Color Harmonies of #A2ABAF
Complementary color
Monochromatic Colors of #A2ABAF
Black with #A2ABAF
Text Example
Text Example
White with #A2ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABAF; }
p { color: rgb(162,171,175); }
H1.HeaderClassName
{
color: #A2ABAF;
}
.AnyTagClassName
{
color: #A2ABAF;
}
</style>
background-color css
<style>
a { background-color: #A2ABAF; }
a { background-color: rgb(162,171,175); }
div.DivClassName
{
background-color: #A2ABAF;
}
.BgClassName
{
background-color: #A2ABAF;
}
</style>
border-color css
<style>
span { border-color: #A2ABAF; }
span { border-color: rgb(162,171,175); }
td.TdClassName
{
border-color: #A2ABAF;
}
.TagClassName
{
border-color: #A2ABAF;
}
</style>