Shades of Logan #A3A4B9
Tints of Logan #A3A4B9
RGB
CMYK
RGB Variations
Color information
#A3A4B9 (or 0xA3A4B9) is known color: Logan. HEX triplet: A3, A4 and B9. RGB value is (163,164,185). Sum of RGB (Red+Green+Blue) = 163+164+185=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 185 - color contains mainly: blue. Hex color #A3A4B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A4B9 is #5C5B46. Grayscale: #A6A6A6. Windows color (decimal): -6052679 or 12166307. OLE color: 12166307.
HSL color Cylindrical-coordinate representation of color #A3A4B9: hue angle of 237.27º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3A4B9 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 164 | 185 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.27 |
| HSL | 237.27º | 0.14% | 0.68% | - |
| HSV(B) | 237.27º | 0.12% | 0.73% | - |
| XYZ | 37.14 | 37.84 | 51.25 | - |
| YUV | 166.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 185 | 0.12 | 0.11 | 0 | 0.27 | 237.27 | 0.14 | 0.68 |
| Hex | A3 | A4 | B9 | C | B | 0 | 1B | ED | E | 44 |
| Octal | 243 | 244 | 271 | 14 | 13 | 0 | 33 | 355 | 16 | 104 |
| Binary | 10100011 | 10100100 | 10111001 | 1100 | 1011 | 0 | 11011 | 11101101 | 1110 | 1000100 |
Color Harmonies of #A3A4B9
Complementary color
Monochromatic Colors of #A3A4B9
Black with #A3A4B9
Text Example
Text Example
White with #A3A4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A4B9; }
p { color: rgb(163,164,185); }
H1.HeaderClassName
{
color: #A3A4B9;
}
.AnyTagClassName
{
color: #A3A4B9;
}
</style>
background-color css
<style>
a { background-color: #A3A4B9; }
a { background-color: rgb(163,164,185); }
div.DivClassName
{
background-color: #A3A4B9;
}
.BgClassName
{
background-color: #A3A4B9;
}
</style>
border-color css
<style>
span { border-color: #A3A4B9; }
span { border-color: rgb(163,164,185); }
td.TdClassName
{
border-color: #A3A4B9;
}
.TagClassName
{
border-color: #A3A4B9;
}
</style>