Shades of Tapestry #AC6E7D
Tints of Tapestry #AC6E7D
RGB
CMYK
RGB Variations
Color information
#AC6E7D (or 0xAC6E7D) is known color: Tapestry. HEX triplet: AC, 6E and 7D. RGB value is (172,110,125). Sum of RGB (Red+Green+Blue) = 172+110+125=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E7D is #539182. Grayscale: #828282. Windows color (decimal): -5476739 or 8220332. OLE color: 8220332.
HSL color Cylindrical-coordinate representation of color #AC6E7D: hue angle of 345.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6E7D is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 110 | 125 | - |
CMYK | 0 | 0.36 | 0.27 | 0.33 |
HSL | 345.48º | 0.27% | 0.55% | - |
HSV(B) | 345.48º | 0.36% | 0.67% | - |
XYZ | 26.29 | 21.4 | 22.15 | - |
YUV | 130.25 | 125.04 | 157.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 110 | 125 | 0 | 0.36 | 0.27 | 0.33 | 345.48 | 0.27 | 0.55 |
Hex | AC | 6E | 7D | 0 | 24 | 1B | 21 | 159 | 1B | 37 |
Octal | 254 | 156 | 175 | 0 | 44 | 33 | 41 | 531 | 33 | 67 |
Binary | 10101100 | 1101110 | 1111101 | 0 | 100100 | 11011 | 100001 | 101011001 | 11011 | 110111 |
Color Harmonies of #AC6E7D
Complementary color
Monochromatic Colors of #AC6E7D
Black with #AC6E7D
Text Example
Text Example
White with #AC6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E7D; }
p { color: rgb(172,110,125); }
H1.HeaderClassName
{
color: #AC6E7D;
}
.AnyTagClassName
{
color: #AC6E7D;
}
</style>
background-color css
<style>
a { background-color: #AC6E7D; }
a { background-color: rgb(172,110,125); }
div.DivClassName
{
background-color: #AC6E7D;
}
.BgClassName
{
background-color: #AC6E7D;
}
</style>
border-color css
<style>
span { border-color: #AC6E7D; }
span { border-color: rgb(172,110,125); }
td.TdClassName
{
border-color: #AC6E7D;
}
.TagClassName
{
border-color: #AC6E7D;
}
</style>