Shades of Tapestry #AE607A
Tints of Tapestry #AE607A
RGB
CMYK
RGB Variations
Color information
#AE607A (or 0xAE607A) is known color: Tapestry. HEX triplet: AE, 60 and 7A. RGB value is (174,96,122). Sum of RGB (Red+Green+Blue) = 174+96+122=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE607A is #519F85. Grayscale: #7A7A7A. Windows color (decimal): -5349254 or 8020142. OLE color: 8020142.
HSL color Cylindrical-coordinate representation of color #AE607A: hue angle of 340º 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 #AE607A is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 122 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.32 |
| HSL | 340º | 0.33% | 0.53% | - |
| HSV(B) | 340º | 0.45% | 0.68% | - |
| XYZ | 25.15 | 18.77 | 20.71 | - |
| YUV | 122.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 122 | 0 | 0.45 | 0.30 | 0.32 | 340 | 0.33 | 0.53 |
| Hex | AE | 60 | 7A | 0 | 2D | 1E | 20 | 154 | 20 | 35 |
| Octal | 256 | 140 | 172 | 0 | 55 | 36 | 40 | 524 | 40 | 65 |
| Binary | 10101110 | 1100000 | 1111010 | 0 | 101101 | 11110 | 100000 | 101010100 | 100000 | 110101 |
Color Harmonies of #AE607A
Complementary color
Monochromatic Colors of #AE607A
Black with #AE607A
Text Example
Text Example
White with #AE607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE607A; }
p { color: rgb(174,96,122); }
H1.HeaderClassName
{
color: #AE607A;
}
.AnyTagClassName
{
color: #AE607A;
}
</style>
background-color css
<style>
a { background-color: #AE607A; }
a { background-color: rgb(174,96,122); }
div.DivClassName
{
background-color: #AE607A;
}
.BgClassName
{
background-color: #AE607A;
}
</style>
border-color css
<style>
span { border-color: #AE607A; }
span { border-color: rgb(174,96,122); }
td.TdClassName
{
border-color: #AE607A;
}
.TagClassName
{
border-color: #AE607A;
}
</style>