Shades of London Hue #AC92B0
Tints of London Hue #AC92B0
RGB
CMYK
RGB Variations
Color information
#AC92B0 (or 0xAC92B0) is known color: London Hue. HEX triplet: AC, 92 and B0. RGB value is (172,146,176). Sum of RGB (Red+Green+Blue) = 172+146+176=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC92B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92B0 is #536D4F. Grayscale: #9D9D9D. Windows color (decimal): -5467472 or 11571884. OLE color: 11571884.
HSL color Cylindrical-coordinate representation of color #AC92B0: hue angle of 292º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC92B0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 172 | 146 | 176 | - |
CMYK | 0.02 | 0.17 | 0 | 0.31 |
HSL | 292º | 0.16% | 0.63% | - |
HSV(B) | 292º | 0.17% | 0.69% | - |
XYZ | 35.13 | 32.46 | 45.49 | - |
YUV | 157.19 | 138.61 | 138.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 146 | 176 | 0.02 | 0.17 | 0 | 0.31 | 292 | 0.16 | 0.63 |
Hex | AC | 92 | B0 | 2 | 11 | 0 | 1F | 124 | 10 | 3F |
Octal | 254 | 222 | 260 | 2 | 21 | 0 | 37 | 444 | 20 | 77 |
Binary | 10101100 | 10010010 | 10110000 | 10 | 10001 | 0 | 11111 | 100100100 | 10000 | 111111 |
Color Harmonies of #AC92B0
Complementary color
Monochromatic Colors of #AC92B0
Black with #AC92B0
Text Example
Text Example
White with #AC92B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC92B0; }
p { color: rgb(172,146,176); }
H1.HeaderClassName
{
color: #AC92B0;
}
.AnyTagClassName
{
color: #AC92B0;
}
</style>
background-color css
<style>
a { background-color: #AC92B0; }
a { background-color: rgb(172,146,176); }
div.DivClassName
{
background-color: #AC92B0;
}
.BgClassName
{
background-color: #AC92B0;
}
</style>
border-color css
<style>
span { border-color: #AC92B0; }
span { border-color: rgb(172,146,176); }
td.TdClassName
{
border-color: #AC92B0;
}
.TagClassName
{
border-color: #AC92B0;
}
</style>