Shades of Tapestry #AE888A
Tints of Tapestry #AE888A
RGB
CMYK
RGB Variations
Color information
#AE888A (or 0xAE888A) is known color: Tapestry. HEX triplet: AE, 88 and 8A. RGB value is (174,136,138). Sum of RGB (Red+Green+Blue) = 174+136+138=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE888A is #517775. Grayscale: #939393. Windows color (decimal): -5338998 or 9078958. OLE color: 9078958.
HSL color Cylindrical-coordinate representation of color #AE888A: hue angle of 356.84º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE888A is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 136 | 138 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.32 |
| HSL | 356.84º | 0.19% | 0.61% | - |
| HSV(B) | 356.84º | 0.22% | 0.68% | - |
| XYZ | 30.85 | 28.44 | 27.91 | - |
| YUV | 147.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 138 | 0 | 0.22 | 0.21 | 0.32 | 356.84 | 0.19 | 0.61 |
| Hex | AE | 88 | 8A | 0 | 16 | 15 | 20 | 165 | 13 | 3D |
| Octal | 256 | 210 | 212 | 0 | 26 | 25 | 40 | 545 | 23 | 75 |
| Binary | 10101110 | 10001000 | 10001010 | 0 | 10110 | 10101 | 100000 | 101100101 | 10011 | 111101 |
Color Harmonies of #AE888A
Complementary color
Monochromatic Colors of #AE888A
Black with #AE888A
Text Example
Text Example
White with #AE888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE888A; }
p { color: rgb(174,136,138); }
H1.HeaderClassName
{
color: #AE888A;
}
.AnyTagClassName
{
color: #AE888A;
}
</style>
background-color css
<style>
a { background-color: #AE888A; }
a { background-color: rgb(174,136,138); }
div.DivClassName
{
background-color: #AE888A;
}
.BgClassName
{
background-color: #AE888A;
}
</style>
border-color css
<style>
span { border-color: #AE888A; }
span { border-color: rgb(174,136,138); }
td.TdClassName
{
border-color: #AE888A;
}
.TagClassName
{
border-color: #AE888A;
}
</style>