Shades of Tapestry #AA667F
Tints of Tapestry #AA667F
RGB
CMYK
RGB Variations
Color information
#AA667F (or 0xAA667F) is known color: Tapestry. HEX triplet: AA, 66 and 7F. RGB value is (170,102,127). Sum of RGB (Red+Green+Blue) = 170+102+127=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA667F is #559980. Grayscale: #7D7D7D. Windows color (decimal): -5609857 or 8349354. OLE color: 8349354.
HSL color Cylindrical-coordinate representation of color #AA667F: hue angle of 337.94º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA667F is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 127 | - |
| CMYK | 0 | 0.4 | 0.25 | 0.33 |
| HSL | 337.94º | 0.29% | 0.53% | - |
| HSV(B) | 337.94º | 0.4% | 0.67% | - |
| XYZ | 25.16 | 19.58 | 22.53 | - |
| YUV | 125.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 127 | 0 | 0.4 | 0.25 | 0.33 | 337.94 | 0.29 | 0.53 |
| Hex | AA | 66 | 7F | 0 | 28 | 19 | 21 | 152 | 1D | 35 |
| Octal | 252 | 146 | 177 | 0 | 50 | 31 | 41 | 522 | 35 | 65 |
| Binary | 10101010 | 1100110 | 1111111 | 0 | 101000 | 11001 | 100001 | 101010010 | 11101 | 110101 |
Color Harmonies of #AA667F
Complementary color
Monochromatic Colors of #AA667F
Black with #AA667F
Text Example
Text Example
White with #AA667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA667F; }
p { color: rgb(170,102,127); }
H1.HeaderClassName
{
color: #AA667F;
}
.AnyTagClassName
{
color: #AA667F;
}
</style>
background-color css
<style>
a { background-color: #AA667F; }
a { background-color: rgb(170,102,127); }
div.DivClassName
{
background-color: #AA667F;
}
.BgClassName
{
background-color: #AA667F;
}
</style>
border-color css
<style>
span { border-color: #AA667F; }
span { border-color: rgb(170,102,127); }
td.TdClassName
{
border-color: #AA667F;
}
.TagClassName
{
border-color: #AA667F;
}
</style>