Shades of Tapestry #AC6082
Tints of Tapestry #AC6082
RGB
CMYK
RGB Variations
Color information
#AC6082 (or 0xAC6082) is known color: Tapestry. HEX triplet: AC, 60 and 82. RGB value is (172,96,130). Sum of RGB (Red+Green+Blue) = 172+96+130=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6082 is #539F7D. Grayscale: #7A7A7A. Windows color (decimal): -5480318 or 8544428. OLE color: 8544428.
HSL color Cylindrical-coordinate representation of color #AC6082: hue angle of 333.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC6082 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 96 | 130 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.33 |
| HSL | 333.16º | 0.31% | 0.53% | - |
| HSV(B) | 333.16º | 0.44% | 0.67% | - |
| XYZ | 25.23 | 18.75 | 23.41 | - |
| YUV | 122.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 96 | 130 | 0 | 0.44 | 0.24 | 0.33 | 333.16 | 0.31 | 0.53 |
| Hex | AC | 60 | 82 | 0 | 2C | 18 | 21 | 14D | 1F | 35 |
| Octal | 254 | 140 | 202 | 0 | 54 | 30 | 41 | 515 | 37 | 65 |
| Binary | 10101100 | 1100000 | 10000010 | 0 | 101100 | 11000 | 100001 | 101001101 | 11111 | 110101 |
Color Harmonies of #AC6082
Complementary color
Monochromatic Colors of #AC6082
Black with #AC6082
Text Example
Text Example
White with #AC6082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6082; }
p { color: rgb(172,96,130); }
H1.HeaderClassName
{
color: #AC6082;
}
.AnyTagClassName
{
color: #AC6082;
}
</style>
background-color css
<style>
a { background-color: #AC6082; }
a { background-color: rgb(172,96,130); }
div.DivClassName
{
background-color: #AC6082;
}
.BgClassName
{
background-color: #AC6082;
}
</style>
border-color css
<style>
span { border-color: #AC6082; }
span { border-color: rgb(172,96,130); }
td.TdClassName
{
border-color: #AC6082;
}
.TagClassName
{
border-color: #AC6082;
}
</style>