Shades of Tapestry #AE727D
Tints of Tapestry #AE727D
RGB
CMYK
RGB Variations
Color information
#AE727D (or 0xAE727D) is known color: Tapestry. HEX triplet: AE, 72 and 7D. RGB value is (174,114,125). Sum of RGB (Red+Green+Blue) = 174+114+125=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE727D is #518D82. Grayscale: #858585. Windows color (decimal): -5344643 or 8221358. OLE color: 8221358.
HSL color Cylindrical-coordinate representation of color #AE727D: hue angle of 349º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE727D is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 125 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.32 |
| HSL | 349º | 0.27% | 0.56% | - |
| HSV(B) | 349º | 0.34% | 0.68% | - |
| XYZ | 27.17 | 22.51 | 22.32 | - |
| YUV | 133.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 125 | 0 | 0.34 | 0.28 | 0.32 | 349 | 0.27 | 0.56 |
| Hex | AE | 72 | 7D | 0 | 22 | 1C | 20 | 15D | 1B | 38 |
| Octal | 256 | 162 | 175 | 0 | 42 | 34 | 40 | 535 | 33 | 70 |
| Binary | 10101110 | 1110010 | 1111101 | 0 | 100010 | 11100 | 100000 | 101011101 | 11011 | 111000 |
Color Harmonies of #AE727D
Complementary color
Monochromatic Colors of #AE727D
Black with #AE727D
Text Example
Text Example
White with #AE727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE727D; }
p { color: rgb(174,114,125); }
H1.HeaderClassName
{
color: #AE727D;
}
.AnyTagClassName
{
color: #AE727D;
}
</style>
background-color css
<style>
a { background-color: #AE727D; }
a { background-color: rgb(174,114,125); }
div.DivClassName
{
background-color: #AE727D;
}
.BgClassName
{
background-color: #AE727D;
}
</style>
border-color css
<style>
span { border-color: #AE727D; }
span { border-color: rgb(174,114,125); }
td.TdClassName
{
border-color: #AE727D;
}
.TagClassName
{
border-color: #AE727D;
}
</style>