Shades of Gull Grey #A6ABAC
Tints of Gull Grey #A6ABAC
RGB
CMYK
RGB Variations
Color information
#A6ABAC (or 0xA6ABAC) is known color: Gull Grey. HEX triplet: A6, AB and AC. RGB value is (166,171,172). Sum of RGB (Red+Green+Blue) = 166+171+172=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 172 - color contains mainly: blue. Hex color #A6ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABAC is #595453. Grayscale: #A9A9A9. Windows color (decimal): -5854292 or 11316134. OLE color: 11316134.
HSL color Cylindrical-coordinate representation of color #A6ABAC: hue angle of 190º 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 #A6ABAC is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 172 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.33 |
| HSL | 190º | 0.03% | 0.66% | - |
| HSV(B) | 190º | 0.03% | 0.67% | - |
| XYZ | 37.74 | 40.21 | 44.8 | - |
| YUV | 169.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 172 | 0.03 | 0.01 | 0 | 0.33 | 190 | 0.03 | 0.66 |
| Hex | A6 | AB | AC | 3 | 1 | 0 | 21 | BE | 3 | 42 |
| Octal | 246 | 253 | 254 | 3 | 1 | 0 | 41 | 276 | 3 | 102 |
| Binary | 10100110 | 10101011 | 10101100 | 11 | 1 | 0 | 100001 | 10111110 | 11 | 1000010 |
Color Harmonies of #A6ABAC
Complementary color
Monochromatic Colors of #A6ABAC
Black with #A6ABAC
Text Example
Text Example
White with #A6ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ABAC; }
p { color: rgb(166,171,172); }
H1.HeaderClassName
{
color: #A6ABAC;
}
.AnyTagClassName
{
color: #A6ABAC;
}
</style>
background-color css
<style>
a { background-color: #A6ABAC; }
a { background-color: rgb(166,171,172); }
div.DivClassName
{
background-color: #A6ABAC;
}
.BgClassName
{
background-color: #A6ABAC;
}
</style>
border-color css
<style>
span { border-color: #A6ABAC; }
span { border-color: rgb(166,171,172); }
td.TdClassName
{
border-color: #A6ABAC;
}
.TagClassName
{
border-color: #A6ABAC;
}
</style>