Shades of Shady Lady #AC98A3
Tints of Shady Lady #AC98A3
RGB
CMYK
RGB Variations
Color information
#AC98A3 (or 0xAC98A3) is known color: Shady Lady. HEX triplet: AC, 98 and A3. RGB value is (172,152,163). Sum of RGB (Red+Green+Blue) = 172+152+163=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #AC98A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98A3 is #53675C. Grayscale: #9F9F9F. Windows color (decimal): -5465949 or 10721452. OLE color: 10721452.
HSL color Cylindrical-coordinate representation of color #AC98A3: hue angle of 327º 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 #AC98A3 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 163 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.33 |
| HSL | 327º | 0.11% | 0.64% | - |
| HSV(B) | 327º | 0.12% | 0.67% | - |
| XYZ | 34.85 | 33.87 | 39.35 | - |
| YUV | 159.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 163 | 0 | 0.12 | 0.05 | 0.33 | 327 | 0.11 | 0.64 |
| Hex | AC | 98 | A3 | 0 | C | 5 | 21 | 147 | B | 40 |
| Octal | 254 | 230 | 243 | 0 | 14 | 5 | 41 | 507 | 13 | 100 |
| Binary | 10101100 | 10011000 | 10100011 | 0 | 1100 | 101 | 100001 | 101000111 | 1011 | 1000000 |
Color Harmonies of #AC98A3
Complementary color
Monochromatic Colors of #AC98A3
Black with #AC98A3
Text Example
Text Example
White with #AC98A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC98A3; }
p { color: rgb(172,152,163); }
H1.HeaderClassName
{
color: #AC98A3;
}
.AnyTagClassName
{
color: #AC98A3;
}
</style>
background-color css
<style>
a { background-color: #AC98A3; }
a { background-color: rgb(172,152,163); }
div.DivClassName
{
background-color: #AC98A3;
}
.BgClassName
{
background-color: #AC98A3;
}
</style>
border-color css
<style>
span { border-color: #AC98A3; }
span { border-color: rgb(172,152,163); }
td.TdClassName
{
border-color: #AC98A3;
}
.TagClassName
{
border-color: #AC98A3;
}
</style>