Shades of Shady Lady #A28D94
Tints of Shady Lady #A28D94
RGB
CMYK
RGB Variations
Color information
#A28D94 (or 0xA28D94) is known color: Shady Lady. HEX triplet: A2, 8D and 94. RGB value is (162,141,148). Sum of RGB (Red+Green+Blue) = 162+141+148=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28D94 is #5D726B. Grayscale: #949494. Windows color (decimal): -6124140 or 9735586. OLE color: 9735586.
HSL color Cylindrical-coordinate representation of color #A28D94: hue angle of 340º 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 #A28D94 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 148 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.36 |
| HSL | 340º | 0.1% | 0.59% | - |
| HSV(B) | 340º | 0.13% | 0.64% | - |
| XYZ | 29.77 | 28.87 | 32.02 | - |
| YUV | 148.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 148 | 0 | 0.13 | 0.09 | 0.36 | 340 | 0.1 | 0.59 |
| Hex | A2 | 8D | 94 | 0 | D | 9 | 24 | 154 | A | 3B |
| Octal | 242 | 215 | 224 | 0 | 15 | 11 | 44 | 524 | 12 | 73 |
| Binary | 10100010 | 10001101 | 10010100 | 0 | 1101 | 1001 | 100100 | 101010100 | 1010 | 111011 |
Color Harmonies of #A28D94
Complementary color
Monochromatic Colors of #A28D94
Black with #A28D94
Text Example
Text Example
White with #A28D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D94; }
p { color: rgb(162,141,148); }
H1.HeaderClassName
{
color: #A28D94;
}
.AnyTagClassName
{
color: #A28D94;
}
</style>
background-color css
<style>
a { background-color: #A28D94; }
a { background-color: rgb(162,141,148); }
div.DivClassName
{
background-color: #A28D94;
}
.BgClassName
{
background-color: #A28D94;
}
</style>
border-color css
<style>
span { border-color: #A28D94; }
span { border-color: rgb(162,141,148); }
td.TdClassName
{
border-color: #A28D94;
}
.TagClassName
{
border-color: #A28D94;
}
</style>