Shades of Gull Grey #A0A5A6
Tints of Gull Grey #A0A5A6
RGB
CMYK
RGB Variations
Color information
#A0A5A6 (or 0xA0A5A6) is known color: Gull Grey. HEX triplet: A0, A5 and A6. RGB value is (160,165,166). Sum of RGB (Red+Green+Blue) = 160+165+166=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 166 - color contains mainly: blue. Hex color #A0A5A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A5A6 is #5F5A59. Grayscale: #A3A3A3. Windows color (decimal): -6249050 or 10921376. OLE color: 10921376.
HSL color Cylindrical-coordinate representation of color #A0A5A6: hue angle of 190º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A0A5A6 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 165 | 166 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.35 |
| HSL | 190º | 0.03% | 0.64% | - |
| HSV(B) | 190º | 0.04% | 0.65% | - |
| XYZ | 34.84 | 37.14 | 41.41 | - |
| YUV | 163.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 166 | 0.04 | 0.01 | 0 | 0.35 | 190 | 0.03 | 0.64 |
| Hex | A0 | A5 | A6 | 4 | 1 | 0 | 23 | BE | 3 | 40 |
| Octal | 240 | 245 | 246 | 4 | 1 | 0 | 43 | 276 | 3 | 100 |
| Binary | 10100000 | 10100101 | 10100110 | 100 | 1 | 0 | 100011 | 10111110 | 11 | 1000000 |
Color Harmonies of #A0A5A6
Complementary color
Monochromatic Colors of #A0A5A6
Black with #A0A5A6
Text Example
Text Example
White with #A0A5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A5A6; }
p { color: rgb(160,165,166); }
H1.HeaderClassName
{
color: #A0A5A6;
}
.AnyTagClassName
{
color: #A0A5A6;
}
</style>
background-color css
<style>
a { background-color: #A0A5A6; }
a { background-color: rgb(160,165,166); }
div.DivClassName
{
background-color: #A0A5A6;
}
.BgClassName
{
background-color: #A0A5A6;
}
</style>
border-color css
<style>
span { border-color: #A0A5A6; }
span { border-color: rgb(160,165,166); }
td.TdClassName
{
border-color: #A0A5A6;
}
.TagClassName
{
border-color: #A0A5A6;
}
</style>