Shades of Gull Grey #A9ABAC
Tints of Gull Grey #A9ABAC
RGB
CMYK
RGB Variations
Color information
#A9ABAC (or 0xA9ABAC) is known color: Gull Grey. HEX triplet: A9, AB and AC. RGB value is (169,171,172). Sum of RGB (Red+Green+Blue) = 169+171+172=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 172 - color contains mainly: blue. Hex color #A9ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ABAC is #565453. Grayscale: #AAAAAA. Windows color (decimal): -5657684 or 11316137. OLE color: 11316137.
HSL color Cylindrical-coordinate representation of color #A9ABAC: hue angle of 200º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A9ABAC is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 169 | 171 | 172 | - |
CMYK | 0.02 | 0.01 | 0 | 0.33 |
HSL | 200º | 0.02% | 0.67% | - |
HSV(B) | 200º | 0.02% | 0.67% | - |
XYZ | 38.37 | 40.54 | 44.83 | - |
YUV | 170.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 171 | 172 | 0.02 | 0.01 | 0 | 0.33 | 200 | 0.02 | 0.67 |
Hex | A9 | AB | AC | 2 | 1 | 0 | 21 | C8 | 2 | 43 |
Octal | 251 | 253 | 254 | 2 | 1 | 0 | 41 | 310 | 2 | 103 |
Binary | 10101001 | 10101011 | 10101100 | 10 | 1 | 0 | 100001 | 11001000 | 10 | 1000011 |
Color Harmonies of #A9ABAC
Complementary color
Monochromatic Colors of #A9ABAC
Black with #A9ABAC
Text Example
Text Example
White with #A9ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ABAC; }
p { color: rgb(169,171,172); }
H1.HeaderClassName
{
color: #A9ABAC;
}
.AnyTagClassName
{
color: #A9ABAC;
}
</style>
background-color css
<style>
a { background-color: #A9ABAC; }
a { background-color: rgb(169,171,172); }
div.DivClassName
{
background-color: #A9ABAC;
}
.BgClassName
{
background-color: #A9ABAC;
}
</style>
border-color css
<style>
span { border-color: #A9ABAC; }
span { border-color: rgb(169,171,172); }
td.TdClassName
{
border-color: #A9ABAC;
}
.TagClassName
{
border-color: #A9ABAC;
}
</style>