Shades of London Hue #A89CA6
Tints of London Hue #A89CA6
RGB
CMYK
RGB Variations
Color information
#A89CA6 (or 0xA89CA6) is known color: London Hue. HEX triplet: A8, 9C and A6. RGB value is (168,156,166). Sum of RGB (Red+Green+Blue) = 168+156+166=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 168 - color contains mainly: red. Hex color #A89CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89CA6 is #576359. Grayscale: #A0A0A0. Windows color (decimal): -5727066 or 10919080. OLE color: 10919080.
HSL color Cylindrical-coordinate representation of color #A89CA6: hue angle of 310º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A89CA6 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 166 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.34 |
| HSL | 310º | 0.06% | 0.64% | - |
| HSV(B) | 310º | 0.07% | 0.66% | - |
| XYZ | 34.92 | 34.85 | 40.96 | - |
| YUV | 160.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 166 | 0 | 0.07 | 0.01 | 0.34 | 310 | 0.06 | 0.64 |
| Hex | A8 | 9C | A6 | 0 | 7 | 1 | 22 | 136 | 6 | 40 |
| Octal | 250 | 234 | 246 | 0 | 7 | 1 | 42 | 466 | 6 | 100 |
| Binary | 10101000 | 10011100 | 10100110 | 0 | 111 | 1 | 100010 | 100110110 | 110 | 1000000 |
Color Harmonies of #A89CA6
Complementary color
Monochromatic Colors of #A89CA6
Black with #A89CA6
Text Example
Text Example
White with #A89CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CA6; }
p { color: rgb(168,156,166); }
H1.HeaderClassName
{
color: #A89CA6;
}
.AnyTagClassName
{
color: #A89CA6;
}
</style>
background-color css
<style>
a { background-color: #A89CA6; }
a { background-color: rgb(168,156,166); }
div.DivClassName
{
background-color: #A89CA6;
}
.BgClassName
{
background-color: #A89CA6;
}
</style>
border-color css
<style>
span { border-color: #A89CA6; }
span { border-color: rgb(168,156,166); }
td.TdClassName
{
border-color: #A89CA6;
}
.TagClassName
{
border-color: #A89CA6;
}
</style>