Shades of Gull Grey #A5A8A9
Tints of Gull Grey #A5A8A9
RGB
CMYK
RGB Variations
Color information
#A5A8A9 (or 0xA5A8A9) is known color: Gull Grey. HEX triplet: A5, A8 and A9. RGB value is (165,168,169). Sum of RGB (Red+Green+Blue) = 165+168+169=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 169 - color contains mainly: blue. Hex color #A5A8A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A8A9 is #5A5756. Grayscale: #A7A7A7. Windows color (decimal): -5920599 or 11118757. OLE color: 11118757.
HSL color Cylindrical-coordinate representation of color #A5A8A9: hue angle of 195º degrees, saturation: 0.02, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A5A8A9 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 168 | 169 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.34 |
| HSL | 195º | 0.02% | 0.65% | - |
| HSV(B) | 195º | 0.02% | 0.66% | - |
| XYZ | 36.68 | 38.87 | 43.11 | - |
| YUV | 167.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 169 | 0.02 | 0.01 | 0 | 0.34 | 195 | 0.02 | 0.65 |
| Hex | A5 | A8 | A9 | 2 | 1 | 0 | 22 | C3 | 2 | 41 |
| Octal | 245 | 250 | 251 | 2 | 1 | 0 | 42 | 303 | 2 | 101 |
| Binary | 10100101 | 10101000 | 10101001 | 10 | 1 | 0 | 100010 | 11000011 | 10 | 1000001 |
Color Harmonies of #A5A8A9
Complementary color
Monochromatic Colors of #A5A8A9
Black with #A5A8A9
Text Example
Text Example
White with #A5A8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A8A9; }
p { color: rgb(165,168,169); }
H1.HeaderClassName
{
color: #A5A8A9;
}
.AnyTagClassName
{
color: #A5A8A9;
}
</style>
background-color css
<style>
a { background-color: #A5A8A9; }
a { background-color: rgb(165,168,169); }
div.DivClassName
{
background-color: #A5A8A9;
}
.BgClassName
{
background-color: #A5A8A9;
}
</style>
border-color css
<style>
span { border-color: #A5A8A9; }
span { border-color: rgb(165,168,169); }
td.TdClassName
{
border-color: #A5A8A9;
}
.TagClassName
{
border-color: #A5A8A9;
}
</style>