Shades of Shady Lady #A28D92
Tints of Shady Lady #A28D92
RGB
CMYK
RGB Variations
Color information
#A28D92 (or 0xA28D92) is known color: Shady Lady. HEX triplet: A2, 8D and 92. RGB value is (162,141,146). Sum of RGB (Red+Green+Blue) = 162+141+146=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28D92 is #5D726D. Grayscale: #939393. Windows color (decimal): -6124142 or 9604514. OLE color: 9604514.
HSL color Cylindrical-coordinate representation of color #A28D92: hue angle of 345.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 #A28D92 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 146 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.36 |
| HSL | 345.71º | 0.1% | 0.59% | - |
| HSV(B) | 345.71º | 0.13% | 0.64% | - |
| XYZ | 29.61 | 28.81 | 31.19 | - |
| YUV | 147.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 146 | 0 | 0.13 | 0.10 | 0.36 | 345.71 | 0.1 | 0.59 |
| Hex | A2 | 8D | 92 | 0 | D | A | 24 | 15A | A | 3B |
| Octal | 242 | 215 | 222 | 0 | 15 | 12 | 44 | 532 | 12 | 73 |
| Binary | 10100010 | 10001101 | 10010010 | 0 | 1101 | 1010 | 100100 | 101011010 | 1010 | 111011 |
Color Harmonies of #A28D92
Complementary color
Monochromatic Colors of #A28D92
Black with #A28D92
Text Example
Text Example
White with #A28D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D92; }
p { color: rgb(162,141,146); }
H1.HeaderClassName
{
color: #A28D92;
}
.AnyTagClassName
{
color: #A28D92;
}
</style>
background-color css
<style>
a { background-color: #A28D92; }
a { background-color: rgb(162,141,146); }
div.DivClassName
{
background-color: #A28D92;
}
.BgClassName
{
background-color: #A28D92;
}
</style>
border-color css
<style>
span { border-color: #A28D92; }
span { border-color: rgb(162,141,146); }
td.TdClassName
{
border-color: #A28D92;
}
.TagClassName
{
border-color: #A28D92;
}
</style>