Shades of Gull Grey #A6AAAC
Tints of Gull Grey #A6AAAC
RGB
CMYK
RGB Variations
Color information
#A6AAAC (or 0xA6AAAC) is known color: Gull Grey. HEX triplet: A6, AA and AC. RGB value is (166,170,172). Sum of RGB (Red+Green+Blue) = 166+170+172=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 172 - color contains mainly: blue. Hex color #A6AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AAAC is #595553. Grayscale: #A9A9A9. Windows color (decimal): -5854548 or 11315878. OLE color: 11315878.
HSL color Cylindrical-coordinate representation of color #A6AAAC: hue angle of 200º 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 #A6AAAC is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 172 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.33 |
| HSL | 200º | 0.03% | 0.66% | - |
| HSV(B) | 200º | 0.03% | 0.67% | - |
| XYZ | 37.55 | 39.84 | 44.74 | - |
| YUV | 169.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 172 | 0.03 | 0.01 | 0 | 0.33 | 200 | 0.03 | 0.66 |
| Hex | A6 | AA | AC | 3 | 1 | 0 | 21 | C8 | 3 | 42 |
| Octal | 246 | 252 | 254 | 3 | 1 | 0 | 41 | 310 | 3 | 102 |
| Binary | 10100110 | 10101010 | 10101100 | 11 | 1 | 0 | 100001 | 11001000 | 11 | 1000010 |
Color Harmonies of #A6AAAC
Complementary color
Monochromatic Colors of #A6AAAC
Black with #A6AAAC
Text Example
Text Example
White with #A6AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AAAC; }
p { color: rgb(166,170,172); }
H1.HeaderClassName
{
color: #A6AAAC;
}
.AnyTagClassName
{
color: #A6AAAC;
}
</style>
background-color css
<style>
a { background-color: #A6AAAC; }
a { background-color: rgb(166,170,172); }
div.DivClassName
{
background-color: #A6AAAC;
}
.BgClassName
{
background-color: #A6AAAC;
}
</style>
border-color css
<style>
span { border-color: #A6AAAC; }
span { border-color: rgb(166,170,172); }
td.TdClassName
{
border-color: #A6AAAC;
}
.TagClassName
{
border-color: #A6AAAC;
}
</style>