Shades of Tapestry #AE8286
Tints of Tapestry #AE8286
RGB
CMYK
RGB Variations
Color information
#AE8286 (or 0xAE8286) is known color: Tapestry. HEX triplet: AE, 82 and 86. RGB value is (174,130,134). Sum of RGB (Red+Green+Blue) = 174+130+134=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8286 is #517D79. Grayscale: #8F8F8F. Windows color (decimal): -5340538 or 8815278. OLE color: 8815278.
HSL color Cylindrical-coordinate representation of color #AE8286: hue angle of 354.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 #AE8286 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 134 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.32 |
| HSL | 354.55º | 0.21% | 0.6% | - |
| HSV(B) | 354.55º | 0.25% | 0.68% | - |
| XYZ | 29.74 | 26.69 | 26.14 | - |
| YUV | 143.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 134 | 0 | 0.25 | 0.23 | 0.32 | 354.55 | 0.21 | 0.6 |
| Hex | AE | 82 | 86 | 0 | 19 | 17 | 20 | 163 | 15 | 3C |
| Octal | 256 | 202 | 206 | 0 | 31 | 27 | 40 | 543 | 25 | 74 |
| Binary | 10101110 | 10000010 | 10000110 | 0 | 11001 | 10111 | 100000 | 101100011 | 10101 | 111100 |
Color Harmonies of #AE8286
Complementary color
Monochromatic Colors of #AE8286
Black with #AE8286
Text Example
Text Example
White with #AE8286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8286; }
p { color: rgb(174,130,134); }
H1.HeaderClassName
{
color: #AE8286;
}
.AnyTagClassName
{
color: #AE8286;
}
</style>
background-color css
<style>
a { background-color: #AE8286; }
a { background-color: rgb(174,130,134); }
div.DivClassName
{
background-color: #AE8286;
}
.BgClassName
{
background-color: #AE8286;
}
</style>
border-color css
<style>
span { border-color: #AE8286; }
span { border-color: rgb(174,130,134); }
td.TdClassName
{
border-color: #AE8286;
}
.TagClassName
{
border-color: #AE8286;
}
</style>