Shades of Tapestry #AE737F
Tints of Tapestry #AE737F
RGB
CMYK
RGB Variations
Color information
#AE737F (or 0xAE737F) is known color: Tapestry. HEX triplet: AE, 73 and 7F. RGB value is (174,115,127). Sum of RGB (Red+Green+Blue) = 174+115+127=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE737F is #518C80. Grayscale: #868686. Windows color (decimal): -5344385 or 8352686. OLE color: 8352686.
HSL color Cylindrical-coordinate representation of color #AE737F: hue angle of 347.8º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE737F is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 127 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.32 |
| HSL | 347.8º | 0.27% | 0.57% | - |
| HSV(B) | 347.8º | 0.34% | 0.68% | - |
| XYZ | 27.42 | 22.79 | 23.03 | - |
| YUV | 134.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 127 | 0 | 0.34 | 0.27 | 0.32 | 347.8 | 0.27 | 0.57 |
| Hex | AE | 73 | 7F | 0 | 22 | 1B | 20 | 15C | 1B | 39 |
| Octal | 256 | 163 | 177 | 0 | 42 | 33 | 40 | 534 | 33 | 71 |
| Binary | 10101110 | 1110011 | 1111111 | 0 | 100010 | 11011 | 100000 | 101011100 | 11011 | 111001 |
Color Harmonies of #AE737F
Complementary color
Monochromatic Colors of #AE737F
Black with #AE737F
Text Example
Text Example
White with #AE737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE737F; }
p { color: rgb(174,115,127); }
H1.HeaderClassName
{
color: #AE737F;
}
.AnyTagClassName
{
color: #AE737F;
}
</style>
background-color css
<style>
a { background-color: #AE737F; }
a { background-color: rgb(174,115,127); }
div.DivClassName
{
background-color: #AE737F;
}
.BgClassName
{
background-color: #AE737F;
}
</style>
border-color css
<style>
span { border-color: #AE737F; }
span { border-color: rgb(174,115,127); }
td.TdClassName
{
border-color: #AE737F;
}
.TagClassName
{
border-color: #AE737F;
}
</style>