Shades of Tapestry #AC7882
Tints of Tapestry #AC7882
RGB
CMYK
RGB Variations
Color information
#AC7882 (or 0xAC7882) is known color: Tapestry. HEX triplet: AC, 78 and 82. RGB value is (172,120,130). Sum of RGB (Red+Green+Blue) = 172+120+130=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7882 is #53877D. Grayscale: #888888. Windows color (decimal): -5474174 or 8550572. OLE color: 8550572.
HSL color Cylindrical-coordinate representation of color #AC7882: hue angle of 348.46º 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 #AC7882 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 130 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.33 |
| HSL | 348.46º | 0.24% | 0.57% | - |
| HSV(B) | 348.46º | 0.3% | 0.67% | - |
| XYZ | 27.76 | 23.82 | 24.25 | - |
| YUV | 136.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 130 | 0 | 0.30 | 0.24 | 0.33 | 348.46 | 0.24 | 0.57 |
| Hex | AC | 78 | 82 | 0 | 1E | 18 | 21 | 15C | 18 | 39 |
| Octal | 254 | 170 | 202 | 0 | 36 | 30 | 41 | 534 | 30 | 71 |
| Binary | 10101100 | 1111000 | 10000010 | 0 | 11110 | 11000 | 100001 | 101011100 | 11000 | 111001 |
Color Harmonies of #AC7882
Complementary color
Monochromatic Colors of #AC7882
Black with #AC7882
Text Example
Text Example
White with #AC7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7882; }
p { color: rgb(172,120,130); }
H1.HeaderClassName
{
color: #AC7882;
}
.AnyTagClassName
{
color: #AC7882;
}
</style>
background-color css
<style>
a { background-color: #AC7882; }
a { background-color: rgb(172,120,130); }
div.DivClassName
{
background-color: #AC7882;
}
.BgClassName
{
background-color: #AC7882;
}
</style>
border-color css
<style>
span { border-color: #AC7882; }
span { border-color: rgb(172,120,130); }
td.TdClassName
{
border-color: #AC7882;
}
.TagClassName
{
border-color: #AC7882;
}
</style>