Shades of Gull Grey #A3B1BA
Tints of Gull Grey #A3B1BA
RGB
CMYK
RGB Variations
Color information
#A3B1BA (or 0xA3B1BA) is known color: Gull Grey. HEX triplet: A3, B1 and BA. RGB value is (163,177,186). Sum of RGB (Red+Green+Blue) = 163+177+186=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #A3B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B1BA is #5C4E45. Grayscale: #ADADAD. Windows color (decimal): -6049350 or 12235171. OLE color: 12235171.
HSL color Cylindrical-coordinate representation of color #A3B1BA: hue angle of 203.48º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3B1BA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 177 | 186 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.27 |
| HSL | 203.48º | 0.14% | 0.68% | - |
| HSV(B) | 203.48º | 0.12% | 0.73% | - |
| XYZ | 39.69 | 42.78 | 52.62 | - |
| YUV | 173.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 186 | 0.12 | 0.05 | 0 | 0.27 | 203.48 | 0.14 | 0.68 |
| Hex | A3 | B1 | BA | C | 5 | 0 | 1B | CB | E | 44 |
| Octal | 243 | 261 | 272 | 14 | 5 | 0 | 33 | 313 | 16 | 104 |
| Binary | 10100011 | 10110001 | 10111010 | 1100 | 101 | 0 | 11011 | 11001011 | 1110 | 1000100 |
Color Harmonies of #A3B1BA
Complementary color
Monochromatic Colors of #A3B1BA
Black with #A3B1BA
Text Example
Text Example
White with #A3B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B1BA; }
p { color: rgb(163,177,186); }
H1.HeaderClassName
{
color: #A3B1BA;
}
.AnyTagClassName
{
color: #A3B1BA;
}
</style>
background-color css
<style>
a { background-color: #A3B1BA; }
a { background-color: rgb(163,177,186); }
div.DivClassName
{
background-color: #A3B1BA;
}
.BgClassName
{
background-color: #A3B1BA;
}
</style>
border-color css
<style>
span { border-color: #A3B1BA; }
span { border-color: rgb(163,177,186); }
td.TdClassName
{
border-color: #A3B1BA;
}
.TagClassName
{
border-color: #A3B1BA;
}
</style>