Shades of London Hue #A986A4
Tints of London Hue #A986A4
RGB
CMYK
RGB Variations
Color information
#A986A4 (or 0xA986A4) is known color: London Hue. HEX triplet: A9, 86 and A4. RGB value is (169,134,164). Sum of RGB (Red+Green+Blue) = 169+134+164=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 169 - color contains mainly: red. Hex color #A986A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A986A4 is #56795B. Grayscale: #939393. Windows color (decimal): -5667164 or 10782377. OLE color: 10782377.
HSL color Cylindrical-coordinate representation of color #A986A4: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A986A4 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 164 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.34 |
| HSL | 308.57º | 0.17% | 0.59% | - |
| HSV(B) | 308.57º | 0.21% | 0.66% | - |
| XYZ | 31.59 | 28.17 | 38.89 | - |
| YUV | 147.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 164 | 0 | 0.21 | 0.03 | 0.34 | 308.57 | 0.17 | 0.59 |
| Hex | A9 | 86 | A4 | 0 | 15 | 3 | 22 | 135 | 11 | 3B |
| Octal | 251 | 206 | 244 | 0 | 25 | 3 | 42 | 465 | 21 | 73 |
| Binary | 10101001 | 10000110 | 10100100 | 0 | 10101 | 11 | 100010 | 100110101 | 10001 | 111011 |
Color Harmonies of #A986A4
Complementary color
Monochromatic Colors of #A986A4
Black with #A986A4
Text Example
Text Example
White with #A986A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A986A4; }
p { color: rgb(169,134,164); }
H1.HeaderClassName
{
color: #A986A4;
}
.AnyTagClassName
{
color: #A986A4;
}
</style>
background-color css
<style>
a { background-color: #A986A4; }
a { background-color: rgb(169,134,164); }
div.DivClassName
{
background-color: #A986A4;
}
.BgClassName
{
background-color: #A986A4;
}
</style>
border-color css
<style>
span { border-color: #A986A4; }
span { border-color: rgb(169,134,164); }
td.TdClassName
{
border-color: #A986A4;
}
.TagClassName
{
border-color: #A986A4;
}
</style>