Shades of London Hue #AC91AC
Tints of London Hue #AC91AC
RGB
CMYK
RGB Variations
Color information
#AC91AC (or 0xAC91AC) is known color: London Hue. HEX triplet: AC, 91 and AC. RGB value is (172,145,172). Sum of RGB (Red+Green+Blue) = 172+145+172=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC91AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC91AC is #536E53. Grayscale: #9C9C9C. Windows color (decimal): -5467732 or 11309484. OLE color: 11309484.
HSL color Cylindrical-coordinate representation of color #AC91AC: 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.16%. Process color model (Four color, CMYK) of #AC91AC is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 145 | 172 | - |
CMYK | 0 | 0.16 | 0 | 0.33 |
HSL | 300º | 0.14% | 0.62% | - |
HSV(B) | 300º | 0.16% | 0.67% | - |
XYZ | 34.59 | 32 | 43.38 | - |
YUV | 156.15 | 136.95 | 139.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 145 | 172 | 0 | 0.16 | 0 | 0.33 | 300 | 0.14 | 0.62 |
Hex | AC | 91 | AC | 0 | 10 | 0 | 21 | 12C | E | 3E |
Octal | 254 | 221 | 254 | 0 | 20 | 0 | 41 | 454 | 16 | 76 |
Binary | 10101100 | 10010001 | 10101100 | 0 | 10000 | 0 | 100001 | 100101100 | 1110 | 111110 |
Color Harmonies of #AC91AC
Complementary color
Monochromatic Colors of #AC91AC
Black with #AC91AC
Text Example
Text Example
White with #AC91AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC91AC; }
p { color: rgb(172,145,172); }
H1.HeaderClassName
{
color: #AC91AC;
}
.AnyTagClassName
{
color: #AC91AC;
}
</style>
background-color css
<style>
a { background-color: #AC91AC; }
a { background-color: rgb(172,145,172); }
div.DivClassName
{
background-color: #AC91AC;
}
.BgClassName
{
background-color: #AC91AC;
}
</style>
border-color css
<style>
span { border-color: #AC91AC; }
span { border-color: rgb(172,145,172); }
td.TdClassName
{
border-color: #AC91AC;
}
.TagClassName
{
border-color: #AC91AC;
}
</style>