Shades of Logan #A9A9BA
Tints of Logan #A9A9BA
RGB
CMYK
RGB Variations
Color information
#A9A9BA (or 0xA9A9BA) is known color: Logan. HEX triplet: A9, A9 and BA. RGB value is (169,169,186). Sum of RGB (Red+Green+Blue) = 169+169+186=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #A9A9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A9BA is #565645. Grayscale: #AAAAAA. Windows color (decimal): -5658182 or 12233129. OLE color: 12233129.
HSL color Cylindrical-coordinate representation of color #A9A9BA: hue angle of 240º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9A9BA is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 169 | 186 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.27 |
| HSL | 240º | 0.11% | 0.7% | - |
| HSV(B) | 240º | 0.09% | 0.73% | - |
| XYZ | 39.41 | 40.36 | 52.17 | - |
| YUV | 170.94 | 136.5 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 169 | 186 | 0.09 | 0.09 | 0 | 0.27 | 240 | 0.11 | 0.7 |
| Hex | A9 | A9 | BA | 9 | 9 | 0 | 1B | F0 | B | 46 |
| Octal | 251 | 251 | 272 | 11 | 11 | 0 | 33 | 360 | 13 | 106 |
| Binary | 10101001 | 10101001 | 10111010 | 1001 | 1001 | 0 | 11011 | 11110000 | 1011 | 1000110 |
Color Harmonies of #A9A9BA
Complementary color
Monochromatic Colors of #A9A9BA
Black with #A9A9BA
Text Example
Text Example
White with #A9A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A9BA; }
p { color: rgb(169,169,186); }
H1.HeaderClassName
{
color: #A9A9BA;
}
.AnyTagClassName
{
color: #A9A9BA;
}
</style>
background-color css
<style>
a { background-color: #A9A9BA; }
a { background-color: rgb(169,169,186); }
div.DivClassName
{
background-color: #A9A9BA;
}
.BgClassName
{
background-color: #A9A9BA;
}
</style>
border-color css
<style>
span { border-color: #A9A9BA; }
span { border-color: rgb(169,169,186); }
td.TdClassName
{
border-color: #A9A9BA;
}
.TagClassName
{
border-color: #A9A9BA;
}
</style>