Shades of Tapestry #AC6481
Tints of Tapestry #AC6481
RGB
CMYK
RGB Variations
Color information
#AC6481 (or 0xAC6481) is known color: Tapestry. HEX triplet: AC, 64 and 81. RGB value is (172,100,129). Sum of RGB (Red+Green+Blue) = 172+100+129=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6481 is #539B7E. Grayscale: #7C7C7C. Windows color (decimal): -5479295 or 8479916. OLE color: 8479916.
HSL color Cylindrical-coordinate representation of color #AC6481: hue angle of 335.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6481 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 129 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.33 |
| HSL | 335.83º | 0.3% | 0.53% | - |
| HSV(B) | 335.83º | 0.42% | 0.67% | - |
| XYZ | 25.53 | 19.47 | 23.18 | - |
| YUV | 124.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 129 | 0 | 0.42 | 0.25 | 0.33 | 335.83 | 0.3 | 0.53 |
| Hex | AC | 64 | 81 | 0 | 2A | 19 | 21 | 150 | 1E | 35 |
| Octal | 254 | 144 | 201 | 0 | 52 | 31 | 41 | 520 | 36 | 65 |
| Binary | 10101100 | 1100100 | 10000001 | 0 | 101010 | 11001 | 100001 | 101010000 | 11110 | 110101 |
Color Harmonies of #AC6481
Complementary color
Monochromatic Colors of #AC6481
Black with #AC6481
Text Example
Text Example
White with #AC6481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6481; }
p { color: rgb(172,100,129); }
H1.HeaderClassName
{
color: #AC6481;
}
.AnyTagClassName
{
color: #AC6481;
}
</style>
background-color css
<style>
a { background-color: #AC6481; }
a { background-color: rgb(172,100,129); }
div.DivClassName
{
background-color: #AC6481;
}
.BgClassName
{
background-color: #AC6481;
}
</style>
border-color css
<style>
span { border-color: #AC6481; }
span { border-color: rgb(172,100,129); }
td.TdClassName
{
border-color: #AC6481;
}
.TagClassName
{
border-color: #AC6481;
}
</style>