Shades of Gull Grey #A0ADB3
Tints of Gull Grey #A0ADB3
RGB
CMYK
RGB Variations
Color information
#A0ADB3 (or 0xA0ADB3) is known color: Gull Grey. HEX triplet: A0, AD and B3. RGB value is (160,173,179). Sum of RGB (Red+Green+Blue) = 160+173+179=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 179 - color contains mainly: blue. Hex color #A0ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADB3 is #5F524C. Grayscale: #A9A9A9. Windows color (decimal): -6246989 or 11775392. OLE color: 11775392.
HSL color Cylindrical-coordinate representation of color #A0ADB3: hue angle of 198.95º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0ADB3 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 173 | 179 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.30 |
| HSL | 198.95º | 0.11% | 0.66% | - |
| HSV(B) | 198.95º | 0.11% | 0.7% | - |
| XYZ | 37.58 | 40.62 | 48.51 | - |
| YUV | 169.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 179 | 0.11 | 0.03 | 0 | 0.30 | 198.95 | 0.11 | 0.66 |
| Hex | A0 | AD | B3 | B | 3 | 0 | 1E | C7 | B | 42 |
| Octal | 240 | 255 | 263 | 13 | 3 | 0 | 36 | 307 | 13 | 102 |
| Binary | 10100000 | 10101101 | 10110011 | 1011 | 11 | 0 | 11110 | 11000111 | 1011 | 1000010 |
Color Harmonies of #A0ADB3
Complementary color
Monochromatic Colors of #A0ADB3
Black with #A0ADB3
Text Example
Text Example
White with #A0ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADB3; }
p { color: rgb(160,173,179); }
H1.HeaderClassName
{
color: #A0ADB3;
}
.AnyTagClassName
{
color: #A0ADB3;
}
</style>
background-color css
<style>
a { background-color: #A0ADB3; }
a { background-color: rgb(160,173,179); }
div.DivClassName
{
background-color: #A0ADB3;
}
.BgClassName
{
background-color: #A0ADB3;
}
</style>
border-color css
<style>
span { border-color: #A0ADB3; }
span { border-color: rgb(160,173,179); }
td.TdClassName
{
border-color: #A0ADB3;
}
.TagClassName
{
border-color: #A0ADB3;
}
</style>