Shades of Shady Lady #A89398
Tints of Shady Lady #A89398
RGB
CMYK
RGB Variations
Color information
#A89398 (or 0xA89398) is known color: Shady Lady. HEX triplet: A8, 93 and 98. RGB value is (168,147,152). Sum of RGB (Red+Green+Blue) = 168+147+152=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A89398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89398 is #576C67. Grayscale: #999999. Windows color (decimal): -5729384 or 9999272. OLE color: 9999272.
HSL color Cylindrical-coordinate representation of color #A89398: hue angle of 345.71º degrees, saturation: 0.11, 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 #A89398 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 152 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.34 |
| HSL | 345.71º | 0.11% | 0.62% | - |
| HSV(B) | 345.71º | 0.13% | 0.66% | - |
| XYZ | 32.25 | 31.46 | 34.08 | - |
| YUV | 153.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 152 | 0 | 0.13 | 0.10 | 0.34 | 345.71 | 0.11 | 0.62 |
| Hex | A8 | 93 | 98 | 0 | D | A | 22 | 15A | B | 3E |
| Octal | 250 | 223 | 230 | 0 | 15 | 12 | 42 | 532 | 13 | 76 |
| Binary | 10101000 | 10010011 | 10011000 | 0 | 1101 | 1010 | 100010 | 101011010 | 1011 | 111110 |
Color Harmonies of #A89398
Complementary color
Monochromatic Colors of #A89398
Black with #A89398
Text Example
Text Example
White with #A89398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89398; }
p { color: rgb(168,147,152); }
H1.HeaderClassName
{
color: #A89398;
}
.AnyTagClassName
{
color: #A89398;
}
</style>
background-color css
<style>
a { background-color: #A89398; }
a { background-color: rgb(168,147,152); }
div.DivClassName
{
background-color: #A89398;
}
.BgClassName
{
background-color: #A89398;
}
</style>
border-color css
<style>
span { border-color: #A89398; }
span { border-color: rgb(168,147,152); }
td.TdClassName
{
border-color: #A89398;
}
.TagClassName
{
border-color: #A89398;
}
</style>