Shades of London Hue #AC94A6
Tints of London Hue #AC94A6
RGB
CMYK
RGB Variations
Color information
#AC94A6 (or 0xAC94A6) is known color: London Hue. HEX triplet: AC, 94 and A6. RGB value is (172,148,166). Sum of RGB (Red+Green+Blue) = 172+148+166=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #AC94A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94A6 is #536B59. Grayscale: #9D9D9D. Windows color (decimal): -5466970 or 10917036. OLE color: 10917036.
HSL color Cylindrical-coordinate representation of color #AC94A6: hue angle of 315º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC94A6 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 148 | 166 | - |
CMYK | 0 | 0.14 | 0.03 | 0.33 |
HSL | 315º | 0.13% | 0.63% | - |
HSV(B) | 315º | 0.14% | 0.67% | - |
XYZ | 34.49 | 32.7 | 40.57 | - |
YUV | 157.23 | 132.95 | 138.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 148 | 166 | 0 | 0.14 | 0.03 | 0.33 | 315 | 0.13 | 0.63 |
Hex | AC | 94 | A6 | 0 | E | 3 | 21 | 13B | D | 3F |
Octal | 254 | 224 | 246 | 0 | 16 | 3 | 41 | 473 | 15 | 77 |
Binary | 10101100 | 10010100 | 10100110 | 0 | 1110 | 11 | 100001 | 100111011 | 1101 | 111111 |
Color Harmonies of #AC94A6
Complementary color
Monochromatic Colors of #AC94A6
Black with #AC94A6
Text Example
Text Example
White with #AC94A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC94A6; }
p { color: rgb(172,148,166); }
H1.HeaderClassName
{
color: #AC94A6;
}
.AnyTagClassName
{
color: #AC94A6;
}
</style>
background-color css
<style>
a { background-color: #AC94A6; }
a { background-color: rgb(172,148,166); }
div.DivClassName
{
background-color: #AC94A6;
}
.BgClassName
{
background-color: #AC94A6;
}
</style>
border-color css
<style>
span { border-color: #AC94A6; }
span { border-color: rgb(172,148,166); }
td.TdClassName
{
border-color: #AC94A6;
}
.TagClassName
{
border-color: #AC94A6;
}
</style>