Shades of Logan #A4A2BD
Tints of Logan #A4A2BD
RGB
CMYK
RGB Variations
Color information
#A4A2BD (or 0xA4A2BD) is known color: Logan. HEX triplet: A4, A2 and BD. RGB value is (164,162,189). Sum of RGB (Red+Green+Blue) = 164+162+189=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #A4A2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A2BD is #5B5D42. Grayscale: #A5A5A5. Windows color (decimal): -5987651 or 12427940. OLE color: 12427940.
HSL color Cylindrical-coordinate representation of color #A4A2BD: hue angle of 244.44º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4A2BD is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 162 | 189 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.26 |
| HSL | 244.44º | 0.17% | 0.69% | - |
| HSV(B) | 244.44º | 0.14% | 0.74% | - |
| XYZ | 37.42 | 37.41 | 53.39 | - |
| YUV | 165.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 162 | 189 | 0.13 | 0.14 | 0 | 0.26 | 244.44 | 0.17 | 0.69 |
| Hex | A4 | A2 | BD | D | E | 0 | 1A | F4 | 11 | 45 |
| Octal | 244 | 242 | 275 | 15 | 16 | 0 | 32 | 364 | 21 | 105 |
| Binary | 10100100 | 10100010 | 10111101 | 1101 | 1110 | 0 | 11010 | 11110100 | 10001 | 1000101 |
Color Harmonies of #A4A2BD
Complementary color
Monochromatic Colors of #A4A2BD
Black with #A4A2BD
Text Example
Text Example
White with #A4A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A2BD; }
p { color: rgb(164,162,189); }
H1.HeaderClassName
{
color: #A4A2BD;
}
.AnyTagClassName
{
color: #A4A2BD;
}
</style>
background-color css
<style>
a { background-color: #A4A2BD; }
a { background-color: rgb(164,162,189); }
div.DivClassName
{
background-color: #A4A2BD;
}
.BgClassName
{
background-color: #A4A2BD;
}
</style>
border-color css
<style>
span { border-color: #A4A2BD; }
span { border-color: rgb(164,162,189); }
td.TdClassName
{
border-color: #A4A2BD;
}
.TagClassName
{
border-color: #A4A2BD;
}
</style>