Shades of Tapestry #AE698B
Tints of Tapestry #AE698B
RGB
CMYK
RGB Variations
Color information
#AE698B (or 0xAE698B) is known color: Tapestry. HEX triplet: AE, 69 and 8B. RGB value is (174,105,139). Sum of RGB (Red+Green+Blue) = 174+105+139=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE698B is #519674. Grayscale: #818181. Windows color (decimal): -5346933 or 9136558. OLE color: 9136558.
HSL color Cylindrical-coordinate representation of color #AE698B: hue angle of 330.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE698B is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 105 | 139 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.32 |
| HSL | 330.43º | 0.3% | 0.55% | - |
| HSV(B) | 330.43º | 0.4% | 0.68% | - |
| XYZ | 27.17 | 20.97 | 27.04 | - |
| YUV | 129.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 105 | 139 | 0 | 0.40 | 0.20 | 0.32 | 330.43 | 0.3 | 0.55 |
| Hex | AE | 69 | 8B | 0 | 28 | 14 | 20 | 14A | 1E | 37 |
| Octal | 256 | 151 | 213 | 0 | 50 | 24 | 40 | 512 | 36 | 67 |
| Binary | 10101110 | 1101001 | 10001011 | 0 | 101000 | 10100 | 100000 | 101001010 | 11110 | 110111 |
Color Harmonies of #AE698B
Complementary color
Monochromatic Colors of #AE698B
Black with #AE698B
Text Example
Text Example
White with #AE698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE698B; }
p { color: rgb(174,105,139); }
H1.HeaderClassName
{
color: #AE698B;
}
.AnyTagClassName
{
color: #AE698B;
}
</style>
background-color css
<style>
a { background-color: #AE698B; }
a { background-color: rgb(174,105,139); }
div.DivClassName
{
background-color: #AE698B;
}
.BgClassName
{
background-color: #AE698B;
}
</style>
border-color css
<style>
span { border-color: #AE698B; }
span { border-color: rgb(174,105,139); }
td.TdClassName
{
border-color: #AE698B;
}
.TagClassName
{
border-color: #AE698B;
}
</style>