Shades of Tapestry #AE7281
Tints of Tapestry #AE7281
RGB
CMYK
RGB Variations
Color information
#AE7281 (or 0xAE7281) is known color: Tapestry. HEX triplet: AE, 72 and 81. RGB value is (174,114,129). Sum of RGB (Red+Green+Blue) = 174+114+129=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7281 is #518D7E. Grayscale: #858585. Windows color (decimal): -5344639 or 8483502. OLE color: 8483502.
HSL color Cylindrical-coordinate representation of color #AE7281: hue angle of 345º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE7281 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 129 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.32 |
| HSL | 345º | 0.27% | 0.56% | - |
| HSV(B) | 345º | 0.34% | 0.68% | - |
| XYZ | 27.44 | 22.62 | 23.69 | - |
| YUV | 133.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 129 | 0 | 0.34 | 0.26 | 0.32 | 345 | 0.27 | 0.56 |
| Hex | AE | 72 | 81 | 0 | 22 | 1A | 20 | 159 | 1B | 38 |
| Octal | 256 | 162 | 201 | 0 | 42 | 32 | 40 | 531 | 33 | 70 |
| Binary | 10101110 | 1110010 | 10000001 | 0 | 100010 | 11010 | 100000 | 101011001 | 11011 | 111000 |
Color Harmonies of #AE7281
Complementary color
Monochromatic Colors of #AE7281
Black with #AE7281
Text Example
Text Example
White with #AE7281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7281; }
p { color: rgb(174,114,129); }
H1.HeaderClassName
{
color: #AE7281;
}
.AnyTagClassName
{
color: #AE7281;
}
</style>
background-color css
<style>
a { background-color: #AE7281; }
a { background-color: rgb(174,114,129); }
div.DivClassName
{
background-color: #AE7281;
}
.BgClassName
{
background-color: #AE7281;
}
</style>
border-color css
<style>
span { border-color: #AE7281; }
span { border-color: rgb(174,114,129); }
td.TdClassName
{
border-color: #AE7281;
}
.TagClassName
{
border-color: #AE7281;
}
</style>