Shades of Tapestry #AE7B8F
Tints of Tapestry #AE7B8F
RGB
CMYK
RGB Variations
Color information
#AE7B8F (or 0xAE7B8F) is known color: Tapestry. HEX triplet: AE, 7B and 8F. RGB value is (174,123,143). Sum of RGB (Red+Green+Blue) = 174+123+143=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B8F is #518470. Grayscale: #8C8C8C. Windows color (decimal): -5342321 or 9403310. OLE color: 9403310.
HSL color Cylindrical-coordinate representation of color #AE7B8F: hue angle of 336.47º 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 #AE7B8F is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 123 | 143 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.32 |
| HSL | 336.47º | 0.24% | 0.58% | - |
| HSV(B) | 336.47º | 0.29% | 0.68% | - |
| XYZ | 29.5 | 25.15 | 29.29 | - |
| YUV | 140.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 123 | 143 | 0 | 0.29 | 0.18 | 0.32 | 336.47 | 0.24 | 0.58 |
| Hex | AE | 7B | 8F | 0 | 1D | 12 | 20 | 150 | 18 | 3A |
| Octal | 256 | 173 | 217 | 0 | 35 | 22 | 40 | 520 | 30 | 72 |
| Binary | 10101110 | 1111011 | 10001111 | 0 | 11101 | 10010 | 100000 | 101010000 | 11000 | 111010 |
Color Harmonies of #AE7B8F
Complementary color
Monochromatic Colors of #AE7B8F
Black with #AE7B8F
Text Example
Text Example
White with #AE7B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7B8F; }
p { color: rgb(174,123,143); }
H1.HeaderClassName
{
color: #AE7B8F;
}
.AnyTagClassName
{
color: #AE7B8F;
}
</style>
background-color css
<style>
a { background-color: #AE7B8F; }
a { background-color: rgb(174,123,143); }
div.DivClassName
{
background-color: #AE7B8F;
}
.BgClassName
{
background-color: #AE7B8F;
}
</style>
border-color css
<style>
span { border-color: #AE7B8F; }
span { border-color: rgb(174,123,143); }
td.TdClassName
{
border-color: #AE7B8F;
}
.TagClassName
{
border-color: #AE7B8F;
}
</style>