Shades of Gull Grey #A2B1B7
Tints of Gull Grey #A2B1B7
RGB
CMYK
RGB Variations
Color information
#A2B1B7 (or 0xA2B1B7) is known color: Gull Grey. HEX triplet: A2, B1 and B7. RGB value is (162,177,183). Sum of RGB (Red+Green+Blue) = 162+177+183=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 183 - color contains mainly: blue. Hex color #A2B1B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B1B7 is #5D4E48. Grayscale: #ADADAD. Windows color (decimal): -6114889 or 12038562. OLE color: 12038562.
HSL color Cylindrical-coordinate representation of color #A2B1B7: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2B1B7 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 177 | 183 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.28 |
| HSL | 197.14º | 0.13% | 0.68% | - |
| HSV(B) | 197.14º | 0.11% | 0.72% | - |
| XYZ | 39.17 | 42.54 | 50.95 | - |
| YUV | 173.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 183 | 0.11 | 0.03 | 0 | 0.28 | 197.14 | 0.13 | 0.68 |
| Hex | A2 | B1 | B7 | B | 3 | 0 | 1C | C5 | D | 44 |
| Octal | 242 | 261 | 267 | 13 | 3 | 0 | 34 | 305 | 15 | 104 |
| Binary | 10100010 | 10110001 | 10110111 | 1011 | 11 | 0 | 11100 | 11000101 | 1101 | 1000100 |
Color Harmonies of #A2B1B7
Complementary color
Monochromatic Colors of #A2B1B7
Black with #A2B1B7
Text Example
Text Example
White with #A2B1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B1B7; }
p { color: rgb(162,177,183); }
H1.HeaderClassName
{
color: #A2B1B7;
}
.AnyTagClassName
{
color: #A2B1B7;
}
</style>
background-color css
<style>
a { background-color: #A2B1B7; }
a { background-color: rgb(162,177,183); }
div.DivClassName
{
background-color: #A2B1B7;
}
.BgClassName
{
background-color: #A2B1B7;
}
</style>
border-color css
<style>
span { border-color: #A2B1B7; }
span { border-color: rgb(162,177,183); }
td.TdClassName
{
border-color: #A2B1B7;
}
.TagClassName
{
border-color: #A2B1B7;
}
</style>