Shades of London Hue #AC90AC
Tints of London Hue #AC90AC
RGB
CMYK
RGB Variations
Color information
#AC90AC (or 0xAC90AC) is known color: London Hue. HEX triplet: AC, 90 and AC. RGB value is (172,144,172). Sum of RGB (Red+Green+Blue) = 172+144+172=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC90AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC90AC is #536F53. Grayscale: #9B9B9B. Windows color (decimal): -5467988 or 11309228. OLE color: 11309228.
HSL color Cylindrical-coordinate representation of color #AC90AC: hue angle of 300º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC90AC is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 172 | - |
| CMYK | 0 | 0.16 | 0 | 0.33 |
| HSL | 300º | 0.14% | 0.62% | - |
| HSV(B) | 300º | 0.16% | 0.67% | - |
| XYZ | 34.43 | 31.7 | 43.33 | - |
| YUV | 155.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 172 | 0 | 0.16 | 0 | 0.33 | 300 | 0.14 | 0.62 |
| Hex | AC | 90 | AC | 0 | 10 | 0 | 21 | 12C | E | 3E |
| Octal | 254 | 220 | 254 | 0 | 20 | 0 | 41 | 454 | 16 | 76 |
| Binary | 10101100 | 10010000 | 10101100 | 0 | 10000 | 0 | 100001 | 100101100 | 1110 | 111110 |
Color Harmonies of #AC90AC
Complementary color
Monochromatic Colors of #AC90AC
Black with #AC90AC
Text Example
Text Example
White with #AC90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90AC; }
p { color: rgb(172,144,172); }
H1.HeaderClassName
{
color: #AC90AC;
}
.AnyTagClassName
{
color: #AC90AC;
}
</style>
background-color css
<style>
a { background-color: #AC90AC; }
a { background-color: rgb(172,144,172); }
div.DivClassName
{
background-color: #AC90AC;
}
.BgClassName
{
background-color: #AC90AC;
}
</style>
border-color css
<style>
span { border-color: #AC90AC; }
span { border-color: rgb(172,144,172); }
td.TdClassName
{
border-color: #AC90AC;
}
.TagClassName
{
border-color: #AC90AC;
}
</style>