Shades of Tapestry #AE6081
Tints of Tapestry #AE6081
RGB
CMYK
RGB Variations
Color information
#AE6081 (or 0xAE6081) is known color: Tapestry. HEX triplet: AE, 60 and 81. RGB value is (174,96,129). Sum of RGB (Red+Green+Blue) = 174+96+129=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6081 is #519F7E. Grayscale: #7B7B7B. Windows color (decimal): -5349247 or 8478894. OLE color: 8478894.
HSL color Cylindrical-coordinate representation of color #AE6081: hue angle of 334.62º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE6081 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 129 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.32 |
| HSL | 334.62º | 0.33% | 0.53% | - |
| HSV(B) | 334.62º | 0.45% | 0.68% | - |
| XYZ | 25.6 | 18.95 | 23.08 | - |
| YUV | 123.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 129 | 0 | 0.45 | 0.26 | 0.32 | 334.62 | 0.33 | 0.53 |
| Hex | AE | 60 | 81 | 0 | 2D | 1A | 20 | 14F | 20 | 35 |
| Octal | 256 | 140 | 201 | 0 | 55 | 32 | 40 | 517 | 40 | 65 |
| Binary | 10101110 | 1100000 | 10000001 | 0 | 101101 | 11010 | 100000 | 101001111 | 100000 | 110101 |
Color Harmonies of #AE6081
Complementary color
Monochromatic Colors of #AE6081
Black with #AE6081
Text Example
Text Example
White with #AE6081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6081; }
p { color: rgb(174,96,129); }
H1.HeaderClassName
{
color: #AE6081;
}
.AnyTagClassName
{
color: #AE6081;
}
</style>
background-color css
<style>
a { background-color: #AE6081; }
a { background-color: rgb(174,96,129); }
div.DivClassName
{
background-color: #AE6081;
}
.BgClassName
{
background-color: #AE6081;
}
</style>
border-color css
<style>
span { border-color: #AE6081; }
span { border-color: rgb(174,96,129); }
td.TdClassName
{
border-color: #AE6081;
}
.TagClassName
{
border-color: #AE6081;
}
</style>