Shades of Tapestry #AC6C8A
Tints of Tapestry #AC6C8A
RGB
CMYK
RGB Variations
Color information
#AC6C8A (or 0xAC6C8A) is known color: Tapestry. HEX triplet: AC, 6C and 8A. RGB value is (172,108,138). Sum of RGB (Red+Green+Blue) = 172+108+138=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C8A is #539375. Grayscale: #828282. Windows color (decimal): -5477238 or 9071788. OLE color: 9071788.
HSL color Cylindrical-coordinate representation of color #AC6C8A: hue angle of 331.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6C8A is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 108 | 138 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.33 |
| HSL | 331.88º | 0.28% | 0.55% | - |
| HSV(B) | 331.88º | 0.37% | 0.67% | - |
| XYZ | 26.96 | 21.33 | 26.74 | - |
| YUV | 130.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 108 | 138 | 0 | 0.37 | 0.20 | 0.33 | 331.88 | 0.28 | 0.55 |
| Hex | AC | 6C | 8A | 0 | 25 | 14 | 21 | 14C | 1C | 37 |
| Octal | 254 | 154 | 212 | 0 | 45 | 24 | 41 | 514 | 34 | 67 |
| Binary | 10101100 | 1101100 | 10001010 | 0 | 100101 | 10100 | 100001 | 101001100 | 11100 | 110111 |
Color Harmonies of #AC6C8A
Complementary color
Monochromatic Colors of #AC6C8A
Black with #AC6C8A
Text Example
Text Example
White with #AC6C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6C8A; }
p { color: rgb(172,108,138); }
H1.HeaderClassName
{
color: #AC6C8A;
}
.AnyTagClassName
{
color: #AC6C8A;
}
</style>
background-color css
<style>
a { background-color: #AC6C8A; }
a { background-color: rgb(172,108,138); }
div.DivClassName
{
background-color: #AC6C8A;
}
.BgClassName
{
background-color: #AC6C8A;
}
</style>
border-color css
<style>
span { border-color: #AC6C8A; }
span { border-color: rgb(172,108,138); }
td.TdClassName
{
border-color: #AC6C8A;
}
.TagClassName
{
border-color: #AC6C8A;
}
</style>