Shades of Shady Lady #AC98A5
Tints of Shady Lady #AC98A5
RGB
CMYK
RGB Variations
Color information
#AC98A5 (or 0xAC98A5) is known color: Shady Lady. HEX triplet: AC, 98 and A5. RGB value is (172,152,165). Sum of RGB (Red+Green+Blue) = 172+152+165=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #AC98A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98A5 is #53675A. Grayscale: #9F9F9F. Windows color (decimal): -5465947 or 10852524. OLE color: 10852524.
HSL color Cylindrical-coordinate representation of color #AC98A5: hue angle of 321º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC98A5 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 165 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.33 |
| HSL | 321º | 0.11% | 0.64% | - |
| HSV(B) | 321º | 0.12% | 0.67% | - |
| XYZ | 35.03 | 33.94 | 40.3 | - |
| YUV | 159.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 165 | 0 | 0.12 | 0.04 | 0.33 | 321 | 0.11 | 0.64 |
| Hex | AC | 98 | A5 | 0 | C | 4 | 21 | 141 | B | 40 |
| Octal | 254 | 230 | 245 | 0 | 14 | 4 | 41 | 501 | 13 | 100 |
| Binary | 10101100 | 10011000 | 10100101 | 0 | 1100 | 100 | 100001 | 101000001 | 1011 | 1000000 |
Color Harmonies of #AC98A5
Complementary color
Monochromatic Colors of #AC98A5
Black with #AC98A5
Text Example
Text Example
White with #AC98A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC98A5; }
p { color: rgb(172,152,165); }
H1.HeaderClassName
{
color: #AC98A5;
}
.AnyTagClassName
{
color: #AC98A5;
}
</style>
background-color css
<style>
a { background-color: #AC98A5; }
a { background-color: rgb(172,152,165); }
div.DivClassName
{
background-color: #AC98A5;
}
.BgClassName
{
background-color: #AC98A5;
}
</style>
border-color css
<style>
span { border-color: #AC98A5; }
span { border-color: rgb(172,152,165); }
td.TdClassName
{
border-color: #AC98A5;
}
.TagClassName
{
border-color: #AC98A5;
}
</style>