Shades of London Hue #AC93A8
Tints of London Hue #AC93A8
RGB
CMYK
RGB Variations
Color information
#AC93A8 (or 0xAC93A8) is known color: London Hue. HEX triplet: AC, 93 and A8. RGB value is (172,147,168). Sum of RGB (Red+Green+Blue) = 172+147+168=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A8 is #536C57. Grayscale: #9C9C9C. Windows color (decimal): -5467224 or 11047852. OLE color: 11047852.
HSL color Cylindrical-coordinate representation of color #AC93A8: hue angle of 309.6º 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 #AC93A8 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 147 | 168 | - |
CMYK | 0 | 0.15 | 0.02 | 0.33 |
HSL | 309.6º | 0.13% | 0.63% | - |
HSV(B) | 309.6º | 0.15% | 0.67% | - |
XYZ | 34.51 | 32.47 | 41.49 | - |
YUV | 156.87 | 134.28 | 138.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 147 | 168 | 0 | 0.15 | 0.02 | 0.33 | 309.6 | 0.13 | 0.63 |
Hex | AC | 93 | A8 | 0 | F | 2 | 21 | 136 | D | 3F |
Octal | 254 | 223 | 250 | 0 | 17 | 2 | 41 | 466 | 15 | 77 |
Binary | 10101100 | 10010011 | 10101000 | 0 | 1111 | 10 | 100001 | 100110110 | 1101 | 111111 |
Color Harmonies of #AC93A8
Complementary color
Monochromatic Colors of #AC93A8
Black with #AC93A8
Text Example
Text Example
White with #AC93A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93A8; }
p { color: rgb(172,147,168); }
H1.HeaderClassName
{
color: #AC93A8;
}
.AnyTagClassName
{
color: #AC93A8;
}
</style>
background-color css
<style>
a { background-color: #AC93A8; }
a { background-color: rgb(172,147,168); }
div.DivClassName
{
background-color: #AC93A8;
}
.BgClassName
{
background-color: #AC93A8;
}
</style>
border-color css
<style>
span { border-color: #AC93A8; }
span { border-color: rgb(172,147,168); }
td.TdClassName
{
border-color: #AC93A8;
}
.TagClassName
{
border-color: #AC93A8;
}
</style>