Shades of Tapestry #AC7384
Tints of Tapestry #AC7384
RGB
CMYK
RGB Variations
Color information
#AC7384 (or 0xAC7384) is known color: Tapestry. HEX triplet: AC, 73 and 84. RGB value is (172,115,132). Sum of RGB (Red+Green+Blue) = 172+115+132=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7384 is #538C7B. Grayscale: #858585. Windows color (decimal): -5475452 or 8680364. OLE color: 8680364.
HSL color Cylindrical-coordinate representation of color #AC7384: hue angle of 342.11º 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 #AC7384 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 132 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.33 |
| HSL | 342.11º | 0.26% | 0.56% | - |
| HSV(B) | 342.11º | 0.33% | 0.67% | - |
| XYZ | 27.31 | 22.7 | 24.77 | - |
| YUV | 133.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 132 | 0 | 0.33 | 0.23 | 0.33 | 342.11 | 0.26 | 0.56 |
| Hex | AC | 73 | 84 | 0 | 21 | 17 | 21 | 156 | 1A | 38 |
| Octal | 254 | 163 | 204 | 0 | 41 | 27 | 41 | 526 | 32 | 70 |
| Binary | 10101100 | 1110011 | 10000100 | 0 | 100001 | 10111 | 100001 | 101010110 | 11010 | 111000 |
Color Harmonies of #AC7384
Complementary color
Monochromatic Colors of #AC7384
Black with #AC7384
Text Example
Text Example
White with #AC7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7384; }
p { color: rgb(172,115,132); }
H1.HeaderClassName
{
color: #AC7384;
}
.AnyTagClassName
{
color: #AC7384;
}
</style>
background-color css
<style>
a { background-color: #AC7384; }
a { background-color: rgb(172,115,132); }
div.DivClassName
{
background-color: #AC7384;
}
.BgClassName
{
background-color: #AC7384;
}
</style>
border-color css
<style>
span { border-color: #AC7384; }
span { border-color: rgb(172,115,132); }
td.TdClassName
{
border-color: #AC7384;
}
.TagClassName
{
border-color: #AC7384;
}
</style>