Shades of Tapestry #AC5E83
Tints of Tapestry #AC5E83
RGB
CMYK
RGB Variations
Color information
#AC5E83 (or 0xAC5E83) is known color: Tapestry. HEX triplet: AC, 5E and 83. RGB value is (172,94,131). Sum of RGB (Red+Green+Blue) = 172+94+131=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E83 is #53A17C. Grayscale: #797979. Windows color (decimal): -5480829 or 8609452. OLE color: 8609452.
HSL color Cylindrical-coordinate representation of color #AC5E83: hue angle of 331.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5E83 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 131 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.33 |
| HSL | 331.54º | 0.32% | 0.52% | - |
| HSV(B) | 331.54º | 0.45% | 0.67% | - |
| XYZ | 25.11 | 18.41 | 23.7 | - |
| YUV | 121.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 131 | 0 | 0.45 | 0.24 | 0.33 | 331.54 | 0.32 | 0.52 |
| Hex | AC | 5E | 83 | 0 | 2D | 18 | 21 | 14C | 20 | 34 |
| Octal | 254 | 136 | 203 | 0 | 55 | 30 | 41 | 514 | 40 | 64 |
| Binary | 10101100 | 1011110 | 10000011 | 0 | 101101 | 11000 | 100001 | 101001100 | 100000 | 110100 |
Color Harmonies of #AC5E83
Complementary color
Monochromatic Colors of #AC5E83
Black with #AC5E83
Text Example
Text Example
White with #AC5E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E83; }
p { color: rgb(172,94,131); }
H1.HeaderClassName
{
color: #AC5E83;
}
.AnyTagClassName
{
color: #AC5E83;
}
</style>
background-color css
<style>
a { background-color: #AC5E83; }
a { background-color: rgb(172,94,131); }
div.DivClassName
{
background-color: #AC5E83;
}
.BgClassName
{
background-color: #AC5E83;
}
</style>
border-color css
<style>
span { border-color: #AC5E83; }
span { border-color: rgb(172,94,131); }
td.TdClassName
{
border-color: #AC5E83;
}
.TagClassName
{
border-color: #AC5E83;
}
</style>