Shades of Gull Grey #A0B0B5
Tints of Gull Grey #A0B0B5
RGB
CMYK
RGB Variations
Color information
#A0B0B5 (or 0xA0B0B5) is known color: Gull Grey. HEX triplet: A0, B0 and B5. RGB value is (160,176,181). Sum of RGB (Red+Green+Blue) = 160+176+181=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 181 - color contains mainly: blue. Hex color #A0B0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0B5 is #5F4F4A. Grayscale: #ABABAB. Windows color (decimal): -6246219 or 11907232. OLE color: 11907232.
HSL color Cylindrical-coordinate representation of color #A0B0B5: hue angle of 194.29º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0B0B5 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 176 | 181 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.29 |
| HSL | 194.29º | 0.12% | 0.67% | - |
| HSV(B) | 194.29º | 0.12% | 0.71% | - |
| XYZ | 38.36 | 41.86 | 49.77 | - |
| YUV | 171.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 181 | 0.12 | 0.03 | 0 | 0.29 | 194.29 | 0.12 | 0.67 |
| Hex | A0 | B0 | B5 | C | 3 | 0 | 1D | C2 | C | 43 |
| Octal | 240 | 260 | 265 | 14 | 3 | 0 | 35 | 302 | 14 | 103 |
| Binary | 10100000 | 10110000 | 10110101 | 1100 | 11 | 0 | 11101 | 11000010 | 1100 | 1000011 |
Color Harmonies of #A0B0B5
Complementary color
Monochromatic Colors of #A0B0B5
Black with #A0B0B5
Text Example
Text Example
White with #A0B0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B0B5; }
p { color: rgb(160,176,181); }
H1.HeaderClassName
{
color: #A0B0B5;
}
.AnyTagClassName
{
color: #A0B0B5;
}
</style>
background-color css
<style>
a { background-color: #A0B0B5; }
a { background-color: rgb(160,176,181); }
div.DivClassName
{
background-color: #A0B0B5;
}
.BgClassName
{
background-color: #A0B0B5;
}
</style>
border-color css
<style>
span { border-color: #A0B0B5; }
span { border-color: rgb(160,176,181); }
td.TdClassName
{
border-color: #A0B0B5;
}
.TagClassName
{
border-color: #A0B0B5;
}
</style>