Shades of Shady Lady #A8919F
Tints of Shady Lady #A8919F
RGB
CMYK
RGB Variations
Color information
#A8919F (or 0xA8919F) is known color: Shady Lady. HEX triplet: A8, 91 and 9F. RGB value is (168,145,159). Sum of RGB (Red+Green+Blue) = 168+145+159=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A8919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8919F is #576E60. Grayscale: #999999. Windows color (decimal): -5729889 or 10457512. OLE color: 10457512.
HSL color Cylindrical-coordinate representation of color #A8919F: hue angle of 323.48º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8919F is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 159 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.34 |
| HSL | 323.48º | 0.12% | 0.61% | - |
| HSV(B) | 323.48º | 0.14% | 0.66% | - |
| XYZ | 32.53 | 31.08 | 37.09 | - |
| YUV | 153.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 159 | 0 | 0.14 | 0.05 | 0.34 | 323.48 | 0.12 | 0.61 |
| Hex | A8 | 91 | 9F | 0 | E | 5 | 22 | 143 | C | 3D |
| Octal | 250 | 221 | 237 | 0 | 16 | 5 | 42 | 503 | 14 | 75 |
| Binary | 10101000 | 10010001 | 10011111 | 0 | 1110 | 101 | 100010 | 101000011 | 1100 | 111101 |
Color Harmonies of #A8919F
Complementary color
Monochromatic Colors of #A8919F
Black with #A8919F
Text Example
Text Example
White with #A8919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8919F; }
p { color: rgb(168,145,159); }
H1.HeaderClassName
{
color: #A8919F;
}
.AnyTagClassName
{
color: #A8919F;
}
</style>
background-color css
<style>
a { background-color: #A8919F; }
a { background-color: rgb(168,145,159); }
div.DivClassName
{
background-color: #A8919F;
}
.BgClassName
{
background-color: #A8919F;
}
</style>
border-color css
<style>
span { border-color: #A8919F; }
span { border-color: rgb(168,145,159); }
td.TdClassName
{
border-color: #A8919F;
}
.TagClassName
{
border-color: #A8919F;
}
</style>