Shades of Tapestry #AC7B82
Tints of Tapestry #AC7B82
RGB
CMYK
RGB Variations
Color information
#AC7B82 (or 0xAC7B82) is known color: Tapestry. HEX triplet: AC, 7B and 82. RGB value is (172,123,130). Sum of RGB (Red+Green+Blue) = 172+123+130=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B82 is #53847D. Grayscale: #8A8A8A. Windows color (decimal): -5473406 or 8551340. OLE color: 8551340.
HSL color Cylindrical-coordinate representation of color #AC7B82: hue angle of 351.43º 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 #AC7B82 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 130 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.33 |
| HSL | 351.43º | 0.23% | 0.58% | - |
| HSV(B) | 351.43º | 0.28% | 0.67% | - |
| XYZ | 28.13 | 24.55 | 24.38 | - |
| YUV | 138.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 130 | 0 | 0.28 | 0.24 | 0.33 | 351.43 | 0.23 | 0.58 |
| Hex | AC | 7B | 82 | 0 | 1C | 18 | 21 | 15F | 17 | 3A |
| Octal | 254 | 173 | 202 | 0 | 34 | 30 | 41 | 537 | 27 | 72 |
| Binary | 10101100 | 1111011 | 10000010 | 0 | 11100 | 11000 | 100001 | 101011111 | 10111 | 111010 |
Color Harmonies of #AC7B82
Complementary color
Monochromatic Colors of #AC7B82
Black with #AC7B82
Text Example
Text Example
White with #AC7B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B82; }
p { color: rgb(172,123,130); }
H1.HeaderClassName
{
color: #AC7B82;
}
.AnyTagClassName
{
color: #AC7B82;
}
</style>
background-color css
<style>
a { background-color: #AC7B82; }
a { background-color: rgb(172,123,130); }
div.DivClassName
{
background-color: #AC7B82;
}
.BgClassName
{
background-color: #AC7B82;
}
</style>
border-color css
<style>
span { border-color: #AC7B82; }
span { border-color: rgb(172,123,130); }
td.TdClassName
{
border-color: #AC7B82;
}
.TagClassName
{
border-color: #AC7B82;
}
</style>