Shades of London Hue #AC84A8
Tints of London Hue #AC84A8
RGB
CMYK
RGB Variations
Color information
#AC84A8 (or 0xAC84A8) is known color: London Hue. HEX triplet: AC, 84 and A8. RGB value is (172,132,168). Sum of RGB (Red+Green+Blue) = 172+132+168=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC84A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC84A8 is #537B57. Grayscale: #939393. Windows color (decimal): -5471064 or 11044012. OLE color: 11044012.
HSL color Cylindrical-coordinate representation of color #AC84A8: hue angle of 306º 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 #AC84A8 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 168 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.33 |
| HSL | 306º | 0.19% | 0.6% | - |
| HSV(B) | 306º | 0.23% | 0.67% | - |
| XYZ | 32.33 | 28.1 | 40.77 | - |
| YUV | 148.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 168 | 0 | 0.23 | 0.02 | 0.33 | 306 | 0.19 | 0.6 |
| Hex | AC | 84 | A8 | 0 | 17 | 2 | 21 | 132 | 13 | 3C |
| Octal | 254 | 204 | 250 | 0 | 27 | 2 | 41 | 462 | 23 | 74 |
| Binary | 10101100 | 10000100 | 10101000 | 0 | 10111 | 10 | 100001 | 100110010 | 10011 | 111100 |
Color Harmonies of #AC84A8
Complementary color
Monochromatic Colors of #AC84A8
Black with #AC84A8
Text Example
Text Example
White with #AC84A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC84A8; }
p { color: rgb(172,132,168); }
H1.HeaderClassName
{
color: #AC84A8;
}
.AnyTagClassName
{
color: #AC84A8;
}
</style>
background-color css
<style>
a { background-color: #AC84A8; }
a { background-color: rgb(172,132,168); }
div.DivClassName
{
background-color: #AC84A8;
}
.BgClassName
{
background-color: #AC84A8;
}
</style>
border-color css
<style>
span { border-color: #AC84A8; }
span { border-color: rgb(172,132,168); }
td.TdClassName
{
border-color: #AC84A8;
}
.TagClassName
{
border-color: #AC84A8;
}
</style>