Shades of Tapestry #AC5C83
Tints of Tapestry #AC5C83
RGB
CMYK
RGB Variations
Color information
#AC5C83 (or 0xAC5C83) is known color: Tapestry. HEX triplet: AC, 5C and 83. RGB value is (172,92,131). Sum of RGB (Red+Green+Blue) = 172+92+131=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C83 is #53A37C. Grayscale: #787878. Windows color (decimal): -5481341 or 8608940. OLE color: 8608940.
HSL color Cylindrical-coordinate representation of color #AC5C83: hue angle of 330.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5C83 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 131 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.33 |
| HSL | 330.75º | 0.33% | 0.52% | - |
| HSV(B) | 330.75º | 0.47% | 0.67% | - |
| XYZ | 24.94 | 18.06 | 23.65 | - |
| YUV | 120.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 131 | 0 | 0.47 | 0.24 | 0.33 | 330.75 | 0.33 | 0.52 |
| Hex | AC | 5C | 83 | 0 | 2F | 18 | 21 | 14B | 21 | 34 |
| Octal | 254 | 134 | 203 | 0 | 57 | 30 | 41 | 513 | 41 | 64 |
| Binary | 10101100 | 1011100 | 10000011 | 0 | 101111 | 11000 | 100001 | 101001011 | 100001 | 110100 |
Color Harmonies of #AC5C83
Complementary color
Monochromatic Colors of #AC5C83
Black with #AC5C83
Text Example
Text Example
White with #AC5C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C83; }
p { color: rgb(172,92,131); }
H1.HeaderClassName
{
color: #AC5C83;
}
.AnyTagClassName
{
color: #AC5C83;
}
</style>
background-color css
<style>
a { background-color: #AC5C83; }
a { background-color: rgb(172,92,131); }
div.DivClassName
{
background-color: #AC5C83;
}
.BgClassName
{
background-color: #AC5C83;
}
</style>
border-color css
<style>
span { border-color: #AC5C83; }
span { border-color: rgb(172,92,131); }
td.TdClassName
{
border-color: #AC5C83;
}
.TagClassName
{
border-color: #AC5C83;
}
</style>