Shades of Logan #A4A1BA
Tints of Logan #A4A1BA
RGB
CMYK
RGB Variations
Color information
#A4A1BA (or 0xA4A1BA) is known color: Logan. HEX triplet: A4, A1 and BA. RGB value is (164,161,186). Sum of RGB (Red+Green+Blue) = 164+161+186=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #A4A1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1BA is #5B5E45. Grayscale: #A4A4A4. Windows color (decimal): -5987910 or 12231076. OLE color: 12231076.
HSL color Cylindrical-coordinate representation of color #A4A1BA: hue angle of 247.2º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4A1BA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 161 | 186 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.27 |
| HSL | 247.2º | 0.15% | 0.68% | - |
| HSV(B) | 247.2º | 0.13% | 0.73% | - |
| XYZ | 36.92 | 36.93 | 51.64 | - |
| YUV | 164.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 161 | 186 | 0.12 | 0.13 | 0 | 0.27 | 247.2 | 0.15 | 0.68 |
| Hex | A4 | A1 | BA | C | D | 0 | 1B | F7 | F | 44 |
| Octal | 244 | 241 | 272 | 14 | 15 | 0 | 33 | 367 | 17 | 104 |
| Binary | 10100100 | 10100001 | 10111010 | 1100 | 1101 | 0 | 11011 | 11110111 | 1111 | 1000100 |
Color Harmonies of #A4A1BA
Complementary color
Monochromatic Colors of #A4A1BA
Black with #A4A1BA
Text Example
Text Example
White with #A4A1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A1BA; }
p { color: rgb(164,161,186); }
H1.HeaderClassName
{
color: #A4A1BA;
}
.AnyTagClassName
{
color: #A4A1BA;
}
</style>
background-color css
<style>
a { background-color: #A4A1BA; }
a { background-color: rgb(164,161,186); }
div.DivClassName
{
background-color: #A4A1BA;
}
.BgClassName
{
background-color: #A4A1BA;
}
</style>
border-color css
<style>
span { border-color: #A4A1BA; }
span { border-color: rgb(164,161,186); }
td.TdClassName
{
border-color: #A4A1BA;
}
.TagClassName
{
border-color: #A4A1BA;
}
</style>