Shades of Shady Lady #A893A1
Tints of Shady Lady #A893A1
RGB
CMYK
RGB Variations
Color information
#A893A1 (or 0xA893A1) is known color: Shady Lady. HEX triplet: A8, 93 and A1. RGB value is (168,147,161). Sum of RGB (Red+Green+Blue) = 168+147+161=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 168 - color contains mainly: red. Hex color #A893A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A893A1 is #576C5E. Grayscale: #9A9A9A. Windows color (decimal): -5729375 or 10589096. OLE color: 10589096.
HSL color Cylindrical-coordinate representation of color #A893A1: hue angle of 320º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A893A1 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 161 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.34 |
| HSL | 320º | 0.11% | 0.62% | - |
| HSV(B) | 320º | 0.13% | 0.66% | - |
| XYZ | 33.02 | 31.77 | 38.11 | - |
| YUV | 154.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 161 | 0 | 0.13 | 0.04 | 0.34 | 320 | 0.11 | 0.62 |
| Hex | A8 | 93 | A1 | 0 | D | 4 | 22 | 140 | B | 3E |
| Octal | 250 | 223 | 241 | 0 | 15 | 4 | 42 | 500 | 13 | 76 |
| Binary | 10101000 | 10010011 | 10100001 | 0 | 1101 | 100 | 100010 | 101000000 | 1011 | 111110 |
Color Harmonies of #A893A1
Complementary color
Monochromatic Colors of #A893A1
Black with #A893A1
Text Example
Text Example
White with #A893A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A893A1; }
p { color: rgb(168,147,161); }
H1.HeaderClassName
{
color: #A893A1;
}
.AnyTagClassName
{
color: #A893A1;
}
</style>
background-color css
<style>
a { background-color: #A893A1; }
a { background-color: rgb(168,147,161); }
div.DivClassName
{
background-color: #A893A1;
}
.BgClassName
{
background-color: #A893A1;
}
</style>
border-color css
<style>
span { border-color: #A893A1; }
span { border-color: rgb(168,147,161); }
td.TdClassName
{
border-color: #A893A1;
}
.TagClassName
{
border-color: #A893A1;
}
</style>