Shades of Tapestry #AE608B
Tints of Tapestry #AE608B
RGB
CMYK
RGB Variations
Color information
#AE608B (or 0xAE608B) is known color: Tapestry. HEX triplet: AE, 60 and 8B. RGB value is (174,96,139). Sum of RGB (Red+Green+Blue) = 174+96+139=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE608B is #519F74. Grayscale: #7C7C7C. Windows color (decimal): -5349237 or 9134254. OLE color: 9134254.
HSL color Cylindrical-coordinate representation of color #AE608B: hue angle of 326.92º 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 #AE608B is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 96 | 139 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.32 |
| HSL | 326.92º | 0.33% | 0.53% | - |
| HSV(B) | 326.92º | 0.45% | 0.68% | - |
| XYZ | 26.3 | 19.23 | 26.75 | - |
| YUV | 124.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 96 | 139 | 0 | 0.45 | 0.20 | 0.32 | 326.92 | 0.33 | 0.53 |
| Hex | AE | 60 | 8B | 0 | 2D | 14 | 20 | 147 | 20 | 35 |
| Octal | 256 | 140 | 213 | 0 | 55 | 24 | 40 | 507 | 40 | 65 |
| Binary | 10101110 | 1100000 | 10001011 | 0 | 101101 | 10100 | 100000 | 101000111 | 100000 | 110101 |
Color Harmonies of #AE608B
Complementary color
Monochromatic Colors of #AE608B
Black with #AE608B
Text Example
Text Example
White with #AE608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE608B; }
p { color: rgb(174,96,139); }
H1.HeaderClassName
{
color: #AE608B;
}
.AnyTagClassName
{
color: #AE608B;
}
</style>
background-color css
<style>
a { background-color: #AE608B; }
a { background-color: rgb(174,96,139); }
div.DivClassName
{
background-color: #AE608B;
}
.BgClassName
{
background-color: #AE608B;
}
</style>
border-color css
<style>
span { border-color: #AE608B; }
span { border-color: rgb(174,96,139); }
td.TdClassName
{
border-color: #AE608B;
}
.TagClassName
{
border-color: #AE608B;
}
</style>