Shades of Tapestry #AA627D
Tints of Tapestry #AA627D
RGB
CMYK
RGB Variations
Color information
#AA627D (or 0xAA627D) is known color: Tapestry. HEX triplet: AA, 62 and 7D. RGB value is (170,98,125). Sum of RGB (Red+Green+Blue) = 170+98+125=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA627D is #559D82. Grayscale: #7A7A7A. Windows color (decimal): -5610883 or 8217258. OLE color: 8217258.
HSL color Cylindrical-coordinate representation of color #AA627D: hue angle of 337.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA627D is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 125 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.33 |
| HSL | 337.5º | 0.3% | 0.53% | - |
| HSV(B) | 337.5º | 0.42% | 0.67% | - |
| XYZ | 24.65 | 18.76 | 21.72 | - |
| YUV | 122.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 125 | 0 | 0.42 | 0.26 | 0.33 | 337.5 | 0.3 | 0.53 |
| Hex | AA | 62 | 7D | 0 | 2A | 1A | 21 | 152 | 1E | 35 |
| Octal | 252 | 142 | 175 | 0 | 52 | 32 | 41 | 522 | 36 | 65 |
| Binary | 10101010 | 1100010 | 1111101 | 0 | 101010 | 11010 | 100001 | 101010010 | 11110 | 110101 |
Color Harmonies of #AA627D
Complementary color
Monochromatic Colors of #AA627D
Black with #AA627D
Text Example
Text Example
White with #AA627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA627D; }
p { color: rgb(170,98,125); }
H1.HeaderClassName
{
color: #AA627D;
}
.AnyTagClassName
{
color: #AA627D;
}
</style>
background-color css
<style>
a { background-color: #AA627D; }
a { background-color: rgb(170,98,125); }
div.DivClassName
{
background-color: #AA627D;
}
.BgClassName
{
background-color: #AA627D;
}
</style>
border-color css
<style>
span { border-color: #AA627D; }
span { border-color: rgb(170,98,125); }
td.TdClassName
{
border-color: #AA627D;
}
.TagClassName
{
border-color: #AA627D;
}
</style>