Shades of Shady Lady #A28C90
Tints of Shady Lady #A28C90
RGB
CMYK
RGB Variations
Color information
#A28C90 (or 0xA28C90) is known color: Shady Lady. HEX triplet: A2, 8C and 90. RGB value is (162,140,144). Sum of RGB (Red+Green+Blue) = 162+140+144=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C90 is #5D736F. Grayscale: #939393. Windows color (decimal): -6124400 or 9473186. OLE color: 9473186.
HSL color Cylindrical-coordinate representation of color #A28C90: hue angle of 349.09º 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 #A28C90 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 144 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.36 |
| HSL | 349.09º | 0.11% | 0.59% | - |
| HSV(B) | 349.09º | 0.14% | 0.64% | - |
| XYZ | 29.31 | 28.45 | 30.33 | - |
| YUV | 147.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 144 | 0 | 0.14 | 0.11 | 0.36 | 349.09 | 0.11 | 0.59 |
| Hex | A2 | 8C | 90 | 0 | E | B | 24 | 15D | B | 3B |
| Octal | 242 | 214 | 220 | 0 | 16 | 13 | 44 | 535 | 13 | 73 |
| Binary | 10100010 | 10001100 | 10010000 | 0 | 1110 | 1011 | 100100 | 101011101 | 1011 | 111011 |
Color Harmonies of #A28C90
Complementary color
Monochromatic Colors of #A28C90
Black with #A28C90
Text Example
Text Example
White with #A28C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C90; }
p { color: rgb(162,140,144); }
H1.HeaderClassName
{
color: #A28C90;
}
.AnyTagClassName
{
color: #A28C90;
}
</style>
background-color css
<style>
a { background-color: #A28C90; }
a { background-color: rgb(162,140,144); }
div.DivClassName
{
background-color: #A28C90;
}
.BgClassName
{
background-color: #A28C90;
}
</style>
border-color css
<style>
span { border-color: #A28C90; }
span { border-color: rgb(162,140,144); }
td.TdClassName
{
border-color: #A28C90;
}
.TagClassName
{
border-color: #A28C90;
}
</style>