Shades of Tapestry #AE607F
Tints of Tapestry #AE607F
RGB
CMYK
RGB Variations
Color information
#AE607F (or 0xAE607F) is known color: Tapestry. HEX triplet: AE, 60 and 7F. RGB value is (174,96,127). Sum of RGB (Red+Green+Blue) = 174+96+127=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE607F is #519F80. Grayscale: #7A7A7A. Windows color (decimal): -5349249 or 8347822. OLE color: 8347822.
HSL color Cylindrical-coordinate representation of color #AE607F: hue angle of 336.15º 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 #AE607F is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 127 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.32 |
| HSL | 336.15º | 0.33% | 0.53% | - |
| HSV(B) | 336.15º | 0.45% | 0.68% | - |
| XYZ | 25.47 | 18.9 | 22.38 | - |
| YUV | 122.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 127 | 0 | 0.45 | 0.27 | 0.32 | 336.15 | 0.33 | 0.53 |
| Hex | AE | 60 | 7F | 0 | 2D | 1B | 20 | 150 | 20 | 35 |
| Octal | 256 | 140 | 177 | 0 | 55 | 33 | 40 | 520 | 40 | 65 |
| Binary | 10101110 | 1100000 | 1111111 | 0 | 101101 | 11011 | 100000 | 101010000 | 100000 | 110101 |
Color Harmonies of #AE607F
Complementary color
Monochromatic Colors of #AE607F
Black with #AE607F
Text Example
Text Example
White with #AE607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE607F; }
p { color: rgb(174,96,127); }
H1.HeaderClassName
{
color: #AE607F;
}
.AnyTagClassName
{
color: #AE607F;
}
</style>
background-color css
<style>
a { background-color: #AE607F; }
a { background-color: rgb(174,96,127); }
div.DivClassName
{
background-color: #AE607F;
}
.BgClassName
{
background-color: #AE607F;
}
</style>
border-color css
<style>
span { border-color: #AE607F; }
span { border-color: rgb(174,96,127); }
td.TdClassName
{
border-color: #AE607F;
}
.TagClassName
{
border-color: #AE607F;
}
</style>