Shades of Logan #A7A6B9
Tints of Logan #A7A6B9
RGB
CMYK
RGB Variations
Color information
#A7A6B9 (or 0xA7A6B9) is known color: Logan. HEX triplet: A7, A6 and B9. RGB value is (167,166,185). Sum of RGB (Red+Green+Blue) = 167+166+185=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 185 - color contains mainly: blue. Hex color #A7A6B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A6B9 is #585946. Grayscale: #A8A8A8. Windows color (decimal): -5790023 or 12166823. OLE color: 12166823.
HSL color Cylindrical-coordinate representation of color #A7A6B9: hue angle of 243.16º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7A6B9 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 166 | 185 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.27 |
| HSL | 243.16º | 0.12% | 0.69% | - |
| HSV(B) | 243.16º | 0.1% | 0.73% | - |
| XYZ | 38.33 | 38.99 | 51.4 | - |
| YUV | 168.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 166 | 185 | 0.10 | 0.10 | 0 | 0.27 | 243.16 | 0.12 | 0.69 |
| Hex | A7 | A6 | B9 | A | A | 0 | 1B | F3 | C | 45 |
| Octal | 247 | 246 | 271 | 12 | 12 | 0 | 33 | 363 | 14 | 105 |
| Binary | 10100111 | 10100110 | 10111001 | 1010 | 1010 | 0 | 11011 | 11110011 | 1100 | 1000101 |
Color Harmonies of #A7A6B9
Complementary color
Monochromatic Colors of #A7A6B9
Black with #A7A6B9
Text Example
Text Example
White with #A7A6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A6B9; }
p { color: rgb(167,166,185); }
H1.HeaderClassName
{
color: #A7A6B9;
}
.AnyTagClassName
{
color: #A7A6B9;
}
</style>
background-color css
<style>
a { background-color: #A7A6B9; }
a { background-color: rgb(167,166,185); }
div.DivClassName
{
background-color: #A7A6B9;
}
.BgClassName
{
background-color: #A7A6B9;
}
</style>
border-color css
<style>
span { border-color: #A7A6B9; }
span { border-color: rgb(167,166,185); }
td.TdClassName
{
border-color: #A7A6B9;
}
.TagClassName
{
border-color: #A7A6B9;
}
</style>