Shades of Tapestry #AC5E7B
Tints of Tapestry #AC5E7B
RGB
CMYK
RGB Variations
Color information
#AC5E7B (or 0xAC5E7B) is known color: Tapestry. HEX triplet: AC, 5E and 7B. RGB value is (172,94,123). Sum of RGB (Red+Green+Blue) = 172+94+123=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E7B is #53A184. Grayscale: #787878. Windows color (decimal): -5480837 or 8085164. OLE color: 8085164.
HSL color Cylindrical-coordinate representation of color #AC5E7B: hue angle of 337.69º 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 #AC5E7B is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 123 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.33 |
| HSL | 337.69º | 0.32% | 0.52% | - |
| HSV(B) | 337.69º | 0.45% | 0.67% | - |
| XYZ | 24.59 | 18.21 | 20.96 | - |
| YUV | 120.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 123 | 0 | 0.45 | 0.28 | 0.33 | 337.69 | 0.32 | 0.52 |
| Hex | AC | 5E | 7B | 0 | 2D | 1C | 21 | 152 | 20 | 34 |
| Octal | 254 | 136 | 173 | 0 | 55 | 34 | 41 | 522 | 40 | 64 |
| Binary | 10101100 | 1011110 | 1111011 | 0 | 101101 | 11100 | 100001 | 101010010 | 100000 | 110100 |
Color Harmonies of #AC5E7B
Complementary color
Monochromatic Colors of #AC5E7B
Black with #AC5E7B
Text Example
Text Example
White with #AC5E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E7B; }
p { color: rgb(172,94,123); }
H1.HeaderClassName
{
color: #AC5E7B;
}
.AnyTagClassName
{
color: #AC5E7B;
}
</style>
background-color css
<style>
a { background-color: #AC5E7B; }
a { background-color: rgb(172,94,123); }
div.DivClassName
{
background-color: #AC5E7B;
}
.BgClassName
{
background-color: #AC5E7B;
}
</style>
border-color css
<style>
span { border-color: #AC5E7B; }
span { border-color: rgb(172,94,123); }
td.TdClassName
{
border-color: #AC5E7B;
}
.TagClassName
{
border-color: #AC5E7B;
}
</style>