Shades of London Hue #A892AC
Tints of London Hue #A892AC
RGB
CMYK
RGB Variations
Color information
#A892AC (or 0xA892AC) is known color: London Hue. HEX triplet: A8, 92 and AC. RGB value is (168,146,172). Sum of RGB (Red+Green+Blue) = 168+146+172=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: blue. Hex color #A892AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A892AC is #576D53. Grayscale: #9B9B9B. Windows color (decimal): -5729620 or 11309736. OLE color: 11309736.
HSL color Cylindrical-coordinate representation of color #A892AC: hue angle of 290.77º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A892AC is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 146 | 172 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.33 |
| HSL | 290.77º | 0.14% | 0.62% | - |
| HSV(B) | 290.77º | 0.15% | 0.67% | - |
| XYZ | 33.87 | 31.86 | 43.39 | - |
| YUV | 155.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 172 | 0.02 | 0.15 | 0 | 0.33 | 290.77 | 0.14 | 0.62 |
| Hex | A8 | 92 | AC | 2 | F | 0 | 21 | 123 | E | 3E |
| Octal | 250 | 222 | 254 | 2 | 17 | 0 | 41 | 443 | 16 | 76 |
| Binary | 10101000 | 10010010 | 10101100 | 10 | 1111 | 0 | 100001 | 100100011 | 1110 | 111110 |
Color Harmonies of #A892AC
Complementary color
Monochromatic Colors of #A892AC
Black with #A892AC
Text Example
Text Example
White with #A892AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892AC; }
p { color: rgb(168,146,172); }
H1.HeaderClassName
{
color: #A892AC;
}
.AnyTagClassName
{
color: #A892AC;
}
</style>
background-color css
<style>
a { background-color: #A892AC; }
a { background-color: rgb(168,146,172); }
div.DivClassName
{
background-color: #A892AC;
}
.BgClassName
{
background-color: #A892AC;
}
</style>
border-color css
<style>
span { border-color: #A892AC; }
span { border-color: rgb(168,146,172); }
td.TdClassName
{
border-color: #A892AC;
}
.TagClassName
{
border-color: #A892AC;
}
</style>