Shades of London Hue #A992A4
Tints of London Hue #A992A4
RGB
CMYK
RGB Variations
Color information
#A992A4 (or 0xA992A4) is known color: London Hue. HEX triplet: A9, 92 and A4. RGB value is (169,146,164). Sum of RGB (Red+Green+Blue) = 169+146+164=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 169 - color contains mainly: red. Hex color #A992A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992A4 is #566D5B. Grayscale: #9A9A9A. Windows color (decimal): -5664092 or 10785449. OLE color: 10785449.
HSL color Cylindrical-coordinate representation of color #A992A4: hue angle of 313.04º 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 #A992A4 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 164 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.34 |
| HSL | 313.04º | 0.12% | 0.62% | - |
| HSV(B) | 313.04º | 0.14% | 0.66% | - |
| XYZ | 33.34 | 31.67 | 39.48 | - |
| YUV | 154.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 164 | 0 | 0.14 | 0.03 | 0.34 | 313.04 | 0.12 | 0.62 |
| Hex | A9 | 92 | A4 | 0 | E | 3 | 22 | 139 | C | 3E |
| Octal | 251 | 222 | 244 | 0 | 16 | 3 | 42 | 471 | 14 | 76 |
| Binary | 10101001 | 10010010 | 10100100 | 0 | 1110 | 11 | 100010 | 100111001 | 1100 | 111110 |
Color Harmonies of #A992A4
Complementary color
Monochromatic Colors of #A992A4
Black with #A992A4
Text Example
Text Example
White with #A992A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992A4; }
p { color: rgb(169,146,164); }
H1.HeaderClassName
{
color: #A992A4;
}
.AnyTagClassName
{
color: #A992A4;
}
</style>
background-color css
<style>
a { background-color: #A992A4; }
a { background-color: rgb(169,146,164); }
div.DivClassName
{
background-color: #A992A4;
}
.BgClassName
{
background-color: #A992A4;
}
</style>
border-color css
<style>
span { border-color: #A992A4; }
span { border-color: rgb(169,146,164); }
td.TdClassName
{
border-color: #A992A4;
}
.TagClassName
{
border-color: #A992A4;
}
</style>