Shades of Gull Grey #A0A4A5
Tints of Gull Grey #A0A4A5
RGB
CMYK
RGB Variations
Color information
#A0A4A5 (or 0xA0A4A5) is known color: Gull Grey. HEX triplet: A0, A4 and A5. RGB value is (160,164,165). Sum of RGB (Red+Green+Blue) = 160+164+165=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 165 - color contains mainly: blue. Hex color #A0A4A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A4A5 is #5F5B5A. Grayscale: #A2A2A2. Windows color (decimal): -6249307 or 10855584. OLE color: 10855584.
HSL color Cylindrical-coordinate representation of color #A0A4A5: hue angle of 192º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A0A4A5 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 164 | 165 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.35 |
| HSL | 192º | 0.03% | 0.64% | - |
| HSV(B) | 192º | 0.03% | 0.65% | - |
| XYZ | 34.56 | 36.74 | 40.87 | - |
| YUV | 162.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 165 | 0.03 | 0.01 | 0 | 0.35 | 192 | 0.03 | 0.64 |
| Hex | A0 | A4 | A5 | 3 | 1 | 0 | 23 | C0 | 3 | 40 |
| Octal | 240 | 244 | 245 | 3 | 1 | 0 | 43 | 300 | 3 | 100 |
| Binary | 10100000 | 10100100 | 10100101 | 11 | 1 | 0 | 100011 | 11000000 | 11 | 1000000 |
Color Harmonies of #A0A4A5
Complementary color
Monochromatic Colors of #A0A4A5
Black with #A0A4A5
Text Example
Text Example
White with #A0A4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A4A5; }
p { color: rgb(160,164,165); }
H1.HeaderClassName
{
color: #A0A4A5;
}
.AnyTagClassName
{
color: #A0A4A5;
}
</style>
background-color css
<style>
a { background-color: #A0A4A5; }
a { background-color: rgb(160,164,165); }
div.DivClassName
{
background-color: #A0A4A5;
}
.BgClassName
{
background-color: #A0A4A5;
}
</style>
border-color css
<style>
span { border-color: #A0A4A5; }
span { border-color: rgb(160,164,165); }
td.TdClassName
{
border-color: #A0A4A5;
}
.TagClassName
{
border-color: #A0A4A5;
}
</style>