Shades of Gull Grey #A0A8AB
Tints of Gull Grey #A0A8AB
RGB
CMYK
RGB Variations
Color information
#A0A8AB (or 0xA0A8AB) is known color: Gull Grey. HEX triplet: A0, A8 and AB. RGB value is (160,168,171). Sum of RGB (Red+Green+Blue) = 160+168+171=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 171 - color contains mainly: blue. Hex color #A0A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A8AB is #5F5754. Grayscale: #A5A5A5. Windows color (decimal): -6248277 or 11249824. OLE color: 11249824.
HSL color Cylindrical-coordinate representation of color #A0A8AB: hue angle of 196.36º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A0A8AB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 160 | 168 | 171 | - |
CMYK | 0.06 | 0.02 | 0 | 0.33 |
HSL | 196.36º | 0.06% | 0.65% | - |
HSV(B) | 196.36º | 0.06% | 0.67% | - |
XYZ | 35.85 | 38.42 | 44.05 | - |
YUV | 165.95 | 130.85 | 123.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 168 | 171 | 0.06 | 0.02 | 0 | 0.33 | 196.36 | 0.06 | 0.65 |
Hex | A0 | A8 | AB | 6 | 2 | 0 | 21 | C4 | 6 | 41 |
Octal | 240 | 250 | 253 | 6 | 2 | 0 | 41 | 304 | 6 | 101 |
Binary | 10100000 | 10101000 | 10101011 | 110 | 10 | 0 | 100001 | 11000100 | 110 | 1000001 |
Color Harmonies of #A0A8AB
Complementary color
Monochromatic Colors of #A0A8AB
Black with #A0A8AB
Text Example
Text Example
White with #A0A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A8AB; }
p { color: rgb(160,168,171); }
H1.HeaderClassName
{
color: #A0A8AB;
}
.AnyTagClassName
{
color: #A0A8AB;
}
</style>
background-color css
<style>
a { background-color: #A0A8AB; }
a { background-color: rgb(160,168,171); }
div.DivClassName
{
background-color: #A0A8AB;
}
.BgClassName
{
background-color: #A0A8AB;
}
</style>
border-color css
<style>
span { border-color: #A0A8AB; }
span { border-color: rgb(160,168,171); }
td.TdClassName
{
border-color: #A0A8AB;
}
.TagClassName
{
border-color: #A0A8AB;
}
</style>