Shades of Gull Grey #A0A7A8
Tints of Gull Grey #A0A7A8
RGB
CMYK
RGB Variations
Color information
#A0A7A8 (or 0xA0A7A8) is known color: Gull Grey. HEX triplet: A0, A7 and A8. RGB value is (160,167,168). Sum of RGB (Red+Green+Blue) = 160+167+168=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 168 - color contains mainly: blue. Hex color #A0A7A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A7A8 is #5F5857. Grayscale: #A5A5A5. Windows color (decimal): -6248536 or 11052960. OLE color: 11052960.
HSL color Cylindrical-coordinate representation of color #A0A7A8: hue angle of 187.5º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A0A7A8 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 160 | 167 | 168 | - |
CMYK | 0.05 | 0.01 | 0 | 0.34 |
HSL | 187.5º | 0.04% | 0.64% | - |
HSV(B) | 187.5º | 0.05% | 0.66% | - |
XYZ | 35.38 | 37.94 | 42.5 | - |
YUV | 165.02 | 129.68 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 167 | 168 | 0.05 | 0.01 | 0 | 0.34 | 187.5 | 0.04 | 0.64 |
Hex | A0 | A7 | A8 | 5 | 1 | 0 | 22 | BC | 4 | 40 |
Octal | 240 | 247 | 250 | 5 | 1 | 0 | 42 | 274 | 4 | 100 |
Binary | 10100000 | 10100111 | 10101000 | 101 | 1 | 0 | 100010 | 10111100 | 100 | 1000000 |
Color Harmonies of #A0A7A8
Complementary color
Monochromatic Colors of #A0A7A8
Black with #A0A7A8
Text Example
Text Example
White with #A0A7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A7A8; }
p { color: rgb(160,167,168); }
H1.HeaderClassName
{
color: #A0A7A8;
}
.AnyTagClassName
{
color: #A0A7A8;
}
</style>
background-color css
<style>
a { background-color: #A0A7A8; }
a { background-color: rgb(160,167,168); }
div.DivClassName
{
background-color: #A0A7A8;
}
.BgClassName
{
background-color: #A0A7A8;
}
</style>
border-color css
<style>
span { border-color: #A0A7A8; }
span { border-color: rgb(160,167,168); }
td.TdClassName
{
border-color: #A0A7A8;
}
.TagClassName
{
border-color: #A0A7A8;
}
</style>