Shades of Tapestry #AE6F88
Tints of Tapestry #AE6F88
RGB
CMYK
RGB Variations
Color information
#AE6F88 (or 0xAE6F88) is known color: Tapestry. HEX triplet: AE, 6F and 88. RGB value is (174,111,136). Sum of RGB (Red+Green+Blue) = 174+111+136=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6F88 is #519077. Grayscale: #848484. Windows color (decimal): -5345400 or 8941486. OLE color: 8941486.
HSL color Cylindrical-coordinate representation of color #AE6F88: hue angle of 336.19º 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 #AE6F88 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 111 | 136 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.32 |
| HSL | 336.19º | 0.28% | 0.56% | - |
| HSV(B) | 336.19º | 0.36% | 0.68% | - |
| XYZ | 27.58 | 22.15 | 26.11 | - |
| YUV | 132.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 136 | 0 | 0.36 | 0.22 | 0.32 | 336.19 | 0.28 | 0.56 |
| Hex | AE | 6F | 88 | 0 | 24 | 16 | 20 | 150 | 1C | 38 |
| Octal | 256 | 157 | 210 | 0 | 44 | 26 | 40 | 520 | 34 | 70 |
| Binary | 10101110 | 1101111 | 10001000 | 0 | 100100 | 10110 | 100000 | 101010000 | 11100 | 111000 |
Color Harmonies of #AE6F88
Complementary color
Monochromatic Colors of #AE6F88
Black with #AE6F88
Text Example
Text Example
White with #AE6F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6F88; }
p { color: rgb(174,111,136); }
H1.HeaderClassName
{
color: #AE6F88;
}
.AnyTagClassName
{
color: #AE6F88;
}
</style>
background-color css
<style>
a { background-color: #AE6F88; }
a { background-color: rgb(174,111,136); }
div.DivClassName
{
background-color: #AE6F88;
}
.BgClassName
{
background-color: #AE6F88;
}
</style>
border-color css
<style>
span { border-color: #AE6F88; }
span { border-color: rgb(174,111,136); }
td.TdClassName
{
border-color: #AE6F88;
}
.TagClassName
{
border-color: #AE6F88;
}
</style>