Shades of Tapestry #AC6E7F
Tints of Tapestry #AC6E7F
RGB
CMYK
RGB Variations
Color information
#AC6E7F (or 0xAC6E7F) is known color: Tapestry. HEX triplet: AC, 6E and 7F. RGB value is (172,110,127). Sum of RGB (Red+Green+Blue) = 172+110+127=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E7F is #539180. Grayscale: #828282. Windows color (decimal): -5476737 or 8351404. OLE color: 8351404.
HSL color Cylindrical-coordinate representation of color #AC6E7F: hue angle of 343.55º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6E7F is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 127 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.33 |
| HSL | 343.55º | 0.27% | 0.55% | - |
| HSV(B) | 343.55º | 0.36% | 0.67% | - |
| XYZ | 26.42 | 21.45 | 22.83 | - |
| YUV | 130.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 127 | 0 | 0.36 | 0.26 | 0.33 | 343.55 | 0.27 | 0.55 |
| Hex | AC | 6E | 7F | 0 | 24 | 1A | 21 | 158 | 1B | 37 |
| Octal | 254 | 156 | 177 | 0 | 44 | 32 | 41 | 530 | 33 | 67 |
| Binary | 10101100 | 1101110 | 1111111 | 0 | 100100 | 11010 | 100001 | 101011000 | 11011 | 110111 |
Color Harmonies of #AC6E7F
Complementary color
Monochromatic Colors of #AC6E7F
Black with #AC6E7F
Text Example
Text Example
White with #AC6E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E7F; }
p { color: rgb(172,110,127); }
H1.HeaderClassName
{
color: #AC6E7F;
}
.AnyTagClassName
{
color: #AC6E7F;
}
</style>
background-color css
<style>
a { background-color: #AC6E7F; }
a { background-color: rgb(172,110,127); }
div.DivClassName
{
background-color: #AC6E7F;
}
.BgClassName
{
background-color: #AC6E7F;
}
</style>
border-color css
<style>
span { border-color: #AC6E7F; }
span { border-color: rgb(172,110,127); }
td.TdClassName
{
border-color: #AC6E7F;
}
.TagClassName
{
border-color: #AC6E7F;
}
</style>