Shades of Tapestry #AE748A
Tints of Tapestry #AE748A
RGB
CMYK
RGB Variations
Color information
#AE748A (or 0xAE748A) is known color: Tapestry. HEX triplet: AE, 74 and 8A. RGB value is (174,116,138). Sum of RGB (Red+Green+Blue) = 174+116+138=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE748A is #518B75. Grayscale: #878787. Windows color (decimal): -5344118 or 9073838. OLE color: 9073838.
HSL color Cylindrical-coordinate representation of color #AE748A: hue angle of 337.24º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE748A is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 138 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.32 |
| HSL | 337.24º | 0.26% | 0.57% | - |
| HSV(B) | 337.24º | 0.33% | 0.68% | - |
| XYZ | 28.29 | 23.32 | 27.06 | - |
| YUV | 135.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 138 | 0 | 0.33 | 0.21 | 0.32 | 337.24 | 0.26 | 0.57 |
| Hex | AE | 74 | 8A | 0 | 21 | 15 | 20 | 151 | 1A | 39 |
| Octal | 256 | 164 | 212 | 0 | 41 | 25 | 40 | 521 | 32 | 71 |
| Binary | 10101110 | 1110100 | 10001010 | 0 | 100001 | 10101 | 100000 | 101010001 | 11010 | 111001 |
Color Harmonies of #AE748A
Complementary color
Monochromatic Colors of #AE748A
Black with #AE748A
Text Example
Text Example
White with #AE748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE748A; }
p { color: rgb(174,116,138); }
H1.HeaderClassName
{
color: #AE748A;
}
.AnyTagClassName
{
color: #AE748A;
}
</style>
background-color css
<style>
a { background-color: #AE748A; }
a { background-color: rgb(174,116,138); }
div.DivClassName
{
background-color: #AE748A;
}
.BgClassName
{
background-color: #AE748A;
}
</style>
border-color css
<style>
span { border-color: #AE748A; }
span { border-color: rgb(174,116,138); }
td.TdClassName
{
border-color: #AE748A;
}
.TagClassName
{
border-color: #AE748A;
}
</style>