Shades of Tapestry #AE788A
Tints of Tapestry #AE788A
RGB
CMYK
RGB Variations
Color information
#AE788A (or 0xAE788A) is known color: Tapestry. HEX triplet: AE, 78 and 8A. RGB value is (174,120,138). Sum of RGB (Red+Green+Blue) = 174+120+138=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE788A is #518775. Grayscale: #8A8A8A. Windows color (decimal): -5343094 or 9074862. OLE color: 9074862.
HSL color Cylindrical-coordinate representation of color #AE788A: hue angle of 340º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE788A is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 120 | 138 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.32 |
| HSL | 340º | 0.25% | 0.58% | - |
| HSV(B) | 340º | 0.31% | 0.68% | - |
| XYZ | 28.76 | 24.27 | 27.21 | - |
| YUV | 138.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 120 | 138 | 0 | 0.31 | 0.21 | 0.32 | 340 | 0.25 | 0.58 |
| Hex | AE | 78 | 8A | 0 | 1F | 15 | 20 | 154 | 19 | 3A |
| Octal | 256 | 170 | 212 | 0 | 37 | 25 | 40 | 524 | 31 | 72 |
| Binary | 10101110 | 1111000 | 10001010 | 0 | 11111 | 10101 | 100000 | 101010100 | 11001 | 111010 |
Color Harmonies of #AE788A
Complementary color
Monochromatic Colors of #AE788A
Black with #AE788A
Text Example
Text Example
White with #AE788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE788A; }
p { color: rgb(174,120,138); }
H1.HeaderClassName
{
color: #AE788A;
}
.AnyTagClassName
{
color: #AE788A;
}
</style>
background-color css
<style>
a { background-color: #AE788A; }
a { background-color: rgb(174,120,138); }
div.DivClassName
{
background-color: #AE788A;
}
.BgClassName
{
background-color: #AE788A;
}
</style>
border-color css
<style>
span { border-color: #AE788A; }
span { border-color: rgb(174,120,138); }
td.TdClassName
{
border-color: #AE788A;
}
.TagClassName
{
border-color: #AE788A;
}
</style>