Shades of Shady Lady #A28D96
Tints of Shady Lady #A28D96
RGB
CMYK
RGB Variations
Color information
#A28D96 (or 0xA28D96) is known color: Shady Lady. HEX triplet: A2, 8D and 96. RGB value is (162,141,150). Sum of RGB (Red+Green+Blue) = 162+141+150=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28D96 is #5D7269. Grayscale: #949494. Windows color (decimal): -6124138 or 9866658. OLE color: 9866658.
HSL color Cylindrical-coordinate representation of color #A28D96: hue angle of 334.29º 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 #A28D96 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 150 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.36 |
| HSL | 334.29º | 0.1% | 0.59% | - |
| HSV(B) | 334.29º | 0.13% | 0.64% | - |
| XYZ | 29.93 | 28.93 | 32.86 | - |
| YUV | 148.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 150 | 0 | 0.13 | 0.07 | 0.36 | 334.29 | 0.1 | 0.59 |
| Hex | A2 | 8D | 96 | 0 | D | 7 | 24 | 14E | A | 3B |
| Octal | 242 | 215 | 226 | 0 | 15 | 7 | 44 | 516 | 12 | 73 |
| Binary | 10100010 | 10001101 | 10010110 | 0 | 1101 | 111 | 100100 | 101001110 | 1010 | 111011 |
Color Harmonies of #A28D96
Complementary color
Monochromatic Colors of #A28D96
Black with #A28D96
Text Example
Text Example
White with #A28D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D96; }
p { color: rgb(162,141,150); }
H1.HeaderClassName
{
color: #A28D96;
}
.AnyTagClassName
{
color: #A28D96;
}
</style>
background-color css
<style>
a { background-color: #A28D96; }
a { background-color: rgb(162,141,150); }
div.DivClassName
{
background-color: #A28D96;
}
.BgClassName
{
background-color: #A28D96;
}
</style>
border-color css
<style>
span { border-color: #A28D96; }
span { border-color: rgb(162,141,150); }
td.TdClassName
{
border-color: #A28D96;
}
.TagClassName
{
border-color: #A28D96;
}
</style>