Shades of Logan #A0A4BF
Tints of Logan #A0A4BF
RGB
CMYK
RGB Variations
Color information
#A0A4BF (or 0xA0A4BF) is known color: Logan. HEX triplet: A0, A4 and BF. RGB value is (160,164,191). Sum of RGB (Red+Green+Blue) = 160+164+191=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0A4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A4BF is #5F5B40. Grayscale: #A5A5A5. Windows color (decimal): -6249281 or 12559520. OLE color: 12559520.
HSL color Cylindrical-coordinate representation of color #A0A4BF: hue angle of 232.26º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0A4BF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 164 | 191 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.25 |
| HSL | 232.26º | 0.19% | 0.69% | - |
| HSV(B) | 232.26º | 0.16% | 0.75% | - |
| XYZ | 37.18 | 37.79 | 54.62 | - |
| YUV | 165.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 191 | 0.16 | 0.14 | 0 | 0.25 | 232.26 | 0.19 | 0.69 |
| Hex | A0 | A4 | BF | 10 | E | 0 | 19 | E8 | 13 | 45 |
| Octal | 240 | 244 | 277 | 20 | 16 | 0 | 31 | 350 | 23 | 105 |
| Binary | 10100000 | 10100100 | 10111111 | 10000 | 1110 | 0 | 11001 | 11101000 | 10011 | 1000101 |
Color Harmonies of #A0A4BF
Complementary color
Monochromatic Colors of #A0A4BF
Black with #A0A4BF
Text Example
Text Example
White with #A0A4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A4BF; }
p { color: rgb(160,164,191); }
H1.HeaderClassName
{
color: #A0A4BF;
}
.AnyTagClassName
{
color: #A0A4BF;
}
</style>
background-color css
<style>
a { background-color: #A0A4BF; }
a { background-color: rgb(160,164,191); }
div.DivClassName
{
background-color: #A0A4BF;
}
.BgClassName
{
background-color: #A0A4BF;
}
</style>
border-color css
<style>
span { border-color: #A0A4BF; }
span { border-color: rgb(160,164,191); }
td.TdClassName
{
border-color: #A0A4BF;
}
.TagClassName
{
border-color: #A0A4BF;
}
</style>