Shades of London Hue #A892A3
Tints of London Hue #A892A3
RGB
CMYK
RGB Variations
Color information
#A892A3 (or 0xA892A3) is known color: London Hue. HEX triplet: A8, 92 and A3. RGB value is (168,146,163). Sum of RGB (Red+Green+Blue) = 168+146+163=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 168 - color contains mainly: red. Hex color #A892A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A892A3 is #576D5C. Grayscale: #9A9A9A. Windows color (decimal): -5729629 or 10719912. OLE color: 10719912.
HSL color Cylindrical-coordinate representation of color #A892A3: hue angle of 313.64º 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 #A892A3 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 163 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.34 |
| HSL | 313.64º | 0.11% | 0.62% | - |
| HSV(B) | 313.64º | 0.13% | 0.66% | - |
| XYZ | 33.04 | 31.53 | 38.99 | - |
| YUV | 154.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 163 | 0 | 0.13 | 0.03 | 0.34 | 313.64 | 0.11 | 0.62 |
| Hex | A8 | 92 | A3 | 0 | D | 3 | 22 | 13A | B | 3E |
| Octal | 250 | 222 | 243 | 0 | 15 | 3 | 42 | 472 | 13 | 76 |
| Binary | 10101000 | 10010010 | 10100011 | 0 | 1101 | 11 | 100010 | 100111010 | 1011 | 111110 |
Color Harmonies of #A892A3
Complementary color
Monochromatic Colors of #A892A3
Black with #A892A3
Text Example
Text Example
White with #A892A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892A3; }
p { color: rgb(168,146,163); }
H1.HeaderClassName
{
color: #A892A3;
}
.AnyTagClassName
{
color: #A892A3;
}
</style>
background-color css
<style>
a { background-color: #A892A3; }
a { background-color: rgb(168,146,163); }
div.DivClassName
{
background-color: #A892A3;
}
.BgClassName
{
background-color: #A892A3;
}
</style>
border-color css
<style>
span { border-color: #A892A3; }
span { border-color: rgb(168,146,163); }
td.TdClassName
{
border-color: #A892A3;
}
.TagClassName
{
border-color: #A892A3;
}
</style>