Shades of Shady Lady #ACA0A3
Tints of Shady Lady #ACA0A3
RGB
CMYK
RGB Variations
Color information
#ACA0A3 (or 0xACA0A3) is known color: Shady Lady. HEX triplet: AC, A0 and A3. RGB value is (172,160,163). Sum of RGB (Red+Green+Blue) = 172+160+163=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA0A3 is #535F5C. Grayscale: #A3A3A3. Windows color (decimal): -5463901 or 10723500. OLE color: 10723500.
HSL color Cylindrical-coordinate representation of color #ACA0A3: hue angle of 345º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACA0A3 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 160 | 163 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.33 |
| HSL | 345º | 0.07% | 0.65% | - |
| HSV(B) | 345º | 0.07% | 0.67% | - |
| XYZ | 36.19 | 36.56 | 39.8 | - |
| YUV | 163.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 160 | 163 | 0 | 0.07 | 0.05 | 0.33 | 345 | 0.07 | 0.65 |
| Hex | AC | A0 | A3 | 0 | 7 | 5 | 21 | 159 | 7 | 41 |
| Octal | 254 | 240 | 243 | 0 | 7 | 5 | 41 | 531 | 7 | 101 |
| Binary | 10101100 | 10100000 | 10100011 | 0 | 111 | 101 | 100001 | 101011001 | 111 | 1000001 |
Color Harmonies of #ACA0A3
Complementary color
Monochromatic Colors of #ACA0A3
Black with #ACA0A3
Text Example
Text Example
White with #ACA0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA0A3; }
p { color: rgb(172,160,163); }
H1.HeaderClassName
{
color: #ACA0A3;
}
.AnyTagClassName
{
color: #ACA0A3;
}
</style>
background-color css
<style>
a { background-color: #ACA0A3; }
a { background-color: rgb(172,160,163); }
div.DivClassName
{
background-color: #ACA0A3;
}
.BgClassName
{
background-color: #ACA0A3;
}
</style>
border-color css
<style>
span { border-color: #ACA0A3; }
span { border-color: rgb(172,160,163); }
td.TdClassName
{
border-color: #ACA0A3;
}
.TagClassName
{
border-color: #ACA0A3;
}
</style>