Shades of London Hue #AC92AC
Tints of London Hue #AC92AC
RGB
CMYK
RGB Variations
Color information
#AC92AC (or 0xAC92AC) is known color: London Hue. HEX triplet: AC, 92 and AC. RGB value is (172,146,172). Sum of RGB (Red+Green+Blue) = 172+146+172=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC92AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92AC is #536D53. Grayscale: #9C9C9C. Windows color (decimal): -5467476 or 11309740. OLE color: 11309740.
HSL color Cylindrical-coordinate representation of color #AC92AC: hue angle of 300º 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 #AC92AC is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 146 | 172 | - |
CMYK | 0 | 0.15 | 0 | 0.33 |
HSL | 300º | 0.14% | 0.62% | - |
HSV(B) | 300º | 0.15% | 0.67% | - |
XYZ | 34.74 | 32.31 | 43.43 | - |
YUV | 156.74 | 136.61 | 138.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 146 | 172 | 0 | 0.15 | 0 | 0.33 | 300 | 0.14 | 0.62 |
Hex | AC | 92 | AC | 0 | F | 0 | 21 | 12C | E | 3E |
Octal | 254 | 222 | 254 | 0 | 17 | 0 | 41 | 454 | 16 | 76 |
Binary | 10101100 | 10010010 | 10101100 | 0 | 1111 | 0 | 100001 | 100101100 | 1110 | 111110 |
Color Harmonies of #AC92AC
Complementary color
Monochromatic Colors of #AC92AC
Black with #AC92AC
Text Example
Text Example
White with #AC92AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC92AC; }
p { color: rgb(172,146,172); }
H1.HeaderClassName
{
color: #AC92AC;
}
.AnyTagClassName
{
color: #AC92AC;
}
</style>
background-color css
<style>
a { background-color: #AC92AC; }
a { background-color: rgb(172,146,172); }
div.DivClassName
{
background-color: #AC92AC;
}
.BgClassName
{
background-color: #AC92AC;
}
</style>
border-color css
<style>
span { border-color: #AC92AC; }
span { border-color: rgb(172,146,172); }
td.TdClassName
{
border-color: #AC92AC;
}
.TagClassName
{
border-color: #AC92AC;
}
</style>