Shades of London Hue #AC93AA
Tints of London Hue #AC93AA
RGB
CMYK
RGB Variations
Color information
#AC93AA (or 0xAC93AA) is known color: London Hue. HEX triplet: AC, 93 and AA. RGB value is (172,147,170). Sum of RGB (Red+Green+Blue) = 172+147+170=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93AA is #536C55. Grayscale: #9D9D9D. Windows color (decimal): -5467222 or 11178924. OLE color: 11178924.
HSL color Cylindrical-coordinate representation of color #AC93AA: hue angle of 304.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC93AA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 170 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.33 |
| HSL | 304.8º | 0.13% | 0.63% | - |
| HSV(B) | 304.8º | 0.15% | 0.67% | - |
| XYZ | 34.7 | 32.54 | 42.48 | - |
| YUV | 157.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 170 | 0 | 0.15 | 0.01 | 0.33 | 304.8 | 0.13 | 0.63 |
| Hex | AC | 93 | AA | 0 | F | 1 | 21 | 131 | D | 3F |
| Octal | 254 | 223 | 252 | 0 | 17 | 1 | 41 | 461 | 15 | 77 |
| Binary | 10101100 | 10010011 | 10101010 | 0 | 1111 | 1 | 100001 | 100110001 | 1101 | 111111 |
Color Harmonies of #AC93AA
Complementary color
Monochromatic Colors of #AC93AA
Black with #AC93AA
Text Example
Text Example
White with #AC93AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93AA; }
p { color: rgb(172,147,170); }
H1.HeaderClassName
{
color: #AC93AA;
}
.AnyTagClassName
{
color: #AC93AA;
}
</style>
background-color css
<style>
a { background-color: #AC93AA; }
a { background-color: rgb(172,147,170); }
div.DivClassName
{
background-color: #AC93AA;
}
.BgClassName
{
background-color: #AC93AA;
}
</style>
border-color css
<style>
span { border-color: #AC93AA; }
span { border-color: rgb(172,147,170); }
td.TdClassName
{
border-color: #AC93AA;
}
.TagClassName
{
border-color: #AC93AA;
}
</style>