Shades of Tapestry #AE818B
Tints of Tapestry #AE818B
RGB
CMYK
RGB Variations
Color information
#AE818B (or 0xAE818B) is known color: Tapestry. HEX triplet: AE, 81 and 8B. RGB value is (174,129,139). Sum of RGB (Red+Green+Blue) = 174+129+139=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE818B is #517E74. Grayscale: #8F8F8F. Windows color (decimal): -5340789 or 9142702. OLE color: 9142702.
HSL color Cylindrical-coordinate representation of color #AE818B: hue angle of 346.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE818B is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 139 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.32 |
| HSL | 346.67º | 0.22% | 0.59% | - |
| HSV(B) | 346.67º | 0.26% | 0.68% | - |
| XYZ | 29.97 | 26.56 | 27.97 | - |
| YUV | 143.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 139 | 0 | 0.26 | 0.20 | 0.32 | 346.67 | 0.22 | 0.59 |
| Hex | AE | 81 | 8B | 0 | 1A | 14 | 20 | 15B | 16 | 3B |
| Octal | 256 | 201 | 213 | 0 | 32 | 24 | 40 | 533 | 26 | 73 |
| Binary | 10101110 | 10000001 | 10001011 | 0 | 11010 | 10100 | 100000 | 101011011 | 10110 | 111011 |
Color Harmonies of #AE818B
Complementary color
Monochromatic Colors of #AE818B
Black with #AE818B
Text Example
Text Example
White with #AE818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE818B; }
p { color: rgb(174,129,139); }
H1.HeaderClassName
{
color: #AE818B;
}
.AnyTagClassName
{
color: #AE818B;
}
</style>
background-color css
<style>
a { background-color: #AE818B; }
a { background-color: rgb(174,129,139); }
div.DivClassName
{
background-color: #AE818B;
}
.BgClassName
{
background-color: #AE818B;
}
</style>
border-color css
<style>
span { border-color: #AE818B; }
span { border-color: rgb(174,129,139); }
td.TdClassName
{
border-color: #AE818B;
}
.TagClassName
{
border-color: #AE818B;
}
</style>