Shades of Gull Grey #A3A9AB
Tints of Gull Grey #A3A9AB
RGB
CMYK
RGB Variations
Color information
#A3A9AB (or 0xA3A9AB) is known color: Gull Grey. HEX triplet: A3, A9 and AB. RGB value is (163,169,171). Sum of RGB (Red+Green+Blue) = 163+169+171=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 171 - color contains mainly: blue. Hex color #A3A9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A9AB is #5C5654. Grayscale: #A7A7A7. Windows color (decimal): -6051413 or 11250083. OLE color: 11250083.
HSL color Cylindrical-coordinate representation of color #A3A9AB: hue angle of 195º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3A9AB is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 169 | 171 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.33 |
| HSL | 195º | 0.05% | 0.65% | - |
| HSV(B) | 195º | 0.05% | 0.67% | - |
| XYZ | 36.64 | 39.1 | 44.14 | - |
| YUV | 167.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 171 | 0.05 | 0.01 | 0 | 0.33 | 195 | 0.05 | 0.65 |
| Hex | A3 | A9 | AB | 5 | 1 | 0 | 21 | C3 | 5 | 41 |
| Octal | 243 | 251 | 253 | 5 | 1 | 0 | 41 | 303 | 5 | 101 |
| Binary | 10100011 | 10101001 | 10101011 | 101 | 1 | 0 | 100001 | 11000011 | 101 | 1000001 |
Color Harmonies of #A3A9AB
Complementary color
Monochromatic Colors of #A3A9AB
Black with #A3A9AB
Text Example
Text Example
White with #A3A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A9AB; }
p { color: rgb(163,169,171); }
H1.HeaderClassName
{
color: #A3A9AB;
}
.AnyTagClassName
{
color: #A3A9AB;
}
</style>
background-color css
<style>
a { background-color: #A3A9AB; }
a { background-color: rgb(163,169,171); }
div.DivClassName
{
background-color: #A3A9AB;
}
.BgClassName
{
background-color: #A3A9AB;
}
</style>
border-color css
<style>
span { border-color: #A3A9AB; }
span { border-color: rgb(163,169,171); }
td.TdClassName
{
border-color: #A3A9AB;
}
.TagClassName
{
border-color: #A3A9AB;
}
</style>