Shades of London Hue #AC84A5
Tints of London Hue #AC84A5
RGB
CMYK
RGB Variations
Color information
#AC84A5 (or 0xAC84A5) is known color: London Hue. HEX triplet: AC, 84 and A5. RGB value is (172,132,165). Sum of RGB (Red+Green+Blue) = 172+132+165=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC84A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC84A5 is #537B5A. Grayscale: #939393. Windows color (decimal): -5471067 or 10847404. OLE color: 10847404.
HSL color Cylindrical-coordinate representation of color #AC84A5: hue angle of 310.5º 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 #AC84A5 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 165 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.33 |
| HSL | 310.5º | 0.19% | 0.6% | - |
| HSV(B) | 310.5º | 0.23% | 0.67% | - |
| XYZ | 32.06 | 27.99 | 39.31 | - |
| YUV | 147.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 165 | 0 | 0.23 | 0.04 | 0.33 | 310.5 | 0.19 | 0.6 |
| Hex | AC | 84 | A5 | 0 | 17 | 4 | 21 | 136 | 13 | 3C |
| Octal | 254 | 204 | 245 | 0 | 27 | 4 | 41 | 466 | 23 | 74 |
| Binary | 10101100 | 10000100 | 10100101 | 0 | 10111 | 100 | 100001 | 100110110 | 10011 | 111100 |
Color Harmonies of #AC84A5
Complementary color
Monochromatic Colors of #AC84A5
Black with #AC84A5
Text Example
Text Example
White with #AC84A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC84A5; }
p { color: rgb(172,132,165); }
H1.HeaderClassName
{
color: #AC84A5;
}
.AnyTagClassName
{
color: #AC84A5;
}
</style>
background-color css
<style>
a { background-color: #AC84A5; }
a { background-color: rgb(172,132,165); }
div.DivClassName
{
background-color: #AC84A5;
}
.BgClassName
{
background-color: #AC84A5;
}
</style>
border-color css
<style>
span { border-color: #AC84A5; }
span { border-color: rgb(172,132,165); }
td.TdClassName
{
border-color: #AC84A5;
}
.TagClassName
{
border-color: #AC84A5;
}
</style>