Shades of Shady Lady #A8949B
Tints of Shady Lady #A8949B
RGB
CMYK
RGB Variations
Color information
#A8949B (or 0xA8949B) is known color: Shady Lady. HEX triplet: A8, 94 and 9B. RGB value is (168,148,155). Sum of RGB (Red+Green+Blue) = 168+148+155=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 168 - color contains mainly: red. Hex color #A8949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8949B is #576B64. Grayscale: #9A9A9A. Windows color (decimal): -5729125 or 10196136. OLE color: 10196136.
HSL color Cylindrical-coordinate representation of color #A8949B: hue angle of 339º 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 #A8949B is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 155 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.34 |
| HSL | 339º | 0.1% | 0.62% | - |
| HSV(B) | 339º | 0.12% | 0.66% | - |
| XYZ | 32.65 | 31.87 | 35.44 | - |
| YUV | 154.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 155 | 0 | 0.12 | 0.08 | 0.34 | 339 | 0.1 | 0.62 |
| Hex | A8 | 94 | 9B | 0 | C | 8 | 22 | 153 | A | 3E |
| Octal | 250 | 224 | 233 | 0 | 14 | 10 | 42 | 523 | 12 | 76 |
| Binary | 10101000 | 10010100 | 10011011 | 0 | 1100 | 1000 | 100010 | 101010011 | 1010 | 111110 |
Color Harmonies of #A8949B
Complementary color
Monochromatic Colors of #A8949B
Black with #A8949B
Text Example
Text Example
White with #A8949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8949B; }
p { color: rgb(168,148,155); }
H1.HeaderClassName
{
color: #A8949B;
}
.AnyTagClassName
{
color: #A8949B;
}
</style>
background-color css
<style>
a { background-color: #A8949B; }
a { background-color: rgb(168,148,155); }
div.DivClassName
{
background-color: #A8949B;
}
.BgClassName
{
background-color: #A8949B;
}
</style>
border-color css
<style>
span { border-color: #A8949B; }
span { border-color: rgb(168,148,155); }
td.TdClassName
{
border-color: #A8949B;
}
.TagClassName
{
border-color: #A8949B;
}
</style>