Shades of London Hue #AC8DA4
Tints of London Hue #AC8DA4
RGB
CMYK
RGB Variations
Color information
#AC8DA4 (or 0xAC8DA4) is known color: London Hue. HEX triplet: AC, 8D and A4. RGB value is (172,141,164). Sum of RGB (Red+Green+Blue) = 172+141+164=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8DA4 is #53725B. Grayscale: #989898. Windows color (decimal): -5468764 or 10784172. OLE color: 10784172.
HSL color Cylindrical-coordinate representation of color #AC8DA4: hue angle of 315.48º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC8DA4 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 141 | 164 | - |
CMYK | 0 | 0.18 | 0.05 | 0.33 |
HSL | 315.48º | 0.16% | 0.61% | - |
HSV(B) | 315.48º | 0.18% | 0.67% | - |
XYZ | 33.24 | 30.5 | 39.26 | - |
YUV | 152.89 | 134.27 | 141.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 141 | 164 | 0 | 0.18 | 0.05 | 0.33 | 315.48 | 0.16 | 0.61 |
Hex | AC | 8D | A4 | 0 | 12 | 5 | 21 | 13B | 10 | 3D |
Octal | 254 | 215 | 244 | 0 | 22 | 5 | 41 | 473 | 20 | 75 |
Binary | 10101100 | 10001101 | 10100100 | 0 | 10010 | 101 | 100001 | 100111011 | 10000 | 111101 |
Color Harmonies of #AC8DA4
Complementary color
Monochromatic Colors of #AC8DA4
Black with #AC8DA4
Text Example
Text Example
White with #AC8DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8DA4; }
p { color: rgb(172,141,164); }
H1.HeaderClassName
{
color: #AC8DA4;
}
.AnyTagClassName
{
color: #AC8DA4;
}
</style>
background-color css
<style>
a { background-color: #AC8DA4; }
a { background-color: rgb(172,141,164); }
div.DivClassName
{
background-color: #AC8DA4;
}
.BgClassName
{
background-color: #AC8DA4;
}
</style>
border-color css
<style>
span { border-color: #AC8DA4; }
span { border-color: rgb(172,141,164); }
td.TdClassName
{
border-color: #AC8DA4;
}
.TagClassName
{
border-color: #AC8DA4;
}
</style>