Shades of London Hue #AC80AA
Tints of London Hue #AC80AA
RGB
CMYK
RGB Variations
Color information
#AC80AA (or 0xAC80AA) is known color: London Hue. HEX triplet: AC, 80 and AA. RGB value is (172,128,170). Sum of RGB (Red+Green+Blue) = 172+128+170=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC80AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC80AA is #537F55. Grayscale: #919191. Windows color (decimal): -5472086 or 11174060. OLE color: 11174060.
HSL color Cylindrical-coordinate representation of color #AC80AA: hue angle of 302.73º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC80AA is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 170 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.33 |
| HSL | 302.73º | 0.21% | 0.59% | - |
| HSV(B) | 302.73º | 0.26% | 0.67% | - |
| XYZ | 31.99 | 27.11 | 41.58 | - |
| YUV | 145.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 170 | 0 | 0.26 | 0.01 | 0.33 | 302.73 | 0.21 | 0.59 |
| Hex | AC | 80 | AA | 0 | 1A | 1 | 21 | 12F | 15 | 3B |
| Octal | 254 | 200 | 252 | 0 | 32 | 1 | 41 | 457 | 25 | 73 |
| Binary | 10101100 | 10000000 | 10101010 | 0 | 11010 | 1 | 100001 | 100101111 | 10101 | 111011 |
Color Harmonies of #AC80AA
Complementary color
Monochromatic Colors of #AC80AA
Black with #AC80AA
Text Example
Text Example
White with #AC80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80AA; }
p { color: rgb(172,128,170); }
H1.HeaderClassName
{
color: #AC80AA;
}
.AnyTagClassName
{
color: #AC80AA;
}
</style>
background-color css
<style>
a { background-color: #AC80AA; }
a { background-color: rgb(172,128,170); }
div.DivClassName
{
background-color: #AC80AA;
}
.BgClassName
{
background-color: #AC80AA;
}
</style>
border-color css
<style>
span { border-color: #AC80AA; }
span { border-color: rgb(172,128,170); }
td.TdClassName
{
border-color: #AC80AA;
}
.TagClassName
{
border-color: #AC80AA;
}
</style>