Shades of Shady Lady #AC99A3
Tints of Shady Lady #AC99A3
RGB
CMYK
RGB Variations
Color information
#AC99A3 (or 0xAC99A3) is known color: Shady Lady. HEX triplet: AC, 99 and A3. RGB value is (172,153,163). Sum of RGB (Red+Green+Blue) = 172+153+163=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #AC99A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99A3 is #53665C. Grayscale: #9F9F9F. Windows color (decimal): -5465693 or 10721708. OLE color: 10721708.
HSL color Cylindrical-coordinate representation of color #AC99A3: hue angle of 328.42º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC99A3 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 153 | 163 | - |
CMYK | 0 | 0.11 | 0.05 | 0.33 |
HSL | 328.42º | 0.1% | 0.64% | - |
HSV(B) | 328.42º | 0.11% | 0.67% | - |
XYZ | 35.02 | 34.2 | 39.41 | - |
YUV | 159.82 | 129.79 | 136.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 153 | 163 | 0 | 0.11 | 0.05 | 0.33 | 328.42 | 0.1 | 0.64 |
Hex | AC | 99 | A3 | 0 | B | 5 | 21 | 148 | A | 40 |
Octal | 254 | 231 | 243 | 0 | 13 | 5 | 41 | 510 | 12 | 100 |
Binary | 10101100 | 10011001 | 10100011 | 0 | 1011 | 101 | 100001 | 101001000 | 1010 | 1000000 |
Color Harmonies of #AC99A3
Complementary color
Monochromatic Colors of #AC99A3
Black with #AC99A3
Text Example
Text Example
White with #AC99A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99A3; }
p { color: rgb(172,153,163); }
H1.HeaderClassName
{
color: #AC99A3;
}
.AnyTagClassName
{
color: #AC99A3;
}
</style>
background-color css
<style>
a { background-color: #AC99A3; }
a { background-color: rgb(172,153,163); }
div.DivClassName
{
background-color: #AC99A3;
}
.BgClassName
{
background-color: #AC99A3;
}
</style>
border-color css
<style>
span { border-color: #AC99A3; }
span { border-color: rgb(172,153,163); }
td.TdClassName
{
border-color: #AC99A3;
}
.TagClassName
{
border-color: #AC99A3;
}
</style>