Shades of Tapestry #AC7281
Tints of Tapestry #AC7281
RGB
CMYK
RGB Variations
Color information
#AC7281 (or 0xAC7281) is known color: Tapestry. HEX triplet: AC, 72 and 81. RGB value is (172,114,129). Sum of RGB (Red+Green+Blue) = 172+114+129=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7281 is #538D7E. Grayscale: #858585. Windows color (decimal): -5475711 or 8483500. OLE color: 8483500.
HSL color Cylindrical-coordinate representation of color #AC7281: hue angle of 344.48º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC7281 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 129 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.33 |
| HSL | 344.48º | 0.26% | 0.56% | - |
| HSV(B) | 344.48º | 0.34% | 0.67% | - |
| XYZ | 26.99 | 22.39 | 23.67 | - |
| YUV | 133.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 129 | 0 | 0.34 | 0.25 | 0.33 | 344.48 | 0.26 | 0.56 |
| Hex | AC | 72 | 81 | 0 | 22 | 19 | 21 | 158 | 1A | 38 |
| Octal | 254 | 162 | 201 | 0 | 42 | 31 | 41 | 530 | 32 | 70 |
| Binary | 10101100 | 1110010 | 10000001 | 0 | 100010 | 11001 | 100001 | 101011000 | 11010 | 111000 |
Color Harmonies of #AC7281
Complementary color
Monochromatic Colors of #AC7281
Black with #AC7281
Text Example
Text Example
White with #AC7281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7281; }
p { color: rgb(172,114,129); }
H1.HeaderClassName
{
color: #AC7281;
}
.AnyTagClassName
{
color: #AC7281;
}
</style>
background-color css
<style>
a { background-color: #AC7281; }
a { background-color: rgb(172,114,129); }
div.DivClassName
{
background-color: #AC7281;
}
.BgClassName
{
background-color: #AC7281;
}
</style>
border-color css
<style>
span { border-color: #AC7281; }
span { border-color: rgb(172,114,129); }
td.TdClassName
{
border-color: #AC7281;
}
.TagClassName
{
border-color: #AC7281;
}
</style>