Shades of Gull Grey #A3A8A9
Tints of Gull Grey #A3A8A9
RGB
CMYK
RGB Variations
Color information
#A3A8A9 (or 0xA3A8A9) is known color: Gull Grey. HEX triplet: A3, A8 and A9. RGB value is (163,168,169). Sum of RGB (Red+Green+Blue) = 163+168+169=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 169 - color contains mainly: blue. Hex color #A3A8A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A8A9 is #5C5756. Grayscale: #A6A6A6. Windows color (decimal): -6051671 or 11118755. OLE color: 11118755.
HSL color Cylindrical-coordinate representation of color #A3A8A9: hue angle of 190º degrees, saturation: 0.03, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A3A8A9 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 163 | 168 | 169 | - |
CMYK | 0.04 | 0.01 | 0 | 0.34 |
HSL | 190º | 0.03% | 0.65% | - |
HSV(B) | 190º | 0.04% | 0.66% | - |
XYZ | 36.27 | 38.66 | 43.09 | - |
YUV | 166.62 | 129.34 | 125.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 168 | 169 | 0.04 | 0.01 | 0 | 0.34 | 190 | 0.03 | 0.65 |
Hex | A3 | A8 | A9 | 4 | 1 | 0 | 22 | BE | 3 | 41 |
Octal | 243 | 250 | 251 | 4 | 1 | 0 | 42 | 276 | 3 | 101 |
Binary | 10100011 | 10101000 | 10101001 | 100 | 1 | 0 | 100010 | 10111110 | 11 | 1000001 |
Color Harmonies of #A3A8A9
Complementary color
Monochromatic Colors of #A3A8A9
Black with #A3A8A9
Text Example
Text Example
White with #A3A8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A8A9; }
p { color: rgb(163,168,169); }
H1.HeaderClassName
{
color: #A3A8A9;
}
.AnyTagClassName
{
color: #A3A8A9;
}
</style>
background-color css
<style>
a { background-color: #A3A8A9; }
a { background-color: rgb(163,168,169); }
div.DivClassName
{
background-color: #A3A8A9;
}
.BgClassName
{
background-color: #A3A8A9;
}
</style>
border-color css
<style>
span { border-color: #A3A8A9; }
span { border-color: rgb(163,168,169); }
td.TdClassName
{
border-color: #A3A8A9;
}
.TagClassName
{
border-color: #A3A8A9;
}
</style>