Shades of Gull Grey #A6AAAB
Tints of Gull Grey #A6AAAB
RGB
CMYK
RGB Variations
Color information
#A6AAAB (or 0xA6AAAB) is known color: Gull Grey. HEX triplet: A6, AA and AB. RGB value is (166,170,171). Sum of RGB (Red+Green+Blue) = 166+170+171=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 171 - color contains mainly: blue. Hex color #A6AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AAAB is #595554. Grayscale: #A8A8A8. Windows color (decimal): -5854549 or 11250342. OLE color: 11250342.
HSL color Cylindrical-coordinate representation of color #A6AAAB: hue angle of 192º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A6AAAB is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 171 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.33 |
| HSL | 192º | 0.03% | 0.66% | - |
| HSV(B) | 192º | 0.03% | 0.67% | - |
| XYZ | 37.45 | 39.8 | 44.24 | - |
| YUV | 168.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 171 | 0.03 | 0.01 | 0 | 0.33 | 192 | 0.03 | 0.66 |
| Hex | A6 | AA | AB | 3 | 1 | 0 | 21 | C0 | 3 | 42 |
| Octal | 246 | 252 | 253 | 3 | 1 | 0 | 41 | 300 | 3 | 102 |
| Binary | 10100110 | 10101010 | 10101011 | 11 | 1 | 0 | 100001 | 11000000 | 11 | 1000010 |
Color Harmonies of #A6AAAB
Complementary color
Monochromatic Colors of #A6AAAB
Black with #A6AAAB
Text Example
Text Example
White with #A6AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AAAB; }
p { color: rgb(166,170,171); }
H1.HeaderClassName
{
color: #A6AAAB;
}
.AnyTagClassName
{
color: #A6AAAB;
}
</style>
background-color css
<style>
a { background-color: #A6AAAB; }
a { background-color: rgb(166,170,171); }
div.DivClassName
{
background-color: #A6AAAB;
}
.BgClassName
{
background-color: #A6AAAB;
}
</style>
border-color css
<style>
span { border-color: #A6AAAB; }
span { border-color: rgb(166,170,171); }
td.TdClassName
{
border-color: #A6AAAB;
}
.TagClassName
{
border-color: #A6AAAB;
}
</style>