Shades of Tapestry #AE667E
Tints of Tapestry #AE667E
RGB
CMYK
RGB Variations
Color information
#AE667E (or 0xAE667E) is known color: Tapestry. HEX triplet: AE, 66 and 7E. RGB value is (174,102,126). Sum of RGB (Red+Green+Blue) = 174+102+126=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE667E is #519981. Grayscale: #7E7E7E. Windows color (decimal): -5347714 or 8283822. OLE color: 8283822.
HSL color Cylindrical-coordinate representation of color #AE667E: hue angle of 340º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE667E is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 126 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.32 |
| HSL | 340º | 0.31% | 0.54% | - |
| HSV(B) | 340º | 0.41% | 0.68% | - |
| XYZ | 25.97 | 20.01 | 22.23 | - |
| YUV | 126.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 126 | 0 | 0.41 | 0.28 | 0.32 | 340 | 0.31 | 0.54 |
| Hex | AE | 66 | 7E | 0 | 29 | 1C | 20 | 154 | 1F | 36 |
| Octal | 256 | 146 | 176 | 0 | 51 | 34 | 40 | 524 | 37 | 66 |
| Binary | 10101110 | 1100110 | 1111110 | 0 | 101001 | 11100 | 100000 | 101010100 | 11111 | 110110 |
Color Harmonies of #AE667E
Complementary color
Monochromatic Colors of #AE667E
Black with #AE667E
Text Example
Text Example
White with #AE667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE667E; }
p { color: rgb(174,102,126); }
H1.HeaderClassName
{
color: #AE667E;
}
.AnyTagClassName
{
color: #AE667E;
}
</style>
background-color css
<style>
a { background-color: #AE667E; }
a { background-color: rgb(174,102,126); }
div.DivClassName
{
background-color: #AE667E;
}
.BgClassName
{
background-color: #AE667E;
}
</style>
border-color css
<style>
span { border-color: #AE667E; }
span { border-color: rgb(174,102,126); }
td.TdClassName
{
border-color: #AE667E;
}
.TagClassName
{
border-color: #AE667E;
}
</style>