Shades of Logan #A6A5BA
Tints of Logan #A6A5BA
RGB
CMYK
RGB Variations
Color information
#A6A5BA (or 0xA6A5BA) is known color: Logan. HEX triplet: A6, A5 and BA. RGB value is (166,165,186). Sum of RGB (Red+Green+Blue) = 166+165+186=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #A6A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A5BA is #595A45. Grayscale: #A7A7A7. Windows color (decimal): -5855814 or 12232102. OLE color: 12232102.
HSL color Cylindrical-coordinate representation of color #A6A5BA: hue angle of 242.86º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6A5BA is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 165 | 186 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.27 |
| HSL | 242.86º | 0.13% | 0.69% | - |
| HSV(B) | 242.86º | 0.11% | 0.73% | - |
| XYZ | 38.04 | 38.56 | 51.89 | - |
| YUV | 167.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 165 | 186 | 0.11 | 0.11 | 0 | 0.27 | 242.86 | 0.13 | 0.69 |
| Hex | A6 | A5 | BA | B | B | 0 | 1B | F3 | D | 45 |
| Octal | 246 | 245 | 272 | 13 | 13 | 0 | 33 | 363 | 15 | 105 |
| Binary | 10100110 | 10100101 | 10111010 | 1011 | 1011 | 0 | 11011 | 11110011 | 1101 | 1000101 |
Color Harmonies of #A6A5BA
Complementary color
Monochromatic Colors of #A6A5BA
Black with #A6A5BA
Text Example
Text Example
White with #A6A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A5BA; }
p { color: rgb(166,165,186); }
H1.HeaderClassName
{
color: #A6A5BA;
}
.AnyTagClassName
{
color: #A6A5BA;
}
</style>
background-color css
<style>
a { background-color: #A6A5BA; }
a { background-color: rgb(166,165,186); }
div.DivClassName
{
background-color: #A6A5BA;
}
.BgClassName
{
background-color: #A6A5BA;
}
</style>
border-color css
<style>
span { border-color: #A6A5BA; }
span { border-color: rgb(166,165,186); }
td.TdClassName
{
border-color: #A6A5BA;
}
.TagClassName
{
border-color: #A6A5BA;
}
</style>