Shades of Shady Lady #A8969D
Tints of Shady Lady #A8969D
RGB
CMYK
RGB Variations
Color information
#A8969D (or 0xA8969D) is known color: Shady Lady. HEX triplet: A8, 96 and 9D. RGB value is (168,150,157). Sum of RGB (Red+Green+Blue) = 168+150+157=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A8969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8969D is #576962. Grayscale: #9C9C9C. Windows color (decimal): -5728611 or 10327720. OLE color: 10327720.
HSL color Cylindrical-coordinate representation of color #A8969D: hue angle of 336.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8969D is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 157 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.34 |
| HSL | 336.67º | 0.09% | 0.62% | - |
| HSV(B) | 336.67º | 0.11% | 0.66% | - |
| XYZ | 33.14 | 32.57 | 36.44 | - |
| YUV | 156.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 157 | 0 | 0.11 | 0.07 | 0.34 | 336.67 | 0.09 | 0.62 |
| Hex | A8 | 96 | 9D | 0 | B | 7 | 22 | 151 | 9 | 3E |
| Octal | 250 | 226 | 235 | 0 | 13 | 7 | 42 | 521 | 11 | 76 |
| Binary | 10101000 | 10010110 | 10011101 | 0 | 1011 | 111 | 100010 | 101010001 | 1001 | 111110 |
Color Harmonies of #A8969D
Complementary color
Monochromatic Colors of #A8969D
Black with #A8969D
Text Example
Text Example
White with #A8969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8969D; }
p { color: rgb(168,150,157); }
H1.HeaderClassName
{
color: #A8969D;
}
.AnyTagClassName
{
color: #A8969D;
}
</style>
background-color css
<style>
a { background-color: #A8969D; }
a { background-color: rgb(168,150,157); }
div.DivClassName
{
background-color: #A8969D;
}
.BgClassName
{
background-color: #A8969D;
}
</style>
border-color css
<style>
span { border-color: #A8969D; }
span { border-color: rgb(168,150,157); }
td.TdClassName
{
border-color: #A8969D;
}
.TagClassName
{
border-color: #A8969D;
}
</style>