Shades of London Hue #A89AA5
Tints of London Hue #A89AA5
RGB
CMYK
RGB Variations
Color information
#A89AA5 (or 0xA89AA5) is known color: London Hue. HEX triplet: A8, 9A and A5. RGB value is (168,154,165). Sum of RGB (Red+Green+Blue) = 168+154+165=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 168 - color contains mainly: red. Hex color #A89AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89AA5 is #57655A. Grayscale: #9F9F9F. Windows color (decimal): -5727579 or 10853032. OLE color: 10853032.
HSL color Cylindrical-coordinate representation of color #A89AA5: hue angle of 312.86º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A89AA5 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 165 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.34 |
| HSL | 312.86º | 0.07% | 0.63% | - |
| HSV(B) | 312.86º | 0.08% | 0.66% | - |
| XYZ | 34.5 | 34.15 | 40.37 | - |
| YUV | 159.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 165 | 0 | 0.08 | 0.02 | 0.34 | 312.86 | 0.07 | 0.63 |
| Hex | A8 | 9A | A5 | 0 | 8 | 2 | 22 | 139 | 7 | 3F |
| Octal | 250 | 232 | 245 | 0 | 10 | 2 | 42 | 471 | 7 | 77 |
| Binary | 10101000 | 10011010 | 10100101 | 0 | 1000 | 10 | 100010 | 100111001 | 111 | 111111 |
Color Harmonies of #A89AA5
Complementary color
Monochromatic Colors of #A89AA5
Black with #A89AA5
Text Example
Text Example
White with #A89AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89AA5; }
p { color: rgb(168,154,165); }
H1.HeaderClassName
{
color: #A89AA5;
}
.AnyTagClassName
{
color: #A89AA5;
}
</style>
background-color css
<style>
a { background-color: #A89AA5; }
a { background-color: rgb(168,154,165); }
div.DivClassName
{
background-color: #A89AA5;
}
.BgClassName
{
background-color: #A89AA5;
}
</style>
border-color css
<style>
span { border-color: #A89AA5; }
span { border-color: rgb(168,154,165); }
td.TdClassName
{
border-color: #A89AA5;
}
.TagClassName
{
border-color: #A89AA5;
}
</style>