Shades of Gull Grey #A0B2B4
Tints of Gull Grey #A0B2B4
RGB
CMYK
RGB Variations
Color information
#A0B2B4 (or 0xA0B2B4) is known color: Gull Grey. HEX triplet: A0, B2 and B4. RGB value is (160,178,180). Sum of RGB (Red+Green+Blue) = 160+178+180=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 178 (69.92% from 255 or 34.36% 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 #A0B2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B2B4 is #5F4D4B. Grayscale: #ACACAC. Windows color (decimal): -6245708 or 11842208. OLE color: 11842208.
HSL color Cylindrical-coordinate representation of color #A0B2B4: hue angle of 186º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B2B4 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 178 | 180 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.29 |
| HSL | 186º | 0.12% | 0.67% | - |
| HSV(B) | 186º | 0.11% | 0.71% | - |
| XYZ | 38.66 | 42.61 | 49.37 | - |
| YUV | 172.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 180 | 0.11 | 0.01 | 0 | 0.29 | 186 | 0.12 | 0.67 |
| Hex | A0 | B2 | B4 | B | 1 | 0 | 1D | BA | C | 43 |
| Octal | 240 | 262 | 264 | 13 | 1 | 0 | 35 | 272 | 14 | 103 |
| Binary | 10100000 | 10110010 | 10110100 | 1011 | 1 | 0 | 11101 | 10111010 | 1100 | 1000011 |
Color Harmonies of #A0B2B4
Complementary color
Monochromatic Colors of #A0B2B4
Black with #A0B2B4
Text Example
Text Example
White with #A0B2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B2B4; }
p { color: rgb(160,178,180); }
H1.HeaderClassName
{
color: #A0B2B4;
}
.AnyTagClassName
{
color: #A0B2B4;
}
</style>
background-color css
<style>
a { background-color: #A0B2B4; }
a { background-color: rgb(160,178,180); }
div.DivClassName
{
background-color: #A0B2B4;
}
.BgClassName
{
background-color: #A0B2B4;
}
</style>
border-color css
<style>
span { border-color: #A0B2B4; }
span { border-color: rgb(160,178,180); }
td.TdClassName
{
border-color: #A0B2B4;
}
.TagClassName
{
border-color: #A0B2B4;
}
</style>