Shades of London Hue #AC92AA
Tints of London Hue #AC92AA
RGB
CMYK
RGB Variations
Color information
#AC92AA (or 0xAC92AA) is known color: London Hue. HEX triplet: AC, 92 and AA. RGB value is (172,146,170). Sum of RGB (Red+Green+Blue) = 172+146+170=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #AC92AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92AA is #536D55. Grayscale: #9C9C9C. Windows color (decimal): -5467478 or 11178668. OLE color: 11178668.
HSL color Cylindrical-coordinate representation of color #AC92AA: hue angle of 304.62º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC92AA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 170 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.33 |
| HSL | 304.62º | 0.14% | 0.62% | - |
| HSV(B) | 304.62º | 0.15% | 0.67% | - |
| XYZ | 34.55 | 32.23 | 42.43 | - |
| YUV | 156.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 170 | 0 | 0.15 | 0.01 | 0.33 | 304.62 | 0.14 | 0.62 |
| Hex | AC | 92 | AA | 0 | F | 1 | 21 | 131 | E | 3E |
| Octal | 254 | 222 | 252 | 0 | 17 | 1 | 41 | 461 | 16 | 76 |
| Binary | 10101100 | 10010010 | 10101010 | 0 | 1111 | 1 | 100001 | 100110001 | 1110 | 111110 |
Color Harmonies of #AC92AA
Complementary color
Monochromatic Colors of #AC92AA
Black with #AC92AA
Text Example
Text Example
White with #AC92AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC92AA; }
p { color: rgb(172,146,170); }
H1.HeaderClassName
{
color: #AC92AA;
}
.AnyTagClassName
{
color: #AC92AA;
}
</style>
background-color css
<style>
a { background-color: #AC92AA; }
a { background-color: rgb(172,146,170); }
div.DivClassName
{
background-color: #AC92AA;
}
.BgClassName
{
background-color: #AC92AA;
}
</style>
border-color css
<style>
span { border-color: #AC92AA; }
span { border-color: rgb(172,146,170); }
td.TdClassName
{
border-color: #AC92AA;
}
.TagClassName
{
border-color: #AC92AA;
}
</style>