Shades of Tapestry #AC7885
Tints of Tapestry #AC7885
RGB
CMYK
RGB Variations
Color information
#AC7885 (or 0xAC7885) is known color: Tapestry. HEX triplet: AC, 78 and 85. RGB value is (172,120,133). Sum of RGB (Red+Green+Blue) = 172+120+133=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7885 is #53877A. Grayscale: #898989. Windows color (decimal): -5474171 or 8747180. OLE color: 8747180.
HSL color Cylindrical-coordinate representation of color #AC7885: hue angle of 345º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7885 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 133 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.33 |
| HSL | 345º | 0.24% | 0.57% | - |
| HSV(B) | 345º | 0.3% | 0.67% | - |
| XYZ | 27.96 | 23.9 | 25.33 | - |
| YUV | 137.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 133 | 0 | 0.30 | 0.23 | 0.33 | 345 | 0.24 | 0.57 |
| Hex | AC | 78 | 85 | 0 | 1E | 17 | 21 | 159 | 18 | 39 |
| Octal | 254 | 170 | 205 | 0 | 36 | 27 | 41 | 531 | 30 | 71 |
| Binary | 10101100 | 1111000 | 10000101 | 0 | 11110 | 10111 | 100001 | 101011001 | 11000 | 111001 |
Color Harmonies of #AC7885
Complementary color
Monochromatic Colors of #AC7885
Black with #AC7885
Text Example
Text Example
White with #AC7885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7885; }
p { color: rgb(172,120,133); }
H1.HeaderClassName
{
color: #AC7885;
}
.AnyTagClassName
{
color: #AC7885;
}
</style>
background-color css
<style>
a { background-color: #AC7885; }
a { background-color: rgb(172,120,133); }
div.DivClassName
{
background-color: #AC7885;
}
.BgClassName
{
background-color: #AC7885;
}
</style>
border-color css
<style>
span { border-color: #AC7885; }
span { border-color: rgb(172,120,133); }
td.TdClassName
{
border-color: #AC7885;
}
.TagClassName
{
border-color: #AC7885;
}
</style>