Shades of Gull Grey #A1A8A9
Tints of Gull Grey #A1A8A9
RGB
CMYK
RGB Variations
Color information
#A1A8A9 (or 0xA1A8A9) is known color: Gull Grey. HEX triplet: A1, A8 and A9. RGB value is (161,168,169). Sum of RGB (Red+Green+Blue) = 161+168+169=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 169 - color contains mainly: blue. Hex color #A1A8A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A8A9 is #5E5756. Grayscale: #A6A6A6. Windows color (decimal): -6182743 or 11118753. OLE color: 11118753.
HSL color Cylindrical-coordinate representation of color #A1A8A9: hue angle of 187.5º degrees, saturation: 0.04, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A1A8A9 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 161 | 168 | 169 | - |
CMYK | 0.05 | 0.01 | 0 | 0.34 |
HSL | 187.5º | 0.04% | 0.65% | - |
HSV(B) | 187.5º | 0.05% | 0.66% | - |
XYZ | 35.86 | 38.45 | 43.07 | - |
YUV | 166.02 | 129.68 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 168 | 169 | 0.05 | 0.01 | 0 | 0.34 | 187.5 | 0.04 | 0.65 |
Hex | A1 | A8 | A9 | 5 | 1 | 0 | 22 | BC | 4 | 41 |
Octal | 241 | 250 | 251 | 5 | 1 | 0 | 42 | 274 | 4 | 101 |
Binary | 10100001 | 10101000 | 10101001 | 101 | 1 | 0 | 100010 | 10111100 | 100 | 1000001 |
Color Harmonies of #A1A8A9
Complementary color
Monochromatic Colors of #A1A8A9
Black with #A1A8A9
Text Example
Text Example
White with #A1A8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A8A9; }
p { color: rgb(161,168,169); }
H1.HeaderClassName
{
color: #A1A8A9;
}
.AnyTagClassName
{
color: #A1A8A9;
}
</style>
background-color css
<style>
a { background-color: #A1A8A9; }
a { background-color: rgb(161,168,169); }
div.DivClassName
{
background-color: #A1A8A9;
}
.BgClassName
{
background-color: #A1A8A9;
}
</style>
border-color css
<style>
span { border-color: #A1A8A9; }
span { border-color: rgb(161,168,169); }
td.TdClassName
{
border-color: #A1A8A9;
}
.TagClassName
{
border-color: #A1A8A9;
}
</style>