Shades of Tapestry #AC6B7B
Tints of Tapestry #AC6B7B
RGB
CMYK
RGB Variations
Color information
#AC6B7B (or 0xAC6B7B) is known color: Tapestry. HEX triplet: AC, 6B and 7B. RGB value is (172,107,123). Sum of RGB (Red+Green+Blue) = 172+107+123=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B7B is #539484. Grayscale: #808080. Windows color (decimal): -5477509 or 8088492. OLE color: 8088492.
HSL color Cylindrical-coordinate representation of color #AC6B7B: hue angle of 345.23º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6B7B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 123 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.33 |
| HSL | 345.23º | 0.28% | 0.55% | - |
| HSV(B) | 345.23º | 0.38% | 0.67% | - |
| XYZ | 25.85 | 20.72 | 21.38 | - |
| YUV | 128.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 123 | 0 | 0.38 | 0.28 | 0.33 | 345.23 | 0.28 | 0.55 |
| Hex | AC | 6B | 7B | 0 | 26 | 1C | 21 | 159 | 1C | 37 |
| Octal | 254 | 153 | 173 | 0 | 46 | 34 | 41 | 531 | 34 | 67 |
| Binary | 10101100 | 1101011 | 1111011 | 0 | 100110 | 11100 | 100001 | 101011001 | 11100 | 110111 |
Color Harmonies of #AC6B7B
Complementary color
Monochromatic Colors of #AC6B7B
Black with #AC6B7B
Text Example
Text Example
White with #AC6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B7B; }
p { color: rgb(172,107,123); }
H1.HeaderClassName
{
color: #AC6B7B;
}
.AnyTagClassName
{
color: #AC6B7B;
}
</style>
background-color css
<style>
a { background-color: #AC6B7B; }
a { background-color: rgb(172,107,123); }
div.DivClassName
{
background-color: #AC6B7B;
}
.BgClassName
{
background-color: #AC6B7B;
}
</style>
border-color css
<style>
span { border-color: #AC6B7B; }
span { border-color: rgb(172,107,123); }
td.TdClassName
{
border-color: #AC6B7B;
}
.TagClassName
{
border-color: #AC6B7B;
}
</style>