Shades of Tapestry #AE7C82
Tints of Tapestry #AE7C82
RGB
CMYK
RGB Variations
Color information
#AE7C82 (or 0xAE7C82) is known color: Tapestry. HEX triplet: AE, 7C and 82. RGB value is (174,124,130). Sum of RGB (Red+Green+Blue) = 174+124+130=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C82 is #51837D. Grayscale: #8B8B8B. Windows color (decimal): -5342078 or 8551598. OLE color: 8551598.
HSL color Cylindrical-coordinate representation of color #AE7C82: hue angle of 352.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7C82 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 124 | 130 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.32 |
| HSL | 352.8º | 0.24% | 0.58% | - |
| HSV(B) | 352.8º | 0.29% | 0.68% | - |
| XYZ | 28.69 | 25.03 | 24.44 | - |
| YUV | 139.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 130 | 0 | 0.29 | 0.25 | 0.32 | 352.8 | 0.24 | 0.58 |
| Hex | AE | 7C | 82 | 0 | 1D | 19 | 20 | 161 | 18 | 3A |
| Octal | 256 | 174 | 202 | 0 | 35 | 31 | 40 | 541 | 30 | 72 |
| Binary | 10101110 | 1111100 | 10000010 | 0 | 11101 | 11001 | 100000 | 101100001 | 11000 | 111010 |
Color Harmonies of #AE7C82
Complementary color
Monochromatic Colors of #AE7C82
Black with #AE7C82
Text Example
Text Example
White with #AE7C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7C82; }
p { color: rgb(174,124,130); }
H1.HeaderClassName
{
color: #AE7C82;
}
.AnyTagClassName
{
color: #AE7C82;
}
</style>
background-color css
<style>
a { background-color: #AE7C82; }
a { background-color: rgb(174,124,130); }
div.DivClassName
{
background-color: #AE7C82;
}
.BgClassName
{
background-color: #AE7C82;
}
</style>
border-color css
<style>
span { border-color: #AE7C82; }
span { border-color: rgb(174,124,130); }
td.TdClassName
{
border-color: #AE7C82;
}
.TagClassName
{
border-color: #AE7C82;
}
</style>