Shades of London Hue #A28DA0
Tints of London Hue #A28DA0
RGB
CMYK
RGB Variations
Color information
#A28DA0 (or 0xA28DA0) is known color: London Hue. HEX triplet: A2, 8D and A0. RGB value is (162,141,160). Sum of RGB (Red+Green+Blue) = 162+141+160=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 162 - color contains mainly: red. Hex color #A28DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28DA0 is #5D725F. Grayscale: #959595. Windows color (decimal): -6124128 or 10522018. OLE color: 10522018.
HSL color Cylindrical-coordinate representation of color #A28DA0: hue angle of 305.71º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A28DA0 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 160 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.36 |
| HSL | 305.71º | 0.1% | 0.59% | - |
| HSV(B) | 305.71º | 0.13% | 0.64% | - |
| XYZ | 30.77 | 29.27 | 37.29 | - |
| YUV | 149.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 160 | 0 | 0.13 | 0.01 | 0.36 | 305.71 | 0.1 | 0.59 |
| Hex | A2 | 8D | A0 | 0 | D | 1 | 24 | 132 | A | 3B |
| Octal | 242 | 215 | 240 | 0 | 15 | 1 | 44 | 462 | 12 | 73 |
| Binary | 10100010 | 10001101 | 10100000 | 0 | 1101 | 1 | 100100 | 100110010 | 1010 | 111011 |
Color Harmonies of #A28DA0
Complementary color
Monochromatic Colors of #A28DA0
Black with #A28DA0
Text Example
Text Example
White with #A28DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DA0; }
p { color: rgb(162,141,160); }
H1.HeaderClassName
{
color: #A28DA0;
}
.AnyTagClassName
{
color: #A28DA0;
}
</style>
background-color css
<style>
a { background-color: #A28DA0; }
a { background-color: rgb(162,141,160); }
div.DivClassName
{
background-color: #A28DA0;
}
.BgClassName
{
background-color: #A28DA0;
}
</style>
border-color css
<style>
span { border-color: #A28DA0; }
span { border-color: rgb(162,141,160); }
td.TdClassName
{
border-color: #A28DA0;
}
.TagClassName
{
border-color: #A28DA0;
}
</style>