Shades of Tapestry #AA6F7E
Tints of Tapestry #AA6F7E
RGB
CMYK
RGB Variations
Color information
#AA6F7E (or 0xAA6F7E) is known color: Tapestry. HEX triplet: AA, 6F and 7E. RGB value is (170,111,126). Sum of RGB (Red+Green+Blue) = 170+111+126=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F7E is #559081. Grayscale: #828282. Windows color (decimal): -5607554 or 8286122. OLE color: 8286122.
HSL color Cylindrical-coordinate representation of color #AA6F7E: hue angle of 344.75º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA6F7E is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 126 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.33 |
| HSL | 344.75º | 0.26% | 0.55% | - |
| HSV(B) | 344.75º | 0.35% | 0.67% | - |
| XYZ | 26.03 | 21.42 | 22.5 | - |
| YUV | 130.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 126 | 0 | 0.35 | 0.26 | 0.33 | 344.75 | 0.26 | 0.55 |
| Hex | AA | 6F | 7E | 0 | 23 | 1A | 21 | 159 | 1A | 37 |
| Octal | 252 | 157 | 176 | 0 | 43 | 32 | 41 | 531 | 32 | 67 |
| Binary | 10101010 | 1101111 | 1111110 | 0 | 100011 | 11010 | 100001 | 101011001 | 11010 | 110111 |
Color Harmonies of #AA6F7E
Complementary color
Monochromatic Colors of #AA6F7E
Black with #AA6F7E
Text Example
Text Example
White with #AA6F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F7E; }
p { color: rgb(170,111,126); }
H1.HeaderClassName
{
color: #AA6F7E;
}
.AnyTagClassName
{
color: #AA6F7E;
}
</style>
background-color css
<style>
a { background-color: #AA6F7E; }
a { background-color: rgb(170,111,126); }
div.DivClassName
{
background-color: #AA6F7E;
}
.BgClassName
{
background-color: #AA6F7E;
}
</style>
border-color css
<style>
span { border-color: #AA6F7E; }
span { border-color: rgb(170,111,126); }
td.TdClassName
{
border-color: #AA6F7E;
}
.TagClassName
{
border-color: #AA6F7E;
}
</style>