Shades of Tapestry #AC5E7F
Tints of Tapestry #AC5E7F
RGB
CMYK
RGB Variations
Color information
#AC5E7F (or 0xAC5E7F) is known color: Tapestry. HEX triplet: AC, 5E and 7F. RGB value is (172,94,127). Sum of RGB (Red+Green+Blue) = 172+94+127=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E7F is #53A180. Grayscale: #797979. Windows color (decimal): -5480833 or 8347308. OLE color: 8347308.
HSL color Cylindrical-coordinate representation of color #AC5E7F: hue angle of 334.62º 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 #AC5E7F is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 127 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.33 |
| HSL | 334.62º | 0.32% | 0.52% | - |
| HSV(B) | 334.62º | 0.45% | 0.67% | - |
| XYZ | 24.85 | 18.31 | 22.3 | - |
| YUV | 121.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 127 | 0 | 0.45 | 0.26 | 0.33 | 334.62 | 0.32 | 0.52 |
| Hex | AC | 5E | 7F | 0 | 2D | 1A | 21 | 14F | 20 | 34 |
| Octal | 254 | 136 | 177 | 0 | 55 | 32 | 41 | 517 | 40 | 64 |
| Binary | 10101100 | 1011110 | 1111111 | 0 | 101101 | 11010 | 100001 | 101001111 | 100000 | 110100 |
Color Harmonies of #AC5E7F
Complementary color
Monochromatic Colors of #AC5E7F
Black with #AC5E7F
Text Example
Text Example
White with #AC5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E7F; }
p { color: rgb(172,94,127); }
H1.HeaderClassName
{
color: #AC5E7F;
}
.AnyTagClassName
{
color: #AC5E7F;
}
</style>
background-color css
<style>
a { background-color: #AC5E7F; }
a { background-color: rgb(172,94,127); }
div.DivClassName
{
background-color: #AC5E7F;
}
.BgClassName
{
background-color: #AC5E7F;
}
</style>
border-color css
<style>
span { border-color: #AC5E7F; }
span { border-color: rgb(172,94,127); }
td.TdClassName
{
border-color: #AC5E7F;
}
.TagClassName
{
border-color: #AC5E7F;
}
</style>