Shades of London Hue #AC84AA
Tints of London Hue #AC84AA
RGB
CMYK
RGB Variations
Color information
#AC84AA (or 0xAC84AA) is known color: London Hue. HEX triplet: AC, 84 and AA. RGB value is (172,132,170). Sum of RGB (Red+Green+Blue) = 172+132+170=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #AC84AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC84AA is #537B55. Grayscale: #949494. Windows color (decimal): -5471062 or 11175084. OLE color: 11175084.
HSL color Cylindrical-coordinate representation of color #AC84AA: hue angle of 303º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC84AA is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 170 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.33 |
| HSL | 303º | 0.19% | 0.6% | - |
| HSV(B) | 303º | 0.23% | 0.67% | - |
| XYZ | 32.52 | 28.18 | 41.75 | - |
| YUV | 148.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 170 | 0 | 0.23 | 0.01 | 0.33 | 303 | 0.19 | 0.6 |
| Hex | AC | 84 | AA | 0 | 17 | 1 | 21 | 12F | 13 | 3C |
| Octal | 254 | 204 | 252 | 0 | 27 | 1 | 41 | 457 | 23 | 74 |
| Binary | 10101100 | 10000100 | 10101010 | 0 | 10111 | 1 | 100001 | 100101111 | 10011 | 111100 |
Color Harmonies of #AC84AA
Complementary color
Monochromatic Colors of #AC84AA
Black with #AC84AA
Text Example
Text Example
White with #AC84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC84AA; }
p { color: rgb(172,132,170); }
H1.HeaderClassName
{
color: #AC84AA;
}
.AnyTagClassName
{
color: #AC84AA;
}
</style>
background-color css
<style>
a { background-color: #AC84AA; }
a { background-color: rgb(172,132,170); }
div.DivClassName
{
background-color: #AC84AA;
}
.BgClassName
{
background-color: #AC84AA;
}
</style>
border-color css
<style>
span { border-color: #AC84AA; }
span { border-color: rgb(172,132,170); }
td.TdClassName
{
border-color: #AC84AA;
}
.TagClassName
{
border-color: #AC84AA;
}
</style>