Shades of Tapestry #AE6581
Tints of Tapestry #AE6581
RGB
CMYK
RGB Variations
Color information
#AE6581 (or 0xAE6581) is known color: Tapestry. HEX triplet: AE, 65 and 81. RGB value is (174,101,129). Sum of RGB (Red+Green+Blue) = 174+101+129=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6581 is #519A7E. Grayscale: #7D7D7D. Windows color (decimal): -5347967 or 8480174. OLE color: 8480174.
HSL color Cylindrical-coordinate representation of color #AE6581: hue angle of 336.99º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE6581 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 101 | 129 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.32 |
| HSL | 336.99º | 0.31% | 0.54% | - |
| HSV(B) | 336.99º | 0.42% | 0.68% | - |
| XYZ | 26.07 | 19.89 | 23.23 | - |
| YUV | 126.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 101 | 129 | 0 | 0.42 | 0.26 | 0.32 | 336.99 | 0.31 | 0.54 |
| Hex | AE | 65 | 81 | 0 | 2A | 1A | 20 | 151 | 1F | 36 |
| Octal | 256 | 145 | 201 | 0 | 52 | 32 | 40 | 521 | 37 | 66 |
| Binary | 10101110 | 1100101 | 10000001 | 0 | 101010 | 11010 | 100000 | 101010001 | 11111 | 110110 |
Color Harmonies of #AE6581
Complementary color
Monochromatic Colors of #AE6581
Black with #AE6581
Text Example
Text Example
White with #AE6581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6581; }
p { color: rgb(174,101,129); }
H1.HeaderClassName
{
color: #AE6581;
}
.AnyTagClassName
{
color: #AE6581;
}
</style>
background-color css
<style>
a { background-color: #AE6581; }
a { background-color: rgb(174,101,129); }
div.DivClassName
{
background-color: #AE6581;
}
.BgClassName
{
background-color: #AE6581;
}
</style>
border-color css
<style>
span { border-color: #AE6581; }
span { border-color: rgb(174,101,129); }
td.TdClassName
{
border-color: #AE6581;
}
.TagClassName
{
border-color: #AE6581;
}
</style>