Shades of Shady Lady #A894A0
Tints of Shady Lady #A894A0
RGB
CMYK
RGB Variations
Color information
#A894A0 (or 0xA894A0) is known color: Shady Lady. HEX triplet: A8, 94 and A0. RGB value is (168,148,160). Sum of RGB (Red+Green+Blue) = 168+148+160=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 168 - color contains mainly: red. Hex color #A894A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A894A0 is #576B5F. Grayscale: #9B9B9B. Windows color (decimal): -5729120 or 10523816. OLE color: 10523816.
HSL color Cylindrical-coordinate representation of color #A894A0: hue angle of 324º 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 #A894A0 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 160 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.34 |
| HSL | 324º | 0.1% | 0.62% | - |
| HSV(B) | 324º | 0.12% | 0.66% | - |
| XYZ | 33.08 | 32.04 | 37.7 | - |
| YUV | 155.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 160 | 0 | 0.12 | 0.05 | 0.34 | 324 | 0.1 | 0.62 |
| Hex | A8 | 94 | A0 | 0 | C | 5 | 22 | 144 | A | 3E |
| Octal | 250 | 224 | 240 | 0 | 14 | 5 | 42 | 504 | 12 | 76 |
| Binary | 10101000 | 10010100 | 10100000 | 0 | 1100 | 101 | 100010 | 101000100 | 1010 | 111110 |
Color Harmonies of #A894A0
Complementary color
Monochromatic Colors of #A894A0
Black with #A894A0
Text Example
Text Example
White with #A894A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894A0; }
p { color: rgb(168,148,160); }
H1.HeaderClassName
{
color: #A894A0;
}
.AnyTagClassName
{
color: #A894A0;
}
</style>
background-color css
<style>
a { background-color: #A894A0; }
a { background-color: rgb(168,148,160); }
div.DivClassName
{
background-color: #A894A0;
}
.BgClassName
{
background-color: #A894A0;
}
</style>
border-color css
<style>
span { border-color: #A894A0; }
span { border-color: rgb(168,148,160); }
td.TdClassName
{
border-color: #A894A0;
}
.TagClassName
{
border-color: #A894A0;
}
</style>