Shades of London Hue #AA94A3
Tints of London Hue #AA94A3
RGB
CMYK
RGB Variations
Color information
#AA94A3 (or 0xAA94A3) is known color: London Hue. HEX triplet: AA, 94 and A3. RGB value is (170,148,163). Sum of RGB (Red+Green+Blue) = 170+148+163=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AA94A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA94A3 is #556B5C. Grayscale: #9C9C9C. Windows color (decimal): -5598045 or 10720426. OLE color: 10720426.
HSL color Cylindrical-coordinate representation of color #AA94A3: hue angle of 319.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA94A3 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 163 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.33 |
| HSL | 319.09º | 0.11% | 0.62% | - |
| HSV(B) | 319.09º | 0.13% | 0.67% | - |
| XYZ | 33.78 | 32.37 | 39.12 | - |
| YUV | 156.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 163 | 0 | 0.13 | 0.04 | 0.33 | 319.09 | 0.11 | 0.62 |
| Hex | AA | 94 | A3 | 0 | D | 4 | 21 | 13F | B | 3E |
| Octal | 252 | 224 | 243 | 0 | 15 | 4 | 41 | 477 | 13 | 76 |
| Binary | 10101010 | 10010100 | 10100011 | 0 | 1101 | 100 | 100001 | 100111111 | 1011 | 111110 |
Color Harmonies of #AA94A3
Complementary color
Monochromatic Colors of #AA94A3
Black with #AA94A3
Text Example
Text Example
White with #AA94A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA94A3; }
p { color: rgb(170,148,163); }
H1.HeaderClassName
{
color: #AA94A3;
}
.AnyTagClassName
{
color: #AA94A3;
}
</style>
background-color css
<style>
a { background-color: #AA94A3; }
a { background-color: rgb(170,148,163); }
div.DivClassName
{
background-color: #AA94A3;
}
.BgClassName
{
background-color: #AA94A3;
}
</style>
border-color css
<style>
span { border-color: #AA94A3; }
span { border-color: rgb(170,148,163); }
td.TdClassName
{
border-color: #AA94A3;
}
.TagClassName
{
border-color: #AA94A3;
}
</style>