Shades of Shady Lady #A3989C
Tints of Shady Lady #A3989C
RGB
CMYK
RGB Variations
Color information
#A3989C (or 0xA3989C) is known color: Shady Lady. HEX triplet: A3, 98 and 9C. RGB value is (163,152,156). Sum of RGB (Red+Green+Blue) = 163+152+156=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 163 - color contains mainly: red. Hex color #A3989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3989C is #5C6763. Grayscale: #9B9B9B. Windows color (decimal): -6055780 or 10262691. OLE color: 10262691.
HSL color Cylindrical-coordinate representation of color #A3989C: hue angle of 338.18º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3989C is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 152 | 156 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.36 |
| HSL | 338.18º | 0.06% | 0.62% | - |
| HSV(B) | 338.18º | 0.07% | 0.64% | - |
| XYZ | 32.33 | 32.64 | 36.05 | - |
| YUV | 155.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 156 | 0 | 0.07 | 0.04 | 0.36 | 338.18 | 0.06 | 0.62 |
| Hex | A3 | 98 | 9C | 0 | 7 | 4 | 24 | 152 | 6 | 3E |
| Octal | 243 | 230 | 234 | 0 | 7 | 4 | 44 | 522 | 6 | 76 |
| Binary | 10100011 | 10011000 | 10011100 | 0 | 111 | 100 | 100100 | 101010010 | 110 | 111110 |
Color Harmonies of #A3989C
Complementary color
Monochromatic Colors of #A3989C
Black with #A3989C
Text Example
Text Example
White with #A3989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3989C; }
p { color: rgb(163,152,156); }
H1.HeaderClassName
{
color: #A3989C;
}
.AnyTagClassName
{
color: #A3989C;
}
</style>
background-color css
<style>
a { background-color: #A3989C; }
a { background-color: rgb(163,152,156); }
div.DivClassName
{
background-color: #A3989C;
}
.BgClassName
{
background-color: #A3989C;
}
</style>
border-color css
<style>
span { border-color: #A3989C; }
span { border-color: rgb(163,152,156); }
td.TdClassName
{
border-color: #A3989C;
}
.TagClassName
{
border-color: #A3989C;
}
</style>