Shades of London Hue #A992A7
Tints of London Hue #A992A7
RGB
CMYK
RGB Variations
Color information
#A992A7 (or 0xA992A7) is known color: London Hue. HEX triplet: A9, 92 and A7. RGB value is (169,146,167). Sum of RGB (Red+Green+Blue) = 169+146+167=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A992A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992A7 is #566D58. Grayscale: #9B9B9B. Windows color (decimal): -5664089 or 10982057. OLE color: 10982057.
HSL color Cylindrical-coordinate representation of color #A992A7: hue angle of 305.22º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A992A7 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 167 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.34 |
| HSL | 305.22º | 0.12% | 0.62% | - |
| HSV(B) | 305.22º | 0.14% | 0.66% | - |
| XYZ | 33.62 | 31.78 | 40.92 | - |
| YUV | 155.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 167 | 0 | 0.14 | 0.01 | 0.34 | 305.22 | 0.12 | 0.62 |
| Hex | A9 | 92 | A7 | 0 | E | 1 | 22 | 131 | C | 3E |
| Octal | 251 | 222 | 247 | 0 | 16 | 1 | 42 | 461 | 14 | 76 |
| Binary | 10101001 | 10010010 | 10100111 | 0 | 1110 | 1 | 100010 | 100110001 | 1100 | 111110 |
Color Harmonies of #A992A7
Complementary color
Monochromatic Colors of #A992A7
Black with #A992A7
Text Example
Text Example
White with #A992A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992A7; }
p { color: rgb(169,146,167); }
H1.HeaderClassName
{
color: #A992A7;
}
.AnyTagClassName
{
color: #A992A7;
}
</style>
background-color css
<style>
a { background-color: #A992A7; }
a { background-color: rgb(169,146,167); }
div.DivClassName
{
background-color: #A992A7;
}
.BgClassName
{
background-color: #A992A7;
}
</style>
border-color css
<style>
span { border-color: #A992A7; }
span { border-color: rgb(169,146,167); }
td.TdClassName
{
border-color: #A992A7;
}
.TagClassName
{
border-color: #A992A7;
}
</style>