Shades of Shady Lady #A28F93
Tints of Shady Lady #A28F93
RGB
CMYK
RGB Variations
Color information
#A28F93 (or 0xA28F93) is known color: Shady Lady. HEX triplet: A2, 8F and 93. RGB value is (162,143,147). Sum of RGB (Red+Green+Blue) = 162+143+147=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28F93 is #5D706C. Grayscale: #959595. Windows color (decimal): -6123629 or 9670562. OLE color: 9670562.
HSL color Cylindrical-coordinate representation of color #A28F93: hue angle of 347.37º 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 #A28F93 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 147 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.36 |
| HSL | 347.37º | 0.09% | 0.6% | - |
| HSV(B) | 347.37º | 0.12% | 0.64% | - |
| XYZ | 29.99 | 29.43 | 31.7 | - |
| YUV | 149.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 147 | 0 | 0.12 | 0.09 | 0.36 | 347.37 | 0.09 | 0.6 |
| Hex | A2 | 8F | 93 | 0 | C | 9 | 24 | 15B | 9 | 3C |
| Octal | 242 | 217 | 223 | 0 | 14 | 11 | 44 | 533 | 11 | 74 |
| Binary | 10100010 | 10001111 | 10010011 | 0 | 1100 | 1001 | 100100 | 101011011 | 1001 | 111100 |
Color Harmonies of #A28F93
Complementary color
Monochromatic Colors of #A28F93
Black with #A28F93
Text Example
Text Example
White with #A28F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F93; }
p { color: rgb(162,143,147); }
H1.HeaderClassName
{
color: #A28F93;
}
.AnyTagClassName
{
color: #A28F93;
}
</style>
background-color css
<style>
a { background-color: #A28F93; }
a { background-color: rgb(162,143,147); }
div.DivClassName
{
background-color: #A28F93;
}
.BgClassName
{
background-color: #A28F93;
}
</style>
border-color css
<style>
span { border-color: #A28F93; }
span { border-color: rgb(162,143,147); }
td.TdClassName
{
border-color: #A28F93;
}
.TagClassName
{
border-color: #A28F93;
}
</style>