Shades of Gull Grey #A6B0B1
Tints of Gull Grey #A6B0B1
RGB
CMYK
RGB Variations
Color information
#A6B0B1 (or 0xA6B0B1) is known color: Gull Grey. HEX triplet: A6, B0 and B1. RGB value is (166,176,177). Sum of RGB (Red+Green+Blue) = 166+176+177=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 177 - color contains mainly: blue. Hex color #A6B0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B0B1 is #594F4E. Grayscale: #ADADAD. Windows color (decimal): -5853007 or 11645094. OLE color: 11645094.
HSL color Cylindrical-coordinate representation of color #A6B0B1: hue angle of 185.45º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A6B0B1 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 177 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.31 |
| HSL | 185.45º | 0.07% | 0.67% | - |
| HSV(B) | 185.45º | 0.06% | 0.69% | - |
| XYZ | 39.19 | 42.33 | 47.7 | - |
| YUV | 173.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 177 | 0.06 | 0.01 | 0 | 0.31 | 185.45 | 0.07 | 0.67 |
| Hex | A6 | B0 | B1 | 6 | 1 | 0 | 1F | B9 | 7 | 43 |
| Octal | 246 | 260 | 261 | 6 | 1 | 0 | 37 | 271 | 7 | 103 |
| Binary | 10100110 | 10110000 | 10110001 | 110 | 1 | 0 | 11111 | 10111001 | 111 | 1000011 |
Color Harmonies of #A6B0B1
Complementary color
Monochromatic Colors of #A6B0B1
Black with #A6B0B1
Text Example
Text Example
White with #A6B0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B0B1; }
p { color: rgb(166,176,177); }
H1.HeaderClassName
{
color: #A6B0B1;
}
.AnyTagClassName
{
color: #A6B0B1;
}
</style>
background-color css
<style>
a { background-color: #A6B0B1; }
a { background-color: rgb(166,176,177); }
div.DivClassName
{
background-color: #A6B0B1;
}
.BgClassName
{
background-color: #A6B0B1;
}
</style>
border-color css
<style>
span { border-color: #A6B0B1; }
span { border-color: rgb(166,176,177); }
td.TdClassName
{
border-color: #A6B0B1;
}
.TagClassName
{
border-color: #A6B0B1;
}
</style>