Shades of London Hue #AA8CA3
Tints of London Hue #AA8CA3
RGB
CMYK
RGB Variations
Color information
#AA8CA3 (or 0xAA8CA3) is known color: London Hue. HEX triplet: AA, 8C and A3. RGB value is (170,140,163). Sum of RGB (Red+Green+Blue) = 170+140+163=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8CA3 is #55735C. Grayscale: #979797. Windows color (decimal): -5600093 or 10718378. OLE color: 10718378.
HSL color Cylindrical-coordinate representation of color #AA8CA3: hue angle of 314º 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 #AA8CA3 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 163 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.33 |
| HSL | 314º | 0.15% | 0.61% | - |
| HSV(B) | 314º | 0.18% | 0.67% | - |
| XYZ | 32.57 | 29.95 | 38.71 | - |
| YUV | 151.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 163 | 0 | 0.18 | 0.04 | 0.33 | 314 | 0.15 | 0.61 |
| Hex | AA | 8C | A3 | 0 | 12 | 4 | 21 | 13A | F | 3D |
| Octal | 252 | 214 | 243 | 0 | 22 | 4 | 41 | 472 | 17 | 75 |
| Binary | 10101010 | 10001100 | 10100011 | 0 | 10010 | 100 | 100001 | 100111010 | 1111 | 111101 |
Color Harmonies of #AA8CA3
Complementary color
Monochromatic Colors of #AA8CA3
Black with #AA8CA3
Text Example
Text Example
White with #AA8CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CA3; }
p { color: rgb(170,140,163); }
H1.HeaderClassName
{
color: #AA8CA3;
}
.AnyTagClassName
{
color: #AA8CA3;
}
</style>
background-color css
<style>
a { background-color: #AA8CA3; }
a { background-color: rgb(170,140,163); }
div.DivClassName
{
background-color: #AA8CA3;
}
.BgClassName
{
background-color: #AA8CA3;
}
</style>
border-color css
<style>
span { border-color: #AA8CA3; }
span { border-color: rgb(170,140,163); }
td.TdClassName
{
border-color: #AA8CA3;
}
.TagClassName
{
border-color: #AA8CA3;
}
</style>