Shades of Shady Lady #A89B9D
Tints of Shady Lady #A89B9D
RGB
CMYK
RGB Variations
Color information
#A89B9D (or 0xA89B9D) is known color: Shady Lady. HEX triplet: A8, 9B and 9D. RGB value is (168,155,157). Sum of RGB (Red+Green+Blue) = 168+155+157=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89B9D is #576462. Grayscale: #9F9F9F. Windows color (decimal): -5727331 or 10329000. OLE color: 10329000.
HSL color Cylindrical-coordinate representation of color #A89B9D: hue angle of 350.77º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A89B9D is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 157 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.34 |
| HSL | 350.77º | 0.07% | 0.63% | - |
| HSV(B) | 350.77º | 0.08% | 0.66% | - |
| XYZ | 33.96 | 34.2 | 36.71 | - |
| YUV | 159.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 157 | 0 | 0.08 | 0.07 | 0.34 | 350.77 | 0.07 | 0.63 |
| Hex | A8 | 9B | 9D | 0 | 8 | 7 | 22 | 15F | 7 | 3F |
| Octal | 250 | 233 | 235 | 0 | 10 | 7 | 42 | 537 | 7 | 77 |
| Binary | 10101000 | 10011011 | 10011101 | 0 | 1000 | 111 | 100010 | 101011111 | 111 | 111111 |
Color Harmonies of #A89B9D
Complementary color
Monochromatic Colors of #A89B9D
Black with #A89B9D
Text Example
Text Example
White with #A89B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B9D; }
p { color: rgb(168,155,157); }
H1.HeaderClassName
{
color: #A89B9D;
}
.AnyTagClassName
{
color: #A89B9D;
}
</style>
background-color css
<style>
a { background-color: #A89B9D; }
a { background-color: rgb(168,155,157); }
div.DivClassName
{
background-color: #A89B9D;
}
.BgClassName
{
background-color: #A89B9D;
}
</style>
border-color css
<style>
span { border-color: #A89B9D; }
span { border-color: rgb(168,155,157); }
td.TdClassName
{
border-color: #A89B9D;
}
.TagClassName
{
border-color: #A89B9D;
}
</style>