Shades of London Hue #A892A2
Tints of London Hue #A892A2
RGB
CMYK
RGB Variations
Color information
#A892A2 (or 0xA892A2) is known color: London Hue. HEX triplet: A8, 92 and A2. RGB value is (168,146,162). Sum of RGB (Red+Green+Blue) = 168+146+162=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 168 - color contains mainly: red. Hex color #A892A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A892A2 is #576D5D. Grayscale: #9A9A9A. Windows color (decimal): -5729630 or 10654376. OLE color: 10654376.
HSL color Cylindrical-coordinate representation of color #A892A2: hue angle of 316.36º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A892A2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 162 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.34 |
| HSL | 316.36º | 0.11% | 0.62% | - |
| HSV(B) | 316.36º | 0.13% | 0.66% | - |
| XYZ | 32.95 | 31.49 | 38.52 | - |
| YUV | 154.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 162 | 0 | 0.13 | 0.04 | 0.34 | 316.36 | 0.11 | 0.62 |
| Hex | A8 | 92 | A2 | 0 | D | 4 | 22 | 13C | B | 3E |
| Octal | 250 | 222 | 242 | 0 | 15 | 4 | 42 | 474 | 13 | 76 |
| Binary | 10101000 | 10010010 | 10100010 | 0 | 1101 | 100 | 100010 | 100111100 | 1011 | 111110 |
Color Harmonies of #A892A2
Complementary color
Monochromatic Colors of #A892A2
Black with #A892A2
Text Example
Text Example
White with #A892A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892A2; }
p { color: rgb(168,146,162); }
H1.HeaderClassName
{
color: #A892A2;
}
.AnyTagClassName
{
color: #A892A2;
}
</style>
background-color css
<style>
a { background-color: #A892A2; }
a { background-color: rgb(168,146,162); }
div.DivClassName
{
background-color: #A892A2;
}
.BgClassName
{
background-color: #A892A2;
}
</style>
border-color css
<style>
span { border-color: #A892A2; }
span { border-color: rgb(168,146,162); }
td.TdClassName
{
border-color: #A892A2;
}
.TagClassName
{
border-color: #A892A2;
}
</style>