Shades of London Hue #AC90AF
Tints of London Hue #AC90AF
RGB
CMYK
RGB Variations
Color information
#AC90AF (or 0xAC90AF) is known color: London Hue. HEX triplet: AC, 90 and AF. RGB value is (172,144,175). Sum of RGB (Red+Green+Blue) = 172+144+175=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC90AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC90AF is #536F50. Grayscale: #9B9B9B. Windows color (decimal): -5467985 or 11505836. OLE color: 11505836.
HSL color Cylindrical-coordinate representation of color #AC90AF: hue angle of 294.19º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC90AF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 144 | 175 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.31 |
| HSL | 294.19º | 0.16% | 0.63% | - |
| HSV(B) | 294.19º | 0.18% | 0.69% | - |
| XYZ | 34.72 | 31.81 | 44.87 | - |
| YUV | 155.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 175 | 0.02 | 0.18 | 0 | 0.31 | 294.19 | 0.16 | 0.63 |
| Hex | AC | 90 | AF | 2 | 12 | 0 | 1F | 126 | 10 | 3F |
| Octal | 254 | 220 | 257 | 2 | 22 | 0 | 37 | 446 | 20 | 77 |
| Binary | 10101100 | 10010000 | 10101111 | 10 | 10010 | 0 | 11111 | 100100110 | 10000 | 111111 |
Color Harmonies of #AC90AF
Complementary color
Monochromatic Colors of #AC90AF
Black with #AC90AF
Text Example
Text Example
White with #AC90AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC90AF; }
p { color: rgb(172,144,175); }
H1.HeaderClassName
{
color: #AC90AF;
}
.AnyTagClassName
{
color: #AC90AF;
}
</style>
background-color css
<style>
a { background-color: #AC90AF; }
a { background-color: rgb(172,144,175); }
div.DivClassName
{
background-color: #AC90AF;
}
.BgClassName
{
background-color: #AC90AF;
}
</style>
border-color css
<style>
span { border-color: #AC90AF; }
span { border-color: rgb(172,144,175); }
td.TdClassName
{
border-color: #AC90AF;
}
.TagClassName
{
border-color: #AC90AF;
}
</style>