Shades of Tapestry #AC808B
Tints of Tapestry #AC808B
RGB
CMYK
RGB Variations
Color information
#AC808B (or 0xAC808B) is known color: Tapestry. HEX triplet: AC, 80 and 8B. RGB value is (172,128,139). Sum of RGB (Red+Green+Blue) = 172+128+139=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC808B is #537F74. Grayscale: #8E8E8E. Windows color (decimal): -5472117 or 9142444. OLE color: 9142444.
HSL color Cylindrical-coordinate representation of color #AC808B: hue angle of 345º 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 #AC808B is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 139 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.33 |
| HSL | 345º | 0.21% | 0.59% | - |
| HSV(B) | 345º | 0.26% | 0.67% | - |
| XYZ | 29.39 | 26.07 | 27.91 | - |
| YUV | 142.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 139 | 0 | 0.26 | 0.19 | 0.33 | 345 | 0.21 | 0.59 |
| Hex | AC | 80 | 8B | 0 | 1A | 13 | 21 | 159 | 15 | 3B |
| Octal | 254 | 200 | 213 | 0 | 32 | 23 | 41 | 531 | 25 | 73 |
| Binary | 10101100 | 10000000 | 10001011 | 0 | 11010 | 10011 | 100001 | 101011001 | 10101 | 111011 |
Color Harmonies of #AC808B
Complementary color
Monochromatic Colors of #AC808B
Black with #AC808B
Text Example
Text Example
White with #AC808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC808B; }
p { color: rgb(172,128,139); }
H1.HeaderClassName
{
color: #AC808B;
}
.AnyTagClassName
{
color: #AC808B;
}
</style>
background-color css
<style>
a { background-color: #AC808B; }
a { background-color: rgb(172,128,139); }
div.DivClassName
{
background-color: #AC808B;
}
.BgClassName
{
background-color: #AC808B;
}
</style>
border-color css
<style>
span { border-color: #AC808B; }
span { border-color: rgb(172,128,139); }
td.TdClassName
{
border-color: #AC808B;
}
.TagClassName
{
border-color: #AC808B;
}
</style>