Shades of Tapestry #AC7A85
Tints of Tapestry #AC7A85
RGB
CMYK
RGB Variations
Color information
#AC7A85 (or 0xAC7A85) is known color: Tapestry. HEX triplet: AC, 7A and 85. RGB value is (172,122,133). Sum of RGB (Red+Green+Blue) = 172+122+133=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A85 is #53857A. Grayscale: #8A8A8A. Windows color (decimal): -5473659 or 8747692. OLE color: 8747692.
HSL color Cylindrical-coordinate representation of color #AC7A85: hue angle of 346.8º 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 #AC7A85 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 133 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.33 |
| HSL | 346.8º | 0.23% | 0.58% | - |
| HSV(B) | 346.8º | 0.29% | 0.67% | - |
| XYZ | 28.21 | 24.38 | 25.41 | - |
| YUV | 138.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 133 | 0 | 0.29 | 0.23 | 0.33 | 346.8 | 0.23 | 0.58 |
| Hex | AC | 7A | 85 | 0 | 1D | 17 | 21 | 15B | 17 | 3A |
| Octal | 254 | 172 | 205 | 0 | 35 | 27 | 41 | 533 | 27 | 72 |
| Binary | 10101100 | 1111010 | 10000101 | 0 | 11101 | 10111 | 100001 | 101011011 | 10111 | 111010 |
Color Harmonies of #AC7A85
Complementary color
Monochromatic Colors of #AC7A85
Black with #AC7A85
Text Example
Text Example
White with #AC7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A85; }
p { color: rgb(172,122,133); }
H1.HeaderClassName
{
color: #AC7A85;
}
.AnyTagClassName
{
color: #AC7A85;
}
</style>
background-color css
<style>
a { background-color: #AC7A85; }
a { background-color: rgb(172,122,133); }
div.DivClassName
{
background-color: #AC7A85;
}
.BgClassName
{
background-color: #AC7A85;
}
</style>
border-color css
<style>
span { border-color: #AC7A85; }
span { border-color: rgb(172,122,133); }
td.TdClassName
{
border-color: #AC7A85;
}
.TagClassName
{
border-color: #AC7A85;
}
</style>