Shades of Gull Grey #A4AAAB
Tints of Gull Grey #A4AAAB
RGB
CMYK
RGB Variations
Color information
#A4AAAB (or 0xA4AAAB) is known color: Gull Grey. HEX triplet: A4, AA and AB. RGB value is (164,170,171). Sum of RGB (Red+Green+Blue) = 164+170+171=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 171 - color contains mainly: blue. Hex color #A4AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AAAB is #5B5554. Grayscale: #A8A8A8. Windows color (decimal): -5985621 or 11250340. OLE color: 11250340.
HSL color Cylindrical-coordinate representation of color #A4AAAB: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A4AAAB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 171 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.33 |
| HSL | 188.57º | 0.04% | 0.66% | - |
| HSV(B) | 188.57º | 0.04% | 0.67% | - |
| XYZ | 37.04 | 39.58 | 44.22 | - |
| YUV | 168.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 171 | 0.04 | 0.01 | 0 | 0.33 | 188.57 | 0.04 | 0.66 |
| Hex | A4 | AA | AB | 4 | 1 | 0 | 21 | BD | 4 | 42 |
| Octal | 244 | 252 | 253 | 4 | 1 | 0 | 41 | 275 | 4 | 102 |
| Binary | 10100100 | 10101010 | 10101011 | 100 | 1 | 0 | 100001 | 10111101 | 100 | 1000010 |
Color Harmonies of #A4AAAB
Complementary color
Monochromatic Colors of #A4AAAB
Black with #A4AAAB
Text Example
Text Example
White with #A4AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AAAB; }
p { color: rgb(164,170,171); }
H1.HeaderClassName
{
color: #A4AAAB;
}
.AnyTagClassName
{
color: #A4AAAB;
}
</style>
background-color css
<style>
a { background-color: #A4AAAB; }
a { background-color: rgb(164,170,171); }
div.DivClassName
{
background-color: #A4AAAB;
}
.BgClassName
{
background-color: #A4AAAB;
}
</style>
border-color css
<style>
span { border-color: #A4AAAB; }
span { border-color: rgb(164,170,171); }
td.TdClassName
{
border-color: #A4AAAB;
}
.TagClassName
{
border-color: #A4AAAB;
}
</style>