Shades of Gull Grey #A2A6A7
Tints of Gull Grey #A2A6A7
RGB
CMYK
RGB Variations
Color information
#A2A6A7 (or 0xA2A6A7) is known color: Gull Grey. HEX triplet: A2, A6 and A7. RGB value is (162,166,167). Sum of RGB (Red+Green+Blue) = 162+166+167=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 167 - color contains mainly: blue. Hex color #A2A6A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A6A7 is #5D5958. Grayscale: #A4A4A4. Windows color (decimal): -6117721 or 10987170. OLE color: 10987170.
HSL color Cylindrical-coordinate representation of color #A2A6A7: hue angle of 192º degrees, saturation: 0.03, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A2A6A7 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 167 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.35 |
| HSL | 192º | 0.03% | 0.65% | - |
| HSV(B) | 192º | 0.03% | 0.65% | - |
| XYZ | 35.51 | 37.74 | 41.97 | - |
| YUV | 164.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 167 | 0.03 | 0.01 | 0 | 0.35 | 192 | 0.03 | 0.65 |
| Hex | A2 | A6 | A7 | 3 | 1 | 0 | 23 | C0 | 3 | 41 |
| Octal | 242 | 246 | 247 | 3 | 1 | 0 | 43 | 300 | 3 | 101 |
| Binary | 10100010 | 10100110 | 10100111 | 11 | 1 | 0 | 100011 | 11000000 | 11 | 1000001 |
Color Harmonies of #A2A6A7
Complementary color
Monochromatic Colors of #A2A6A7
Black with #A2A6A7
Text Example
Text Example
White with #A2A6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A6A7; }
p { color: rgb(162,166,167); }
H1.HeaderClassName
{
color: #A2A6A7;
}
.AnyTagClassName
{
color: #A2A6A7;
}
</style>
background-color css
<style>
a { background-color: #A2A6A7; }
a { background-color: rgb(162,166,167); }
div.DivClassName
{
background-color: #A2A6A7;
}
.BgClassName
{
background-color: #A2A6A7;
}
</style>
border-color css
<style>
span { border-color: #A2A6A7; }
span { border-color: rgb(162,166,167); }
td.TdClassName
{
border-color: #A2A6A7;
}
.TagClassName
{
border-color: #A2A6A7;
}
</style>