Shades of Shady Lady #A399A0
Tints of Shady Lady #A399A0
RGB
CMYK
RGB Variations
Color information
#A399A0 (or 0xA399A0) is known color: Shady Lady. HEX triplet: A3, 99 and A0. RGB value is (163,153,160). Sum of RGB (Red+Green+Blue) = 163+153+160=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 163 - color contains mainly: red. Hex color #A399A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399A0 is #5C665F. Grayscale: #9C9C9C. Windows color (decimal): -6055520 or 10525091. OLE color: 10525091.
HSL color Cylindrical-coordinate representation of color #A399A0: hue angle of 318º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A399A0 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 160 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.36 |
| HSL | 318º | 0.05% | 0.62% | - |
| HSV(B) | 318º | 0.06% | 0.64% | - |
| XYZ | 32.84 | 33.11 | 37.92 | - |
| YUV | 156.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 160 | 0 | 0.06 | 0.02 | 0.36 | 318 | 0.05 | 0.62 |
| Hex | A3 | 99 | A0 | 0 | 6 | 2 | 24 | 13E | 5 | 3E |
| Octal | 243 | 231 | 240 | 0 | 6 | 2 | 44 | 476 | 5 | 76 |
| Binary | 10100011 | 10011001 | 10100000 | 0 | 110 | 10 | 100100 | 100111110 | 101 | 111110 |
Color Harmonies of #A399A0
Complementary color
Monochromatic Colors of #A399A0
Black with #A399A0
Text Example
Text Example
White with #A399A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A399A0; }
p { color: rgb(163,153,160); }
H1.HeaderClassName
{
color: #A399A0;
}
.AnyTagClassName
{
color: #A399A0;
}
</style>
background-color css
<style>
a { background-color: #A399A0; }
a { background-color: rgb(163,153,160); }
div.DivClassName
{
background-color: #A399A0;
}
.BgClassName
{
background-color: #A399A0;
}
</style>
border-color css
<style>
span { border-color: #A399A0; }
span { border-color: rgb(163,153,160); }
td.TdClassName
{
border-color: #A399A0;
}
.TagClassName
{
border-color: #A399A0;
}
</style>