Shades of Tapestry #AA627E
Tints of Tapestry #AA627E
RGB
CMYK
RGB Variations
Color information
#AA627E (or 0xAA627E) is known color: Tapestry. HEX triplet: AA, 62 and 7E. RGB value is (170,98,126). Sum of RGB (Red+Green+Blue) = 170+98+126=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA627E is #559D81. Grayscale: #7A7A7A. Windows color (decimal): -5610882 or 8282794. OLE color: 8282794.
HSL color Cylindrical-coordinate representation of color #AA627E: hue angle of 336.67º 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 #AA627E is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 126 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.33 |
| HSL | 336.67º | 0.3% | 0.53% | - |
| HSV(B) | 336.67º | 0.42% | 0.67% | - |
| XYZ | 24.71 | 18.79 | 22.06 | - |
| YUV | 122.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 126 | 0 | 0.42 | 0.26 | 0.33 | 336.67 | 0.3 | 0.53 |
| Hex | AA | 62 | 7E | 0 | 2A | 1A | 21 | 151 | 1E | 35 |
| Octal | 252 | 142 | 176 | 0 | 52 | 32 | 41 | 521 | 36 | 65 |
| Binary | 10101010 | 1100010 | 1111110 | 0 | 101010 | 11010 | 100001 | 101010001 | 11110 | 110101 |
Color Harmonies of #AA627E
Complementary color
Monochromatic Colors of #AA627E
Black with #AA627E
Text Example
Text Example
White with #AA627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA627E; }
p { color: rgb(170,98,126); }
H1.HeaderClassName
{
color: #AA627E;
}
.AnyTagClassName
{
color: #AA627E;
}
</style>
background-color css
<style>
a { background-color: #AA627E; }
a { background-color: rgb(170,98,126); }
div.DivClassName
{
background-color: #AA627E;
}
.BgClassName
{
background-color: #AA627E;
}
</style>
border-color css
<style>
span { border-color: #AA627E; }
span { border-color: rgb(170,98,126); }
td.TdClassName
{
border-color: #AA627E;
}
.TagClassName
{
border-color: #AA627E;
}
</style>