Shades of London Hue #AC97AC
Tints of London Hue #AC97AC
RGB
CMYK
RGB Variations
Color information
#AC97AC (or 0xAC97AC) is known color: London Hue. HEX triplet: AC, 97 and AC. RGB value is (172,151,172). Sum of RGB (Red+Green+Blue) = 172+151+172=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC97AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC97AC is #536853. Grayscale: #9F9F9F. Windows color (decimal): -5466196 or 11311020. OLE color: 11311020.
HSL color Cylindrical-coordinate representation of color #AC97AC: hue angle of 300º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC97AC is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 151 | 172 | - |
CMYK | 0 | 0.12 | 0 | 0.33 |
HSL | 300º | 0.11% | 0.63% | - |
HSV(B) | 300º | 0.12% | 0.67% | - |
XYZ | 35.53 | 33.88 | 43.7 | - |
YUV | 159.67 | 134.96 | 136.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 151 | 172 | 0 | 0.12 | 0 | 0.33 | 300 | 0.11 | 0.63 |
Hex | AC | 97 | AC | 0 | C | 0 | 21 | 12C | B | 3F |
Octal | 254 | 227 | 254 | 0 | 14 | 0 | 41 | 454 | 13 | 77 |
Binary | 10101100 | 10010111 | 10101100 | 0 | 1100 | 0 | 100001 | 100101100 | 1011 | 111111 |
Color Harmonies of #AC97AC
Complementary color
Monochromatic Colors of #AC97AC
Black with #AC97AC
Text Example
Text Example
White with #AC97AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC97AC; }
p { color: rgb(172,151,172); }
H1.HeaderClassName
{
color: #AC97AC;
}
.AnyTagClassName
{
color: #AC97AC;
}
</style>
background-color css
<style>
a { background-color: #AC97AC; }
a { background-color: rgb(172,151,172); }
div.DivClassName
{
background-color: #AC97AC;
}
.BgClassName
{
background-color: #AC97AC;
}
</style>
border-color css
<style>
span { border-color: #AC97AC; }
span { border-color: rgb(172,151,172); }
td.TdClassName
{
border-color: #AC97AC;
}
.TagClassName
{
border-color: #AC97AC;
}
</style>