Shades of Tapestry #AE6F90
Tints of Tapestry #AE6F90
RGB
CMYK
RGB Variations
Color information
#AE6F90 (or 0xAE6F90) is known color: Tapestry. HEX triplet: AE, 6F and 90. RGB value is (174,111,144). Sum of RGB (Red+Green+Blue) = 174+111+144=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F90 is #51906F. Grayscale: #858585. Windows color (decimal): -5345392 or 9465774. OLE color: 9465774.
HSL color Cylindrical-coordinate representation of color #AE6F90: hue angle of 328.57º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE6F90 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 111 | 144 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.32 |
| HSL | 328.57º | 0.28% | 0.56% | - |
| HSV(B) | 328.57º | 0.36% | 0.68% | - |
| XYZ | 28.17 | 22.38 | 29.22 | - |
| YUV | 133.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 144 | 0 | 0.36 | 0.17 | 0.32 | 328.57 | 0.28 | 0.56 |
| Hex | AE | 6F | 90 | 0 | 24 | 11 | 20 | 149 | 1C | 38 |
| Octal | 256 | 157 | 220 | 0 | 44 | 21 | 40 | 511 | 34 | 70 |
| Binary | 10101110 | 1101111 | 10010000 | 0 | 100100 | 10001 | 100000 | 101001001 | 11100 | 111000 |
Color Harmonies of #AE6F90
Complementary color
Monochromatic Colors of #AE6F90
Black with #AE6F90
Text Example
Text Example
White with #AE6F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6F90; }
p { color: rgb(174,111,144); }
H1.HeaderClassName
{
color: #AE6F90;
}
.AnyTagClassName
{
color: #AE6F90;
}
</style>
background-color css
<style>
a { background-color: #AE6F90; }
a { background-color: rgb(174,111,144); }
div.DivClassName
{
background-color: #AE6F90;
}
.BgClassName
{
background-color: #AE6F90;
}
</style>
border-color css
<style>
span { border-color: #AE6F90; }
span { border-color: rgb(174,111,144); }
td.TdClassName
{
border-color: #AE6F90;
}
.TagClassName
{
border-color: #AE6F90;
}
</style>