Shades of Logan #A3A6BE
Tints of Logan #A3A6BE
RGB
CMYK
RGB Variations
Color information
#A3A6BE (or 0xA3A6BE) is known color: Logan. HEX triplet: A3, A6 and BE. RGB value is (163,166,190). Sum of RGB (Red+Green+Blue) = 163+166+190=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #A3A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A6BE is #5C5941. Grayscale: #A7A7A7. Windows color (decimal): -6052162 or 12494499. OLE color: 12494499.
HSL color Cylindrical-coordinate representation of color #A3A6BE: hue angle of 233.33º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3A6BE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 166 | 190 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.25 |
| HSL | 233.33º | 0.17% | 0.69% | - |
| HSV(B) | 233.33º | 0.14% | 0.75% | - |
| XYZ | 38.03 | 38.78 | 54.2 | - |
| YUV | 167.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 190 | 0.14 | 0.13 | 0 | 0.25 | 233.33 | 0.17 | 0.69 |
| Hex | A3 | A6 | BE | E | D | 0 | 19 | E9 | 11 | 45 |
| Octal | 243 | 246 | 276 | 16 | 15 | 0 | 31 | 351 | 21 | 105 |
| Binary | 10100011 | 10100110 | 10111110 | 1110 | 1101 | 0 | 11001 | 11101001 | 10001 | 1000101 |
Color Harmonies of #A3A6BE
Complementary color
Monochromatic Colors of #A3A6BE
Black with #A3A6BE
Text Example
Text Example
White with #A3A6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A6BE; }
p { color: rgb(163,166,190); }
H1.HeaderClassName
{
color: #A3A6BE;
}
.AnyTagClassName
{
color: #A3A6BE;
}
</style>
background-color css
<style>
a { background-color: #A3A6BE; }
a { background-color: rgb(163,166,190); }
div.DivClassName
{
background-color: #A3A6BE;
}
.BgClassName
{
background-color: #A3A6BE;
}
</style>
border-color css
<style>
span { border-color: #A3A6BE; }
span { border-color: rgb(163,166,190); }
td.TdClassName
{
border-color: #A3A6BE;
}
.TagClassName
{
border-color: #A3A6BE;
}
</style>