Shades of Tapestry #AE738B
Tints of Tapestry #AE738B
RGB
CMYK
RGB Variations
Color information
#AE738B (or 0xAE738B) is known color: Tapestry. HEX triplet: AE, 73 and 8B. RGB value is (174,115,139). Sum of RGB (Red+Green+Blue) = 174+115+139=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE738B is #518C74. Grayscale: #878787. Windows color (decimal): -5344373 or 9139118. OLE color: 9139118.
HSL color Cylindrical-coordinate representation of color #AE738B: hue angle of 335.59º 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 #AE738B is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 139 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.32 |
| HSL | 335.59º | 0.27% | 0.57% | - |
| HSV(B) | 335.59º | 0.34% | 0.68% | - |
| XYZ | 28.25 | 23.12 | 27.4 | - |
| YUV | 135.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 139 | 0 | 0.34 | 0.20 | 0.32 | 335.59 | 0.27 | 0.57 |
| Hex | AE | 73 | 8B | 0 | 22 | 14 | 20 | 150 | 1B | 39 |
| Octal | 256 | 163 | 213 | 0 | 42 | 24 | 40 | 520 | 33 | 71 |
| Binary | 10101110 | 1110011 | 10001011 | 0 | 100010 | 10100 | 100000 | 101010000 | 11011 | 111001 |
Color Harmonies of #AE738B
Complementary color
Monochromatic Colors of #AE738B
Black with #AE738B
Text Example
Text Example
White with #AE738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE738B; }
p { color: rgb(174,115,139); }
H1.HeaderClassName
{
color: #AE738B;
}
.AnyTagClassName
{
color: #AE738B;
}
</style>
background-color css
<style>
a { background-color: #AE738B; }
a { background-color: rgb(174,115,139); }
div.DivClassName
{
background-color: #AE738B;
}
.BgClassName
{
background-color: #AE738B;
}
</style>
border-color css
<style>
span { border-color: #AE738B; }
span { border-color: rgb(174,115,139); }
td.TdClassName
{
border-color: #AE738B;
}
.TagClassName
{
border-color: #AE738B;
}
</style>