Shades of Shady Lady #A89297
Tints of Shady Lady #A89297
RGB
CMYK
RGB Variations
Color information
#A89297 (or 0xA89297) is known color: Shady Lady. HEX triplet: A8, 92 and 97. RGB value is (168,146,151). Sum of RGB (Red+Green+Blue) = 168+146+151=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 168 - color contains mainly: red. Hex color #A89297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89297 is #576D68. Grayscale: #999999. Windows color (decimal): -5729641 or 9933480. OLE color: 9933480.
HSL color Cylindrical-coordinate representation of color #A89297: hue angle of 346.36º 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 #A89297 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 151 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.34 |
| HSL | 346.36º | 0.11% | 0.62% | - |
| HSV(B) | 346.36º | 0.13% | 0.66% | - |
| XYZ | 32.01 | 31.12 | 33.6 | - |
| YUV | 153.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 151 | 0 | 0.13 | 0.10 | 0.34 | 346.36 | 0.11 | 0.62 |
| Hex | A8 | 92 | 97 | 0 | D | A | 22 | 15A | B | 3E |
| Octal | 250 | 222 | 227 | 0 | 15 | 12 | 42 | 532 | 13 | 76 |
| Binary | 10101000 | 10010010 | 10010111 | 0 | 1101 | 1010 | 100010 | 101011010 | 1011 | 111110 |
Color Harmonies of #A89297
Complementary color
Monochromatic Colors of #A89297
Black with #A89297
Text Example
Text Example
White with #A89297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89297; }
p { color: rgb(168,146,151); }
H1.HeaderClassName
{
color: #A89297;
}
.AnyTagClassName
{
color: #A89297;
}
</style>
background-color css
<style>
a { background-color: #A89297; }
a { background-color: rgb(168,146,151); }
div.DivClassName
{
background-color: #A89297;
}
.BgClassName
{
background-color: #A89297;
}
</style>
border-color css
<style>
span { border-color: #A89297; }
span { border-color: rgb(168,146,151); }
td.TdClassName
{
border-color: #A89297;
}
.TagClassName
{
border-color: #A89297;
}
</style>