Shades of Tapestry #AC6F81
Tints of Tapestry #AC6F81
RGB
CMYK
RGB Variations
Color information
#AC6F81 (or 0xAC6F81) is known color: Tapestry. HEX triplet: AC, 6F and 81. RGB value is (172,111,129). Sum of RGB (Red+Green+Blue) = 172+111+129=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6F81 is #53907E. Grayscale: #838383. Windows color (decimal): -5476479 or 8482732. OLE color: 8482732.
HSL color Cylindrical-coordinate representation of color #AC6F81: hue angle of 342.3º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC6F81 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 111 | 129 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.33 |
| HSL | 342.3º | 0.27% | 0.55% | - |
| HSV(B) | 342.3º | 0.35% | 0.67% | - |
| XYZ | 26.66 | 21.72 | 23.56 | - |
| YUV | 131.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 111 | 129 | 0 | 0.35 | 0.25 | 0.33 | 342.3 | 0.27 | 0.55 |
| Hex | AC | 6F | 81 | 0 | 23 | 19 | 21 | 156 | 1B | 37 |
| Octal | 254 | 157 | 201 | 0 | 43 | 31 | 41 | 526 | 33 | 67 |
| Binary | 10101100 | 1101111 | 10000001 | 0 | 100011 | 11001 | 100001 | 101010110 | 11011 | 110111 |
Color Harmonies of #AC6F81
Complementary color
Monochromatic Colors of #AC6F81
Black with #AC6F81
Text Example
Text Example
White with #AC6F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6F81; }
p { color: rgb(172,111,129); }
H1.HeaderClassName
{
color: #AC6F81;
}
.AnyTagClassName
{
color: #AC6F81;
}
</style>
background-color css
<style>
a { background-color: #AC6F81; }
a { background-color: rgb(172,111,129); }
div.DivClassName
{
background-color: #AC6F81;
}
.BgClassName
{
background-color: #AC6F81;
}
</style>
border-color css
<style>
span { border-color: #AC6F81; }
span { border-color: rgb(172,111,129); }
td.TdClassName
{
border-color: #AC6F81;
}
.TagClassName
{
border-color: #AC6F81;
}
</style>