Shades of Tapestry #AC7B8F
Tints of Tapestry #AC7B8F
RGB
CMYK
RGB Variations
Color information
#AC7B8F (or 0xAC7B8F) is known color: Tapestry. HEX triplet: AC, 7B and 8F. RGB value is (172,123,143). Sum of RGB (Red+Green+Blue) = 172+123+143=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B8F is #538470. Grayscale: #8B8B8B. Windows color (decimal): -5473393 or 9403308. OLE color: 9403308.
HSL color Cylindrical-coordinate representation of color #AC7B8F: hue angle of 335.51º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7B8F is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 143 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.33 |
| HSL | 335.51º | 0.23% | 0.58% | - |
| HSV(B) | 335.51º | 0.28% | 0.67% | - |
| XYZ | 29.05 | 24.92 | 29.27 | - |
| YUV | 139.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 143 | 0 | 0.28 | 0.17 | 0.33 | 335.51 | 0.23 | 0.58 |
| Hex | AC | 7B | 8F | 0 | 1C | 11 | 21 | 150 | 17 | 3A |
| Octal | 254 | 173 | 217 | 0 | 34 | 21 | 41 | 520 | 27 | 72 |
| Binary | 10101100 | 1111011 | 10001111 | 0 | 11100 | 10001 | 100001 | 101010000 | 10111 | 111010 |
Color Harmonies of #AC7B8F
Complementary color
Monochromatic Colors of #AC7B8F
Black with #AC7B8F
Text Example
Text Example
White with #AC7B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B8F; }
p { color: rgb(172,123,143); }
H1.HeaderClassName
{
color: #AC7B8F;
}
.AnyTagClassName
{
color: #AC7B8F;
}
</style>
background-color css
<style>
a { background-color: #AC7B8F; }
a { background-color: rgb(172,123,143); }
div.DivClassName
{
background-color: #AC7B8F;
}
.BgClassName
{
background-color: #AC7B8F;
}
</style>
border-color css
<style>
span { border-color: #AC7B8F; }
span { border-color: rgb(172,123,143); }
td.TdClassName
{
border-color: #AC7B8F;
}
.TagClassName
{
border-color: #AC7B8F;
}
</style>