Shades of Tapestry #AE6C7F
Tints of Tapestry #AE6C7F
RGB
CMYK
RGB Variations
Color information
#AE6C7F (or 0xAE6C7F) is known color: Tapestry. HEX triplet: AE, 6C and 7F. RGB value is (174,108,127). Sum of RGB (Red+Green+Blue) = 174+108+127=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6C7F is #519380. Grayscale: #818181. Windows color (decimal): -5346177 or 8350894. OLE color: 8350894.
HSL color Cylindrical-coordinate representation of color #AE6C7F: hue angle of 342.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE6C7F is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 108 | 127 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.32 |
| HSL | 342.73º | 0.29% | 0.55% | - |
| HSV(B) | 342.73º | 0.38% | 0.68% | - |
| XYZ | 26.65 | 21.26 | 22.78 | - |
| YUV | 129.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 108 | 127 | 0 | 0.38 | 0.27 | 0.32 | 342.73 | 0.29 | 0.55 |
| Hex | AE | 6C | 7F | 0 | 26 | 1B | 20 | 157 | 1D | 37 |
| Octal | 256 | 154 | 177 | 0 | 46 | 33 | 40 | 527 | 35 | 67 |
| Binary | 10101110 | 1101100 | 1111111 | 0 | 100110 | 11011 | 100000 | 101010111 | 11101 | 110111 |
Color Harmonies of #AE6C7F
Complementary color
Monochromatic Colors of #AE6C7F
Black with #AE6C7F
Text Example
Text Example
White with #AE6C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6C7F; }
p { color: rgb(174,108,127); }
H1.HeaderClassName
{
color: #AE6C7F;
}
.AnyTagClassName
{
color: #AE6C7F;
}
</style>
background-color css
<style>
a { background-color: #AE6C7F; }
a { background-color: rgb(174,108,127); }
div.DivClassName
{
background-color: #AE6C7F;
}
.BgClassName
{
background-color: #AE6C7F;
}
</style>
border-color css
<style>
span { border-color: #AE6C7F; }
span { border-color: rgb(174,108,127); }
td.TdClassName
{
border-color: #AE6C7F;
}
.TagClassName
{
border-color: #AE6C7F;
}
</style>