Shades of Shady Lady #A28F99
Tints of Shady Lady #A28F99
RGB
CMYK
RGB Variations
Color information
#A28F99 (or 0xA28F99) is known color: Shady Lady. HEX triplet: A2, 8F and 99. RGB value is (162,143,153). Sum of RGB (Red+Green+Blue) = 162+143+153=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28F99 is #5D7066. Grayscale: #959595. Windows color (decimal): -6123623 or 10063778. OLE color: 10063778.
HSL color Cylindrical-coordinate representation of color #A28F99: hue angle of 328.42º degrees, saturation: 0.09, 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 #A28F99 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 153 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.36 |
| HSL | 328.42º | 0.09% | 0.6% | - |
| HSV(B) | 328.42º | 0.12% | 0.64% | - |
| XYZ | 30.47 | 29.63 | 34.25 | - |
| YUV | 149.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 153 | 0 | 0.12 | 0.06 | 0.36 | 328.42 | 0.09 | 0.6 |
| Hex | A2 | 8F | 99 | 0 | C | 6 | 24 | 148 | 9 | 3C |
| Octal | 242 | 217 | 231 | 0 | 14 | 6 | 44 | 510 | 11 | 74 |
| Binary | 10100010 | 10001111 | 10011001 | 0 | 1100 | 110 | 100100 | 101001000 | 1001 | 111100 |
Color Harmonies of #A28F99
Complementary color
Monochromatic Colors of #A28F99
Black with #A28F99
Text Example
Text Example
White with #A28F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F99; }
p { color: rgb(162,143,153); }
H1.HeaderClassName
{
color: #A28F99;
}
.AnyTagClassName
{
color: #A28F99;
}
</style>
background-color css
<style>
a { background-color: #A28F99; }
a { background-color: rgb(162,143,153); }
div.DivClassName
{
background-color: #A28F99;
}
.BgClassName
{
background-color: #A28F99;
}
</style>
border-color css
<style>
span { border-color: #A28F99; }
span { border-color: rgb(162,143,153); }
td.TdClassName
{
border-color: #A28F99;
}
.TagClassName
{
border-color: #A28F99;
}
</style>