Shades of Shady Lady #A28C95
Tints of Shady Lady #A28C95
RGB
CMYK
RGB Variations
Color information
#A28C95 (or 0xA28C95) is known color: Shady Lady. HEX triplet: A2, 8C and 95. RGB value is (162,140,149). Sum of RGB (Red+Green+Blue) = 162+140+149=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C95 is #5D736A. Grayscale: #939393. Windows color (decimal): -6124395 or 9800866. OLE color: 9800866.
HSL color Cylindrical-coordinate representation of color #A28C95: hue angle of 335.45º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A28C95 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 149 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.36 |
| HSL | 335.45º | 0.11% | 0.59% | - |
| HSV(B) | 335.45º | 0.14% | 0.64% | - |
| XYZ | 29.7 | 28.61 | 32.39 | - |
| YUV | 147.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 149 | 0 | 0.14 | 0.08 | 0.36 | 335.45 | 0.11 | 0.59 |
| Hex | A2 | 8C | 95 | 0 | E | 8 | 24 | 14F | B | 3B |
| Octal | 242 | 214 | 225 | 0 | 16 | 10 | 44 | 517 | 13 | 73 |
| Binary | 10100010 | 10001100 | 10010101 | 0 | 1110 | 1000 | 100100 | 101001111 | 1011 | 111011 |
Color Harmonies of #A28C95
Complementary color
Monochromatic Colors of #A28C95
Black with #A28C95
Text Example
Text Example
White with #A28C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C95; }
p { color: rgb(162,140,149); }
H1.HeaderClassName
{
color: #A28C95;
}
.AnyTagClassName
{
color: #A28C95;
}
</style>
background-color css
<style>
a { background-color: #A28C95; }
a { background-color: rgb(162,140,149); }
div.DivClassName
{
background-color: #A28C95;
}
.BgClassName
{
background-color: #A28C95;
}
</style>
border-color css
<style>
span { border-color: #A28C95; }
span { border-color: rgb(162,140,149); }
td.TdClassName
{
border-color: #A28C95;
}
.TagClassName
{
border-color: #A28C95;
}
</style>