Shades of Shady Lady #A398A0
Tints of Shady Lady #A398A0
RGB
CMYK
RGB Variations
Color information
#A398A0 (or 0xA398A0) is known color: Shady Lady. HEX triplet: A3, 98 and A0. RGB value is (163,152,160). Sum of RGB (Red+Green+Blue) = 163+152+160=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 163 - color contains mainly: red. Hex color #A398A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A398A0 is #5C675F. Grayscale: #9C9C9C. Windows color (decimal): -6055776 or 10524835. OLE color: 10524835.
HSL color Cylindrical-coordinate representation of color #A398A0: hue angle of 316.36º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A398A0 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 152 | 160 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.36 |
| HSL | 316.36º | 0.06% | 0.62% | - |
| HSV(B) | 316.36º | 0.07% | 0.64% | - |
| XYZ | 32.68 | 32.78 | 37.86 | - |
| YUV | 156.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 160 | 0 | 0.07 | 0.02 | 0.36 | 316.36 | 0.06 | 0.62 |
| Hex | A3 | 98 | A0 | 0 | 7 | 2 | 24 | 13C | 6 | 3E |
| Octal | 243 | 230 | 240 | 0 | 7 | 2 | 44 | 474 | 6 | 76 |
| Binary | 10100011 | 10011000 | 10100000 | 0 | 111 | 10 | 100100 | 100111100 | 110 | 111110 |
Color Harmonies of #A398A0
Complementary color
Monochromatic Colors of #A398A0
Black with #A398A0
Text Example
Text Example
White with #A398A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398A0; }
p { color: rgb(163,152,160); }
H1.HeaderClassName
{
color: #A398A0;
}
.AnyTagClassName
{
color: #A398A0;
}
</style>
background-color css
<style>
a { background-color: #A398A0; }
a { background-color: rgb(163,152,160); }
div.DivClassName
{
background-color: #A398A0;
}
.BgClassName
{
background-color: #A398A0;
}
</style>
border-color css
<style>
span { border-color: #A398A0; }
span { border-color: rgb(163,152,160); }
td.TdClassName
{
border-color: #A398A0;
}
.TagClassName
{
border-color: #A398A0;
}
</style>