Shades of Shady Lady #A8929F
Tints of Shady Lady #A8929F
RGB
CMYK
RGB Variations
Color information
#A8929F (or 0xA8929F) is known color: Shady Lady. HEX triplet: A8, 92 and 9F. RGB value is (168,146,159). Sum of RGB (Red+Green+Blue) = 168+146+159=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 168 - color contains mainly: red. Hex color #A8929F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8929F is #576D60. Grayscale: #9A9A9A. Windows color (decimal): -5729633 or 10457768. OLE color: 10457768.
HSL color Cylindrical-coordinate representation of color #A8929F: hue angle of 324.55º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8929F is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 159 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.34 |
| HSL | 324.55º | 0.11% | 0.62% | - |
| HSV(B) | 324.55º | 0.13% | 0.66% | - |
| XYZ | 32.69 | 31.39 | 37.14 | - |
| YUV | 154.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 159 | 0 | 0.13 | 0.05 | 0.34 | 324.55 | 0.11 | 0.62 |
| Hex | A8 | 92 | 9F | 0 | D | 5 | 22 | 145 | B | 3E |
| Octal | 250 | 222 | 237 | 0 | 15 | 5 | 42 | 505 | 13 | 76 |
| Binary | 10101000 | 10010010 | 10011111 | 0 | 1101 | 101 | 100010 | 101000101 | 1011 | 111110 |
Color Harmonies of #A8929F
Complementary color
Monochromatic Colors of #A8929F
Black with #A8929F
Text Example
Text Example
White with #A8929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8929F; }
p { color: rgb(168,146,159); }
H1.HeaderClassName
{
color: #A8929F;
}
.AnyTagClassName
{
color: #A8929F;
}
</style>
background-color css
<style>
a { background-color: #A8929F; }
a { background-color: rgb(168,146,159); }
div.DivClassName
{
background-color: #A8929F;
}
.BgClassName
{
background-color: #A8929F;
}
</style>
border-color css
<style>
span { border-color: #A8929F; }
span { border-color: rgb(168,146,159); }
td.TdClassName
{
border-color: #A8929F;
}
.TagClassName
{
border-color: #A8929F;
}
</style>