Shades of Tapestry #AA6D7D
Tints of Tapestry #AA6D7D
RGB
CMYK
RGB Variations
Color information
#AA6D7D (or 0xAA6D7D) is known color: Tapestry. HEX triplet: AA, 6D and 7D. RGB value is (170,109,125). Sum of RGB (Red+Green+Blue) = 170+109+125=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D7D is #559282. Grayscale: #818181. Windows color (decimal): -5608067 or 8220074. OLE color: 8220074.
HSL color Cylindrical-coordinate representation of color #AA6D7D: hue angle of 344.26º degrees, saturation: 0.26, 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 #AA6D7D is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 125 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.33 |
| HSL | 344.26º | 0.26% | 0.55% | - |
| HSV(B) | 344.26º | 0.36% | 0.67% | - |
| XYZ | 25.75 | 20.96 | 22.09 | - |
| YUV | 129.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 125 | 0 | 0.36 | 0.26 | 0.33 | 344.26 | 0.26 | 0.55 |
| Hex | AA | 6D | 7D | 0 | 24 | 1A | 21 | 158 | 1A | 37 |
| Octal | 252 | 155 | 175 | 0 | 44 | 32 | 41 | 530 | 32 | 67 |
| Binary | 10101010 | 1101101 | 1111101 | 0 | 100100 | 11010 | 100001 | 101011000 | 11010 | 110111 |
Color Harmonies of #AA6D7D
Complementary color
Monochromatic Colors of #AA6D7D
Black with #AA6D7D
Text Example
Text Example
White with #AA6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D7D; }
p { color: rgb(170,109,125); }
H1.HeaderClassName
{
color: #AA6D7D;
}
.AnyTagClassName
{
color: #AA6D7D;
}
</style>
background-color css
<style>
a { background-color: #AA6D7D; }
a { background-color: rgb(170,109,125); }
div.DivClassName
{
background-color: #AA6D7D;
}
.BgClassName
{
background-color: #AA6D7D;
}
</style>
border-color css
<style>
span { border-color: #AA6D7D; }
span { border-color: rgb(170,109,125); }
td.TdClassName
{
border-color: #AA6D7D;
}
.TagClassName
{
border-color: #AA6D7D;
}
</style>