Shades of London Hue #AA8BA3
Tints of London Hue #AA8BA3
RGB
CMYK
RGB Variations
Color information
#AA8BA3 (or 0xAA8BA3) is known color: London Hue. HEX triplet: AA, 8B and A3. RGB value is (170,139,163). Sum of RGB (Red+Green+Blue) = 170+139+163=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BA3 is #55745C. Grayscale: #969696. Windows color (decimal): -5600349 or 10718122. OLE color: 10718122.
HSL color Cylindrical-coordinate representation of color #AA8BA3: hue angle of 313.55º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8BA3 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 163 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.33 |
| HSL | 313.55º | 0.15% | 0.61% | - |
| HSV(B) | 313.55º | 0.18% | 0.67% | - |
| XYZ | 32.42 | 29.66 | 38.67 | - |
| YUV | 151.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 163 | 0 | 0.18 | 0.04 | 0.33 | 313.55 | 0.15 | 0.61 |
| Hex | AA | 8B | A3 | 0 | 12 | 4 | 21 | 13A | F | 3D |
| Octal | 252 | 213 | 243 | 0 | 22 | 4 | 41 | 472 | 17 | 75 |
| Binary | 10101010 | 10001011 | 10100011 | 0 | 10010 | 100 | 100001 | 100111010 | 1111 | 111101 |
Color Harmonies of #AA8BA3
Complementary color
Monochromatic Colors of #AA8BA3
Black with #AA8BA3
Text Example
Text Example
White with #AA8BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BA3; }
p { color: rgb(170,139,163); }
H1.HeaderClassName
{
color: #AA8BA3;
}
.AnyTagClassName
{
color: #AA8BA3;
}
</style>
background-color css
<style>
a { background-color: #AA8BA3; }
a { background-color: rgb(170,139,163); }
div.DivClassName
{
background-color: #AA8BA3;
}
.BgClassName
{
background-color: #AA8BA3;
}
</style>
border-color css
<style>
span { border-color: #AA8BA3; }
span { border-color: rgb(170,139,163); }
td.TdClassName
{
border-color: #AA8BA3;
}
.TagClassName
{
border-color: #AA8BA3;
}
</style>