Shades of London Hue #A892A5
Tints of London Hue #A892A5
RGB
CMYK
RGB Variations
Color information
#A892A5 (or 0xA892A5) is known color: London Hue. HEX triplet: A8, 92 and A5. RGB value is (168,146,165). Sum of RGB (Red+Green+Blue) = 168+146+165=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 168 - color contains mainly: red. Hex color #A892A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A892A5 is #576D5A. Grayscale: #9A9A9A. Windows color (decimal): -5729627 or 10850984. OLE color: 10850984.
HSL color Cylindrical-coordinate representation of color #A892A5: hue angle of 308.18º 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 #A892A5 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 165 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.34 |
| HSL | 308.18º | 0.11% | 0.62% | - |
| HSV(B) | 308.18º | 0.13% | 0.66% | - |
| XYZ | 33.22 | 31.6 | 39.95 | - |
| YUV | 154.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 165 | 0 | 0.13 | 0.02 | 0.34 | 308.18 | 0.11 | 0.62 |
| Hex | A8 | 92 | A5 | 0 | D | 2 | 22 | 134 | B | 3E |
| Octal | 250 | 222 | 245 | 0 | 15 | 2 | 42 | 464 | 13 | 76 |
| Binary | 10101000 | 10010010 | 10100101 | 0 | 1101 | 10 | 100010 | 100110100 | 1011 | 111110 |
Color Harmonies of #A892A5
Complementary color
Monochromatic Colors of #A892A5
Black with #A892A5
Text Example
Text Example
White with #A892A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892A5; }
p { color: rgb(168,146,165); }
H1.HeaderClassName
{
color: #A892A5;
}
.AnyTagClassName
{
color: #A892A5;
}
</style>
background-color css
<style>
a { background-color: #A892A5; }
a { background-color: rgb(168,146,165); }
div.DivClassName
{
background-color: #A892A5;
}
.BgClassName
{
background-color: #A892A5;
}
</style>
border-color css
<style>
span { border-color: #A892A5; }
span { border-color: rgb(168,146,165); }
td.TdClassName
{
border-color: #A892A5;
}
.TagClassName
{
border-color: #A892A5;
}
</style>