Shades of London Hue #A299A0
Tints of London Hue #A299A0
RGB
CMYK
RGB Variations
Color information
#A299A0 (or 0xA299A0) is known color: London Hue. HEX triplet: A2, 99 and A0. RGB value is (162,153,160). Sum of RGB (Red+Green+Blue) = 162+153+160=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 162 - color contains mainly: red. Hex color #A299A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299A0 is #5D665F. Grayscale: #9C9C9C. Windows color (decimal): -6121056 or 10525090. OLE color: 10525090.
HSL color Cylindrical-coordinate representation of color #A299A0: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A299A0 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 160 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.36 |
| HSL | 313.33º | 0.05% | 0.62% | - |
| HSV(B) | 313.33º | 0.06% | 0.64% | - |
| XYZ | 32.64 | 33 | 37.91 | - |
| YUV | 156.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 160 | 0 | 0.06 | 0.01 | 0.36 | 313.33 | 0.05 | 0.62 |
| Hex | A2 | 99 | A0 | 0 | 6 | 1 | 24 | 139 | 5 | 3E |
| Octal | 242 | 231 | 240 | 0 | 6 | 1 | 44 | 471 | 5 | 76 |
| Binary | 10100010 | 10011001 | 10100000 | 0 | 110 | 1 | 100100 | 100111001 | 101 | 111110 |
Color Harmonies of #A299A0
Complementary color
Monochromatic Colors of #A299A0
Black with #A299A0
Text Example
Text Example
White with #A299A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A299A0; }
p { color: rgb(162,153,160); }
H1.HeaderClassName
{
color: #A299A0;
}
.AnyTagClassName
{
color: #A299A0;
}
</style>
background-color css
<style>
a { background-color: #A299A0; }
a { background-color: rgb(162,153,160); }
div.DivClassName
{
background-color: #A299A0;
}
.BgClassName
{
background-color: #A299A0;
}
</style>
border-color css
<style>
span { border-color: #A299A0; }
span { border-color: rgb(162,153,160); }
td.TdClassName
{
border-color: #A299A0;
}
.TagClassName
{
border-color: #A299A0;
}
</style>