Shades of Shady Lady #A28E95
Tints of Shady Lady #A28E95
RGB
CMYK
RGB Variations
Color information
#A28E95 (or 0xA28E95) is known color: Shady Lady. HEX triplet: A2, 8E and 95. RGB value is (162,142,149). Sum of RGB (Red+Green+Blue) = 162+142+149=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E95 is #5D716A. Grayscale: #949494. Windows color (decimal): -6123883 or 9801378. OLE color: 9801378.
HSL color Cylindrical-coordinate representation of color #A28E95: hue angle of 339º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A28E95 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 149 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.36 |
| HSL | 339º | 0.1% | 0.6% | - |
| HSV(B) | 339º | 0.12% | 0.64% | - |
| XYZ | 30 | 29.2 | 32.49 | - |
| YUV | 148.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 149 | 0 | 0.12 | 0.08 | 0.36 | 339 | 0.1 | 0.6 |
| Hex | A2 | 8E | 95 | 0 | C | 8 | 24 | 153 | A | 3C |
| Octal | 242 | 216 | 225 | 0 | 14 | 10 | 44 | 523 | 12 | 74 |
| Binary | 10100010 | 10001110 | 10010101 | 0 | 1100 | 1000 | 100100 | 101010011 | 1010 | 111100 |
Color Harmonies of #A28E95
Complementary color
Monochromatic Colors of #A28E95
Black with #A28E95
Text Example
Text Example
White with #A28E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E95; }
p { color: rgb(162,142,149); }
H1.HeaderClassName
{
color: #A28E95;
}
.AnyTagClassName
{
color: #A28E95;
}
</style>
background-color css
<style>
a { background-color: #A28E95; }
a { background-color: rgb(162,142,149); }
div.DivClassName
{
background-color: #A28E95;
}
.BgClassName
{
background-color: #A28E95;
}
</style>
border-color css
<style>
span { border-color: #A28E95; }
span { border-color: rgb(162,142,149); }
td.TdClassName
{
border-color: #A28E95;
}
.TagClassName
{
border-color: #A28E95;
}
</style>