Shades of Tapestry #AC828A
Tints of Tapestry #AC828A
RGB
CMYK
RGB Variations
Color information
#AC828A (or 0xAC828A) is known color: Tapestry. HEX triplet: AC, 82 and 8A. RGB value is (172,130,138). Sum of RGB (Red+Green+Blue) = 172+130+138=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC828A is #537D75. Grayscale: #8F8F8F. Windows color (decimal): -5471606 or 9077420. OLE color: 9077420.
HSL color Cylindrical-coordinate representation of color #AC828A: hue angle of 348.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC828A is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 138 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.33 |
| HSL | 348.57º | 0.2% | 0.59% | - |
| HSV(B) | 348.57º | 0.24% | 0.67% | - |
| XYZ | 29.58 | 26.57 | 27.61 | - |
| YUV | 143.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 138 | 0 | 0.24 | 0.20 | 0.33 | 348.57 | 0.2 | 0.59 |
| Hex | AC | 82 | 8A | 0 | 18 | 14 | 21 | 15D | 14 | 3B |
| Octal | 254 | 202 | 212 | 0 | 30 | 24 | 41 | 535 | 24 | 73 |
| Binary | 10101100 | 10000010 | 10001010 | 0 | 11000 | 10100 | 100001 | 101011101 | 10100 | 111011 |
Color Harmonies of #AC828A
Complementary color
Monochromatic Colors of #AC828A
Black with #AC828A
Text Example
Text Example
White with #AC828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC828A; }
p { color: rgb(172,130,138); }
H1.HeaderClassName
{
color: #AC828A;
}
.AnyTagClassName
{
color: #AC828A;
}
</style>
background-color css
<style>
a { background-color: #AC828A; }
a { background-color: rgb(172,130,138); }
div.DivClassName
{
background-color: #AC828A;
}
.BgClassName
{
background-color: #AC828A;
}
</style>
border-color css
<style>
span { border-color: #AC828A; }
span { border-color: rgb(172,130,138); }
td.TdClassName
{
border-color: #AC828A;
}
.TagClassName
{
border-color: #AC828A;
}
</style>