Shades of Shady Lady #A28890
Tints of Shady Lady #A28890
RGB
CMYK
RGB Variations
Color information
#A28890 (or 0xA28890) is known color: Shady Lady. HEX triplet: A2, 88 and 90. RGB value is (162,136,144). Sum of RGB (Red+Green+Blue) = 162+136+144=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A28890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28890 is #5D776F. Grayscale: #909090. Windows color (decimal): -6125424 or 9472162. OLE color: 9472162.
HSL color Cylindrical-coordinate representation of color #A28890: hue angle of 341.54º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A28890 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 144 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.36 |
| HSL | 341.54º | 0.12% | 0.58% | - |
| HSV(B) | 341.54º | 0.16% | 0.64% | - |
| XYZ | 28.74 | 27.3 | 30.14 | - |
| YUV | 144.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 144 | 0 | 0.16 | 0.11 | 0.36 | 341.54 | 0.12 | 0.58 |
| Hex | A2 | 88 | 90 | 0 | 10 | B | 24 | 156 | C | 3A |
| Octal | 242 | 210 | 220 | 0 | 20 | 13 | 44 | 526 | 14 | 72 |
| Binary | 10100010 | 10001000 | 10010000 | 0 | 10000 | 1011 | 100100 | 101010110 | 1100 | 111010 |
Color Harmonies of #A28890
Complementary color
Monochromatic Colors of #A28890
Black with #A28890
Text Example
Text Example
White with #A28890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28890; }
p { color: rgb(162,136,144); }
H1.HeaderClassName
{
color: #A28890;
}
.AnyTagClassName
{
color: #A28890;
}
</style>
background-color css
<style>
a { background-color: #A28890; }
a { background-color: rgb(162,136,144); }
div.DivClassName
{
background-color: #A28890;
}
.BgClassName
{
background-color: #A28890;
}
</style>
border-color css
<style>
span { border-color: #A28890; }
span { border-color: rgb(162,136,144); }
td.TdClassName
{
border-color: #A28890;
}
.TagClassName
{
border-color: #A28890;
}
</style>