Shades of Shady Lady #A8969B
Tints of Shady Lady #A8969B
RGB
CMYK
RGB Variations
Color information
#A8969B (or 0xA8969B) is known color: Shady Lady. HEX triplet: A8, 96 and 9B. RGB value is (168,150,155). Sum of RGB (Red+Green+Blue) = 168+150+155=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 168 - color contains mainly: red. Hex color #A8969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8969B is #576964. Grayscale: #9B9B9B. Windows color (decimal): -5728613 or 10196648. OLE color: 10196648.
HSL color Cylindrical-coordinate representation of color #A8969B: hue angle of 343.33º 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 #A8969B is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 155 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.34 |
| HSL | 343.33º | 0.09% | 0.62% | - |
| HSV(B) | 343.33º | 0.11% | 0.66% | - |
| XYZ | 32.97 | 32.5 | 35.55 | - |
| YUV | 155.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 155 | 0 | 0.11 | 0.08 | 0.34 | 343.33 | 0.09 | 0.62 |
| Hex | A8 | 96 | 9B | 0 | B | 8 | 22 | 157 | 9 | 3E |
| Octal | 250 | 226 | 233 | 0 | 13 | 10 | 42 | 527 | 11 | 76 |
| Binary | 10101000 | 10010110 | 10011011 | 0 | 1011 | 1000 | 100010 | 101010111 | 1001 | 111110 |
Color Harmonies of #A8969B
Complementary color
Monochromatic Colors of #A8969B
Black with #A8969B
Text Example
Text Example
White with #A8969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8969B; }
p { color: rgb(168,150,155); }
H1.HeaderClassName
{
color: #A8969B;
}
.AnyTagClassName
{
color: #A8969B;
}
</style>
background-color css
<style>
a { background-color: #A8969B; }
a { background-color: rgb(168,150,155); }
div.DivClassName
{
background-color: #A8969B;
}
.BgClassName
{
background-color: #A8969B;
}
</style>
border-color css
<style>
span { border-color: #A8969B; }
span { border-color: rgb(168,150,155); }
td.TdClassName
{
border-color: #A8969B;
}
.TagClassName
{
border-color: #A8969B;
}
</style>