Shades of London Hue #AC92A6
Tints of London Hue #AC92A6
RGB
CMYK
RGB Variations
Color information
#AC92A6 (or 0xAC92A6) is known color: London Hue. HEX triplet: AC, 92 and A6. RGB value is (172,146,166). Sum of RGB (Red+Green+Blue) = 172+146+166=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC92A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92A6 is #536D59. Grayscale: #9C9C9C. Windows color (decimal): -5467482 or 10916524. OLE color: 10916524.
HSL color Cylindrical-coordinate representation of color #AC92A6: hue angle of 313.85º 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 #AC92A6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 166 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.33 |
| HSL | 313.85º | 0.14% | 0.62% | - |
| HSV(B) | 313.85º | 0.15% | 0.67% | - |
| XYZ | 34.18 | 32.08 | 40.47 | - |
| YUV | 156.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 166 | 0 | 0.15 | 0.03 | 0.33 | 313.85 | 0.14 | 0.62 |
| Hex | AC | 92 | A6 | 0 | F | 3 | 21 | 13A | E | 3E |
| Octal | 254 | 222 | 246 | 0 | 17 | 3 | 41 | 472 | 16 | 76 |
| Binary | 10101100 | 10010010 | 10100110 | 0 | 1111 | 11 | 100001 | 100111010 | 1110 | 111110 |
Color Harmonies of #AC92A6
Complementary color
Monochromatic Colors of #AC92A6
Black with #AC92A6
Text Example
Text Example
White with #AC92A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC92A6; }
p { color: rgb(172,146,166); }
H1.HeaderClassName
{
color: #AC92A6;
}
.AnyTagClassName
{
color: #AC92A6;
}
</style>
background-color css
<style>
a { background-color: #AC92A6; }
a { background-color: rgb(172,146,166); }
div.DivClassName
{
background-color: #AC92A6;
}
.BgClassName
{
background-color: #AC92A6;
}
</style>
border-color css
<style>
span { border-color: #AC92A6; }
span { border-color: rgb(172,146,166); }
td.TdClassName
{
border-color: #AC92A6;
}
.TagClassName
{
border-color: #AC92A6;
}
</style>