Shades of Tapestry #AC7A83
Tints of Tapestry #AC7A83
RGB
CMYK
RGB Variations
Color information
#AC7A83 (or 0xAC7A83) is known color: Tapestry. HEX triplet: AC, 7A and 83. RGB value is (172,122,131). Sum of RGB (Red+Green+Blue) = 172+122+131=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A83 is #53857C. Grayscale: #898989. Windows color (decimal): -5473661 or 8616620. OLE color: 8616620.
HSL color Cylindrical-coordinate representation of color #AC7A83: hue angle of 349.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7A83 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 131 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.33 |
| HSL | 349.2º | 0.23% | 0.58% | - |
| HSV(B) | 349.2º | 0.29% | 0.67% | - |
| XYZ | 28.07 | 24.33 | 24.69 | - |
| YUV | 137.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 131 | 0 | 0.29 | 0.24 | 0.33 | 349.2 | 0.23 | 0.58 |
| Hex | AC | 7A | 83 | 0 | 1D | 18 | 21 | 15D | 17 | 3A |
| Octal | 254 | 172 | 203 | 0 | 35 | 30 | 41 | 535 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10000011 | 0 | 11101 | 11000 | 100001 | 101011101 | 10111 | 111010 |
Color Harmonies of #AC7A83
Complementary color
Monochromatic Colors of #AC7A83
Black with #AC7A83
Text Example
Text Example
White with #AC7A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A83; }
p { color: rgb(172,122,131); }
H1.HeaderClassName
{
color: #AC7A83;
}
.AnyTagClassName
{
color: #AC7A83;
}
</style>
background-color css
<style>
a { background-color: #AC7A83; }
a { background-color: rgb(172,122,131); }
div.DivClassName
{
background-color: #AC7A83;
}
.BgClassName
{
background-color: #AC7A83;
}
</style>
border-color css
<style>
span { border-color: #AC7A83; }
span { border-color: rgb(172,122,131); }
td.TdClassName
{
border-color: #AC7A83;
}
.TagClassName
{
border-color: #AC7A83;
}
</style>