Shades of Tapestry #AC698B
Tints of Tapestry #AC698B
RGB
CMYK
RGB Variations
Color information
#AC698B (or 0xAC698B) is known color: Tapestry. HEX triplet: AC, 69 and 8B. RGB value is (172,105,139). Sum of RGB (Red+Green+Blue) = 172+105+139=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC698B is #539674. Grayscale: #808080. Windows color (decimal): -5478005 or 9136556. OLE color: 9136556.
HSL color Cylindrical-coordinate representation of color #AC698B: hue angle of 329.55º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC698B is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 139 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.33 |
| HSL | 329.55º | 0.29% | 0.54% | - |
| HSV(B) | 329.55º | 0.39% | 0.67% | - |
| XYZ | 26.73 | 20.74 | 27.02 | - |
| YUV | 128.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 139 | 0 | 0.39 | 0.19 | 0.33 | 329.55 | 0.29 | 0.54 |
| Hex | AC | 69 | 8B | 0 | 27 | 13 | 21 | 14A | 1D | 36 |
| Octal | 254 | 151 | 213 | 0 | 47 | 23 | 41 | 512 | 35 | 66 |
| Binary | 10101100 | 1101001 | 10001011 | 0 | 100111 | 10011 | 100001 | 101001010 | 11101 | 110110 |
Color Harmonies of #AC698B
Complementary color
Monochromatic Colors of #AC698B
Black with #AC698B
Text Example
Text Example
White with #AC698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC698B; }
p { color: rgb(172,105,139); }
H1.HeaderClassName
{
color: #AC698B;
}
.AnyTagClassName
{
color: #AC698B;
}
</style>
background-color css
<style>
a { background-color: #AC698B; }
a { background-color: rgb(172,105,139); }
div.DivClassName
{
background-color: #AC698B;
}
.BgClassName
{
background-color: #AC698B;
}
</style>
border-color css
<style>
span { border-color: #AC698B; }
span { border-color: rgb(172,105,139); }
td.TdClassName
{
border-color: #AC698B;
}
.TagClassName
{
border-color: #AC698B;
}
</style>