Shades of Gull Grey #ADB0B2
Tints of Gull Grey #ADB0B2
RGB
CMYK
RGB Variations
Color information
#ADB0B2 (or 0xADB0B2) is known color: Gull Grey. HEX triplet: AD, B0 and B2. RGB value is (173,176,178). Sum of RGB (Red+Green+Blue) = 173+176+178=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 178 - color contains mainly: blue. Hex color #ADB0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB0B2 is #524F4D. Grayscale: #AFAFAF. Windows color (decimal): -5394254 or 11710637. OLE color: 11710637.
HSL color Cylindrical-coordinate representation of color #ADB0B2: hue angle of 204º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADB0B2 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 176 | 178 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.30 |
| HSL | 204º | 0.03% | 0.69% | - |
| HSV(B) | 204º | 0.03% | 0.7% | - |
| XYZ | 40.79 | 43.15 | 48.3 | - |
| YUV | 175.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 178 | 0.03 | 0.01 | 0 | 0.30 | 204 | 0.03 | 0.69 |
| Hex | AD | B0 | B2 | 3 | 1 | 0 | 1E | CC | 3 | 45 |
| Octal | 255 | 260 | 262 | 3 | 1 | 0 | 36 | 314 | 3 | 105 |
| Binary | 10101101 | 10110000 | 10110010 | 11 | 1 | 0 | 11110 | 11001100 | 11 | 1000101 |
Color Harmonies of #ADB0B2
Complementary color
Monochromatic Colors of #ADB0B2
Black with #ADB0B2
Text Example
Text Example
White with #ADB0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0B2; }
p { color: rgb(173,176,178); }
H1.HeaderClassName
{
color: #ADB0B2;
}
.AnyTagClassName
{
color: #ADB0B2;
}
</style>
background-color css
<style>
a { background-color: #ADB0B2; }
a { background-color: rgb(173,176,178); }
div.DivClassName
{
background-color: #ADB0B2;
}
.BgClassName
{
background-color: #ADB0B2;
}
</style>
border-color css
<style>
span { border-color: #ADB0B2; }
span { border-color: rgb(173,176,178); }
td.TdClassName
{
border-color: #ADB0B2;
}
.TagClassName
{
border-color: #ADB0B2;
}
</style>