Shades of Tapestry #AE8291
Tints of Tapestry #AE8291
RGB
CMYK
RGB Variations
Color information
#AE8291 (or 0xAE8291) is known color: Tapestry. HEX triplet: AE, 82 and 91. RGB value is (174,130,145). Sum of RGB (Red+Green+Blue) = 174+130+145=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8291 is #517D6E. Grayscale: #909090. Windows color (decimal): -5340527 or 9536174. OLE color: 9536174.
HSL color Cylindrical-coordinate representation of color #AE8291: hue angle of 339.55º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE8291 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 145 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.32 |
| HSL | 339.55º | 0.21% | 0.6% | - |
| HSV(B) | 339.55º | 0.25% | 0.68% | - |
| XYZ | 30.55 | 27.01 | 30.39 | - |
| YUV | 144.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 145 | 0 | 0.25 | 0.17 | 0.32 | 339.55 | 0.21 | 0.6 |
| Hex | AE | 82 | 91 | 0 | 19 | 11 | 20 | 154 | 15 | 3C |
| Octal | 256 | 202 | 221 | 0 | 31 | 21 | 40 | 524 | 25 | 74 |
| Binary | 10101110 | 10000010 | 10010001 | 0 | 11001 | 10001 | 100000 | 101010100 | 10101 | 111100 |
Color Harmonies of #AE8291
Complementary color
Monochromatic Colors of #AE8291
Black with #AE8291
Text Example
Text Example
White with #AE8291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8291; }
p { color: rgb(174,130,145); }
H1.HeaderClassName
{
color: #AE8291;
}
.AnyTagClassName
{
color: #AE8291;
}
</style>
background-color css
<style>
a { background-color: #AE8291; }
a { background-color: rgb(174,130,145); }
div.DivClassName
{
background-color: #AE8291;
}
.BgClassName
{
background-color: #AE8291;
}
</style>
border-color css
<style>
span { border-color: #AE8291; }
span { border-color: rgb(174,130,145); }
td.TdClassName
{
border-color: #AE8291;
}
.TagClassName
{
border-color: #AE8291;
}
</style>