Shades of Tapestry #AA6C7D
Tints of Tapestry #AA6C7D
RGB
CMYK
RGB Variations
Color information
#AA6C7D (or 0xAA6C7D) is known color: Tapestry. HEX triplet: AA, 6C and 7D. RGB value is (170,108,125). Sum of RGB (Red+Green+Blue) = 170+108+125=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C7D is #559382. Grayscale: #808080. Windows color (decimal): -5608323 or 8219818. OLE color: 8219818.
HSL color Cylindrical-coordinate representation of color #AA6C7D: hue angle of 343.55º 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 #AA6C7D is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 125 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.33 |
| HSL | 343.55º | 0.27% | 0.55% | - |
| HSV(B) | 343.55º | 0.36% | 0.67% | - |
| XYZ | 25.64 | 20.75 | 22.06 | - |
| YUV | 128.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 125 | 0 | 0.36 | 0.26 | 0.33 | 343.55 | 0.27 | 0.55 |
| Hex | AA | 6C | 7D | 0 | 24 | 1A | 21 | 158 | 1B | 37 |
| Octal | 252 | 154 | 175 | 0 | 44 | 32 | 41 | 530 | 33 | 67 |
| Binary | 10101010 | 1101100 | 1111101 | 0 | 100100 | 11010 | 100001 | 101011000 | 11011 | 110111 |
Color Harmonies of #AA6C7D
Complementary color
Monochromatic Colors of #AA6C7D
Black with #AA6C7D
Text Example
Text Example
White with #AA6C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C7D; }
p { color: rgb(170,108,125); }
H1.HeaderClassName
{
color: #AA6C7D;
}
.AnyTagClassName
{
color: #AA6C7D;
}
</style>
background-color css
<style>
a { background-color: #AA6C7D; }
a { background-color: rgb(170,108,125); }
div.DivClassName
{
background-color: #AA6C7D;
}
.BgClassName
{
background-color: #AA6C7D;
}
</style>
border-color css
<style>
span { border-color: #AA6C7D; }
span { border-color: rgb(170,108,125); }
td.TdClassName
{
border-color: #AA6C7D;
}
.TagClassName
{
border-color: #AA6C7D;
}
</style>