Shades of Gull Grey #A2B0B4
Tints of Gull Grey #A2B0B4
RGB
CMYK
RGB Variations
Color information
#A2B0B4 (or 0xA2B0B4) is known color: Gull Grey. HEX triplet: A2, B0 and B4. RGB value is (162,176,180). Sum of RGB (Red+Green+Blue) = 162+176+180=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 180 - color contains mainly: blue. Hex color #A2B0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B0B4 is #5D4F4B. Grayscale: #ACACAC. Windows color (decimal): -6115148 or 11841698. OLE color: 11841698.
HSL color Cylindrical-coordinate representation of color #A2B0B4: hue angle of 193.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2B0B4 is Cyan = 0.1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 176 | 180 | - |
| CMYK | 0.1 | 0.02 | 0 | 0.29 |
| HSL | 193.33º | 0.11% | 0.67% | - |
| HSV(B) | 193.33º | 0.1% | 0.71% | - |
| XYZ | 38.66 | 42.03 | 49.25 | - |
| YUV | 172.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 180 | 0.1 | 0.02 | 0 | 0.29 | 193.33 | 0.11 | 0.67 |
| Hex | A2 | B0 | B4 | A | 2 | 0 | 1D | C1 | B | 43 |
| Octal | 242 | 260 | 264 | 12 | 2 | 0 | 35 | 301 | 13 | 103 |
| Binary | 10100010 | 10110000 | 10110100 | 1010 | 10 | 0 | 11101 | 11000001 | 1011 | 1000011 |
Color Harmonies of #A2B0B4
Complementary color
Monochromatic Colors of #A2B0B4
Black with #A2B0B4
Text Example
Text Example
White with #A2B0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B0B4; }
p { color: rgb(162,176,180); }
H1.HeaderClassName
{
color: #A2B0B4;
}
.AnyTagClassName
{
color: #A2B0B4;
}
</style>
background-color css
<style>
a { background-color: #A2B0B4; }
a { background-color: rgb(162,176,180); }
div.DivClassName
{
background-color: #A2B0B4;
}
.BgClassName
{
background-color: #A2B0B4;
}
</style>
border-color css
<style>
span { border-color: #A2B0B4; }
span { border-color: rgb(162,176,180); }
td.TdClassName
{
border-color: #A2B0B4;
}
.TagClassName
{
border-color: #A2B0B4;
}
</style>