Shades of Gull Grey #A1ABAF
Tints of Gull Grey #A1ABAF
RGB
CMYK
RGB Variations
Color information
#A1ABAF (or 0xA1ABAF) is known color: Gull Grey. HEX triplet: A1, AB and AF. RGB value is (161,171,175). Sum of RGB (Red+Green+Blue) = 161+171+175=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 175 - color contains mainly: blue. Hex color #A1ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ABAF is #5E5450. Grayscale: #A8A8A8. Windows color (decimal): -6181969 or 11512737. OLE color: 11512737.
HSL color Cylindrical-coordinate representation of color #A1ABAF: hue angle of 197.14º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1ABAF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 171 | 175 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.31 |
| HSL | 197.14º | 0.08% | 0.66% | - |
| HSV(B) | 197.14º | 0.08% | 0.69% | - |
| XYZ | 37 | 39.8 | 46.29 | - |
| YUV | 168.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 175 | 0.08 | 0.02 | 0 | 0.31 | 197.14 | 0.08 | 0.66 |
| Hex | A1 | AB | AF | 8 | 2 | 0 | 1F | C5 | 8 | 42 |
| Octal | 241 | 253 | 257 | 10 | 2 | 0 | 37 | 305 | 10 | 102 |
| Binary | 10100001 | 10101011 | 10101111 | 1000 | 10 | 0 | 11111 | 11000101 | 1000 | 1000010 |
Color Harmonies of #A1ABAF
Complementary color
Monochromatic Colors of #A1ABAF
Black with #A1ABAF
Text Example
Text Example
White with #A1ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABAF; }
p { color: rgb(161,171,175); }
H1.HeaderClassName
{
color: #A1ABAF;
}
.AnyTagClassName
{
color: #A1ABAF;
}
</style>
background-color css
<style>
a { background-color: #A1ABAF; }
a { background-color: rgb(161,171,175); }
div.DivClassName
{
background-color: #A1ABAF;
}
.BgClassName
{
background-color: #A1ABAF;
}
</style>
border-color css
<style>
span { border-color: #A1ABAF; }
span { border-color: rgb(161,171,175); }
td.TdClassName
{
border-color: #A1ABAF;
}
.TagClassName
{
border-color: #A1ABAF;
}
</style>