Shades of London Hue #AC93A6
Tints of London Hue #AC93A6
RGB
CMYK
RGB Variations
Color information
#AC93A6 (or 0xAC93A6) is known color: London Hue. HEX triplet: AC, 93 and A6. RGB value is (172,147,166). Sum of RGB (Red+Green+Blue) = 172+147+166=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A6 is #536C59. Grayscale: #9C9C9C. Windows color (decimal): -5467226 or 10916780. OLE color: 10916780.
HSL color Cylindrical-coordinate representation of color #AC93A6: hue angle of 314.4º 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 #AC93A6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 166 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.33 |
| HSL | 314.4º | 0.13% | 0.63% | - |
| HSV(B) | 314.4º | 0.15% | 0.67% | - |
| XYZ | 34.33 | 32.39 | 40.52 | - |
| YUV | 156.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 166 | 0 | 0.15 | 0.03 | 0.33 | 314.4 | 0.13 | 0.63 |
| Hex | AC | 93 | A6 | 0 | F | 3 | 21 | 13A | D | 3F |
| Octal | 254 | 223 | 246 | 0 | 17 | 3 | 41 | 472 | 15 | 77 |
| Binary | 10101100 | 10010011 | 10100110 | 0 | 1111 | 11 | 100001 | 100111010 | 1101 | 111111 |
Color Harmonies of #AC93A6
Complementary color
Monochromatic Colors of #AC93A6
Black with #AC93A6
Text Example
Text Example
White with #AC93A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93A6; }
p { color: rgb(172,147,166); }
H1.HeaderClassName
{
color: #AC93A6;
}
.AnyTagClassName
{
color: #AC93A6;
}
</style>
background-color css
<style>
a { background-color: #AC93A6; }
a { background-color: rgb(172,147,166); }
div.DivClassName
{
background-color: #AC93A6;
}
.BgClassName
{
background-color: #AC93A6;
}
</style>
border-color css
<style>
span { border-color: #AC93A6; }
span { border-color: rgb(172,147,166); }
td.TdClassName
{
border-color: #AC93A6;
}
.TagClassName
{
border-color: #AC93A6;
}
</style>