Shades of Tapestry #AC8085
Tints of Tapestry #AC8085
RGB
CMYK
RGB Variations
Color information
#AC8085 (or 0xAC8085) is known color: Tapestry. HEX triplet: AC, 80 and 85. RGB value is (172,128,133). Sum of RGB (Red+Green+Blue) = 172+128+133=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8085 is #537F7A. Grayscale: #8D8D8D. Windows color (decimal): -5472123 or 8749228. OLE color: 8749228.
HSL color Cylindrical-coordinate representation of color #AC8085: hue angle of 353.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8085 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 133 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.33 |
| HSL | 353.18º | 0.21% | 0.59% | - |
| HSV(B) | 353.18º | 0.26% | 0.67% | - |
| XYZ | 28.97 | 25.9 | 25.66 | - |
| YUV | 141.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 133 | 0 | 0.26 | 0.23 | 0.33 | 353.18 | 0.21 | 0.59 |
| Hex | AC | 80 | 85 | 0 | 1A | 17 | 21 | 161 | 15 | 3B |
| Octal | 254 | 200 | 205 | 0 | 32 | 27 | 41 | 541 | 25 | 73 |
| Binary | 10101100 | 10000000 | 10000101 | 0 | 11010 | 10111 | 100001 | 101100001 | 10101 | 111011 |
Color Harmonies of #AC8085
Complementary color
Monochromatic Colors of #AC8085
Black with #AC8085
Text Example
Text Example
White with #AC8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8085; }
p { color: rgb(172,128,133); }
H1.HeaderClassName
{
color: #AC8085;
}
.AnyTagClassName
{
color: #AC8085;
}
</style>
background-color css
<style>
a { background-color: #AC8085; }
a { background-color: rgb(172,128,133); }
div.DivClassName
{
background-color: #AC8085;
}
.BgClassName
{
background-color: #AC8085;
}
</style>
border-color css
<style>
span { border-color: #AC8085; }
span { border-color: rgb(172,128,133); }
td.TdClassName
{
border-color: #AC8085;
}
.TagClassName
{
border-color: #AC8085;
}
</style>