Shades of Shady Lady #A894A1
Tints of Shady Lady #A894A1
RGB
CMYK
RGB Variations
Color information
#A894A1 (or 0xA894A1) is known color: Shady Lady. HEX triplet: A8, 94 and A1. RGB value is (168,148,161). Sum of RGB (Red+Green+Blue) = 168+148+161=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 168 - color contains mainly: red. Hex color #A894A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A894A1 is #576B5E. Grayscale: #9B9B9B. Windows color (decimal): -5729119 or 10589352. OLE color: 10589352.
HSL color Cylindrical-coordinate representation of color #A894A1: hue angle of 321º degrees, saturation: 0.1, 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 #A894A1 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 161 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.34 |
| HSL | 321º | 0.1% | 0.62% | - |
| HSV(B) | 321º | 0.12% | 0.66% | - |
| XYZ | 33.17 | 32.08 | 38.16 | - |
| YUV | 155.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 161 | 0 | 0.12 | 0.04 | 0.34 | 321 | 0.1 | 0.62 |
| Hex | A8 | 94 | A1 | 0 | C | 4 | 22 | 141 | A | 3E |
| Octal | 250 | 224 | 241 | 0 | 14 | 4 | 42 | 501 | 12 | 76 |
| Binary | 10101000 | 10010100 | 10100001 | 0 | 1100 | 100 | 100010 | 101000001 | 1010 | 111110 |
Color Harmonies of #A894A1
Complementary color
Monochromatic Colors of #A894A1
Black with #A894A1
Text Example
Text Example
White with #A894A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894A1; }
p { color: rgb(168,148,161); }
H1.HeaderClassName
{
color: #A894A1;
}
.AnyTagClassName
{
color: #A894A1;
}
</style>
background-color css
<style>
a { background-color: #A894A1; }
a { background-color: rgb(168,148,161); }
div.DivClassName
{
background-color: #A894A1;
}
.BgClassName
{
background-color: #A894A1;
}
</style>
border-color css
<style>
span { border-color: #A894A1; }
span { border-color: rgb(168,148,161); }
td.TdClassName
{
border-color: #A894A1;
}
.TagClassName
{
border-color: #A894A1;
}
</style>