Shades of Tapestry #AC738A
Tints of Tapestry #AC738A
RGB
CMYK
RGB Variations
Color information
#AC738A (or 0xAC738A) is known color: Tapestry. HEX triplet: AC, 73 and 8A. RGB value is (172,115,138). Sum of RGB (Red+Green+Blue) = 172+115+138=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC738A is #538C75. Grayscale: #868686. Windows color (decimal): -5475446 or 9073580. OLE color: 9073580.
HSL color Cylindrical-coordinate representation of color #AC738A: hue angle of 335.79º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC738A is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 138 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.33 |
| HSL | 335.79º | 0.26% | 0.56% | - |
| HSV(B) | 335.79º | 0.33% | 0.67% | - |
| XYZ | 27.73 | 22.87 | 27 | - |
| YUV | 134.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 138 | 0 | 0.33 | 0.20 | 0.33 | 335.79 | 0.26 | 0.56 |
| Hex | AC | 73 | 8A | 0 | 21 | 14 | 21 | 150 | 1A | 38 |
| Octal | 254 | 163 | 212 | 0 | 41 | 24 | 41 | 520 | 32 | 70 |
| Binary | 10101100 | 1110011 | 10001010 | 0 | 100001 | 10100 | 100001 | 101010000 | 11010 | 111000 |
Color Harmonies of #AC738A
Complementary color
Monochromatic Colors of #AC738A
Black with #AC738A
Text Example
Text Example
White with #AC738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC738A; }
p { color: rgb(172,115,138); }
H1.HeaderClassName
{
color: #AC738A;
}
.AnyTagClassName
{
color: #AC738A;
}
</style>
background-color css
<style>
a { background-color: #AC738A; }
a { background-color: rgb(172,115,138); }
div.DivClassName
{
background-color: #AC738A;
}
.BgClassName
{
background-color: #AC738A;
}
</style>
border-color css
<style>
span { border-color: #AC738A; }
span { border-color: rgb(172,115,138); }
td.TdClassName
{
border-color: #AC738A;
}
.TagClassName
{
border-color: #AC738A;
}
</style>