Shades of Tapestry #AC8190
Tints of Tapestry #AC8190
RGB
CMYK
RGB Variations
Color information
#AC8190 (or 0xAC8190) is known color: Tapestry. HEX triplet: AC, 81 and 90. RGB value is (172,129,144). Sum of RGB (Red+Green+Blue) = 172+129+144=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8190 is #537E6F. Grayscale: #8F8F8F. Windows color (decimal): -5471856 or 9470380. OLE color: 9470380.
HSL color Cylindrical-coordinate representation of color #AC8190: hue angle of 339.07º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC8190 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 144 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.33 |
| HSL | 339.07º | 0.21% | 0.59% | - |
| HSV(B) | 339.07º | 0.25% | 0.67% | - |
| XYZ | 29.9 | 26.48 | 29.92 | - |
| YUV | 143.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 144 | 0 | 0.25 | 0.16 | 0.33 | 339.07 | 0.21 | 0.59 |
| Hex | AC | 81 | 90 | 0 | 19 | 10 | 21 | 153 | 15 | 3B |
| Octal | 254 | 201 | 220 | 0 | 31 | 20 | 41 | 523 | 25 | 73 |
| Binary | 10101100 | 10000001 | 10010000 | 0 | 11001 | 10000 | 100001 | 101010011 | 10101 | 111011 |
Color Harmonies of #AC8190
Complementary color
Monochromatic Colors of #AC8190
Black with #AC8190
Text Example
Text Example
White with #AC8190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8190; }
p { color: rgb(172,129,144); }
H1.HeaderClassName
{
color: #AC8190;
}
.AnyTagClassName
{
color: #AC8190;
}
</style>
background-color css
<style>
a { background-color: #AC8190; }
a { background-color: rgb(172,129,144); }
div.DivClassName
{
background-color: #AC8190;
}
.BgClassName
{
background-color: #AC8190;
}
</style>
border-color css
<style>
span { border-color: #AC8190; }
span { border-color: rgb(172,129,144); }
td.TdClassName
{
border-color: #AC8190;
}
.TagClassName
{
border-color: #AC8190;
}
</style>