Shades of Tapestry #AE8185
Tints of Tapestry #AE8185
RGB
CMYK
RGB Variations
Color information
#AE8185 (or 0xAE8185) is known color: Tapestry. HEX triplet: AE, 81 and 85. RGB value is (174,129,133). Sum of RGB (Red+Green+Blue) = 174+129+133=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8185 is #517E7A. Grayscale: #8E8E8E. Windows color (decimal): -5340795 or 8749486. OLE color: 8749486.
HSL color Cylindrical-coordinate representation of color #AE8185: hue angle of 354.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 #AE8185 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 133 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.32 |
| HSL | 354.67º | 0.22% | 0.59% | - |
| HSV(B) | 354.67º | 0.26% | 0.68% | - |
| XYZ | 29.54 | 26.39 | 25.73 | - |
| YUV | 142.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 133 | 0 | 0.26 | 0.24 | 0.32 | 354.67 | 0.22 | 0.59 |
| Hex | AE | 81 | 85 | 0 | 1A | 18 | 20 | 163 | 16 | 3B |
| Octal | 256 | 201 | 205 | 0 | 32 | 30 | 40 | 543 | 26 | 73 |
| Binary | 10101110 | 10000001 | 10000101 | 0 | 11010 | 11000 | 100000 | 101100011 | 10110 | 111011 |
Color Harmonies of #AE8185
Complementary color
Monochromatic Colors of #AE8185
Black with #AE8185
Text Example
Text Example
White with #AE8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8185; }
p { color: rgb(174,129,133); }
H1.HeaderClassName
{
color: #AE8185;
}
.AnyTagClassName
{
color: #AE8185;
}
</style>
background-color css
<style>
a { background-color: #AE8185; }
a { background-color: rgb(174,129,133); }
div.DivClassName
{
background-color: #AE8185;
}
.BgClassName
{
background-color: #AE8185;
}
</style>
border-color css
<style>
span { border-color: #AE8185; }
span { border-color: rgb(174,129,133); }
td.TdClassName
{
border-color: #AE8185;
}
.TagClassName
{
border-color: #AE8185;
}
</style>