Shades of Tapestry #AE6077
Tints of Tapestry #AE6077
RGB
CMYK
RGB Variations
Color information
#AE6077 (or 0xAE6077) is known color: Tapestry. HEX triplet: AE, 60 and 77. RGB value is (174,96,119). Sum of RGB (Red+Green+Blue) = 174+96+119=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6077 is #519F88. Grayscale: #797979. Windows color (decimal): -5349257 or 7823534. OLE color: 7823534.
HSL color Cylindrical-coordinate representation of color #AE6077: hue angle of 342.31º 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 #AE6077 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 119 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.32 |
| HSL | 342.31º | 0.33% | 0.53% | - |
| HSV(B) | 342.31º | 0.45% | 0.68% | - |
| XYZ | 24.97 | 18.7 | 19.75 | - |
| YUV | 121.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 119 | 0 | 0.45 | 0.32 | 0.32 | 342.31 | 0.33 | 0.53 |
| Hex | AE | 60 | 77 | 0 | 2D | 20 | 20 | 156 | 20 | 35 |
| Octal | 256 | 140 | 167 | 0 | 55 | 40 | 40 | 526 | 40 | 65 |
| Binary | 10101110 | 1100000 | 1110111 | 0 | 101101 | 100000 | 100000 | 101010110 | 100000 | 110101 |
Color Harmonies of #AE6077
Complementary color
Monochromatic Colors of #AE6077
Black with #AE6077
Text Example
Text Example
White with #AE6077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6077; }
p { color: rgb(174,96,119); }
H1.HeaderClassName
{
color: #AE6077;
}
.AnyTagClassName
{
color: #AE6077;
}
</style>
background-color css
<style>
a { background-color: #AE6077; }
a { background-color: rgb(174,96,119); }
div.DivClassName
{
background-color: #AE6077;
}
.BgClassName
{
background-color: #AE6077;
}
</style>
border-color css
<style>
span { border-color: #AE6077; }
span { border-color: rgb(174,96,119); }
td.TdClassName
{
border-color: #AE6077;
}
.TagClassName
{
border-color: #AE6077;
}
</style>