Shades of Logan #A0A1AB
Tints of Logan #A0A1AB
RGB
CMYK
RGB Variations
Color information
#A0A1AB (or 0xA0A1AB) is known color: Logan. HEX triplet: A0, A1 and AB. RGB value is (160,161,171). Sum of RGB (Red+Green+Blue) = 160+161+171=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 171 - color contains mainly: blue. Hex color #A0A1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A1AB is #5F5E54. Grayscale: #A1A1A1. Windows color (decimal): -6250069 or 11248032. OLE color: 11248032.
HSL color Cylindrical-coordinate representation of color #A0A1AB: hue angle of 234.55º 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 #A0A1AB is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 161 | 171 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.33 |
| HSL | 234.55º | 0.06% | 0.65% | - |
| HSV(B) | 234.55º | 0.06% | 0.67% | - |
| XYZ | 34.59 | 35.9 | 43.63 | - |
| YUV | 161.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 171 | 0.06 | 0.06 | 0 | 0.33 | 234.55 | 0.06 | 0.65 |
| Hex | A0 | A1 | AB | 6 | 6 | 0 | 21 | EB | 6 | 41 |
| Octal | 240 | 241 | 253 | 6 | 6 | 0 | 41 | 353 | 6 | 101 |
| Binary | 10100000 | 10100001 | 10101011 | 110 | 110 | 0 | 100001 | 11101011 | 110 | 1000001 |
Color Harmonies of #A0A1AB
Complementary color
Monochromatic Colors of #A0A1AB
Black with #A0A1AB
Text Example
Text Example
White with #A0A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A1AB; }
p { color: rgb(160,161,171); }
H1.HeaderClassName
{
color: #A0A1AB;
}
.AnyTagClassName
{
color: #A0A1AB;
}
</style>
background-color css
<style>
a { background-color: #A0A1AB; }
a { background-color: rgb(160,161,171); }
div.DivClassName
{
background-color: #A0A1AB;
}
.BgClassName
{
background-color: #A0A1AB;
}
</style>
border-color css
<style>
span { border-color: #A0A1AB; }
span { border-color: rgb(160,161,171); }
td.TdClassName
{
border-color: #A0A1AB;
}
.TagClassName
{
border-color: #A0A1AB;
}
</style>