Shades of Gull Grey #A4B1BA
Tints of Gull Grey #A4B1BA
RGB
CMYK
RGB Variations
Color information
#A4B1BA (or 0xA4B1BA) is known color: Gull Grey. HEX triplet: A4, B1 and BA. RGB value is (164,177,186). Sum of RGB (Red+Green+Blue) = 164+177+186=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #A4B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B1BA is #5B4E45. Grayscale: #AEAEAE. Windows color (decimal): -5983814 or 12235172. OLE color: 12235172.
HSL color Cylindrical-coordinate representation of color #A4B1BA: hue angle of 204.55º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4B1BA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 177 | 186 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.27 |
| HSL | 204.55º | 0.14% | 0.69% | - |
| HSV(B) | 204.55º | 0.12% | 0.73% | - |
| XYZ | 39.89 | 42.88 | 52.63 | - |
| YUV | 174.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 186 | 0.12 | 0.05 | 0 | 0.27 | 204.55 | 0.14 | 0.69 |
| Hex | A4 | B1 | BA | C | 5 | 0 | 1B | CD | E | 45 |
| Octal | 244 | 261 | 272 | 14 | 5 | 0 | 33 | 315 | 16 | 105 |
| Binary | 10100100 | 10110001 | 10111010 | 1100 | 101 | 0 | 11011 | 11001101 | 1110 | 1000101 |
Color Harmonies of #A4B1BA
Complementary color
Monochromatic Colors of #A4B1BA
Black with #A4B1BA
Text Example
Text Example
White with #A4B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B1BA; }
p { color: rgb(164,177,186); }
H1.HeaderClassName
{
color: #A4B1BA;
}
.AnyTagClassName
{
color: #A4B1BA;
}
</style>
background-color css
<style>
a { background-color: #A4B1BA; }
a { background-color: rgb(164,177,186); }
div.DivClassName
{
background-color: #A4B1BA;
}
.BgClassName
{
background-color: #A4B1BA;
}
</style>
border-color css
<style>
span { border-color: #A4B1BA; }
span { border-color: rgb(164,177,186); }
td.TdClassName
{
border-color: #A4B1BA;
}
.TagClassName
{
border-color: #A4B1BA;
}
</style>