Shades of Gull Grey #A1ADB1
Tints of Gull Grey #A1ADB1
RGB
CMYK
RGB Variations
Color information
#A1ADB1 (or 0xA1ADB1) is known color: Gull Grey. HEX triplet: A1, AD and B1. RGB value is (161,173,177). Sum of RGB (Red+Green+Blue) = 161+173+177=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 177 - color contains mainly: blue. Hex color #A1ADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ADB1 is #5E524E. Grayscale: #A9A9A9. Windows color (decimal): -6181455 or 11644321. OLE color: 11644321.
HSL color Cylindrical-coordinate representation of color #A1ADB1: hue angle of 195º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1ADB1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 173 | 177 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.31 |
| HSL | 195º | 0.09% | 0.66% | - |
| HSV(B) | 195º | 0.09% | 0.69% | - |
| XYZ | 37.58 | 40.64 | 47.46 | - |
| YUV | 169.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 177 | 0.09 | 0.02 | 0 | 0.31 | 195 | 0.09 | 0.66 |
| Hex | A1 | AD | B1 | 9 | 2 | 0 | 1F | C3 | 9 | 42 |
| Octal | 241 | 255 | 261 | 11 | 2 | 0 | 37 | 303 | 11 | 102 |
| Binary | 10100001 | 10101101 | 10110001 | 1001 | 10 | 0 | 11111 | 11000011 | 1001 | 1000010 |
Color Harmonies of #A1ADB1
Complementary color
Monochromatic Colors of #A1ADB1
Black with #A1ADB1
Text Example
Text Example
White with #A1ADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADB1; }
p { color: rgb(161,173,177); }
H1.HeaderClassName
{
color: #A1ADB1;
}
.AnyTagClassName
{
color: #A1ADB1;
}
</style>
background-color css
<style>
a { background-color: #A1ADB1; }
a { background-color: rgb(161,173,177); }
div.DivClassName
{
background-color: #A1ADB1;
}
.BgClassName
{
background-color: #A1ADB1;
}
</style>
border-color css
<style>
span { border-color: #A1ADB1; }
span { border-color: rgb(161,173,177); }
td.TdClassName
{
border-color: #A1ADB1;
}
.TagClassName
{
border-color: #A1ADB1;
}
</style>