Shades of Tapestry #AE667B
Tints of Tapestry #AE667B
RGB
CMYK
RGB Variations
Color information
#AE667B (or 0xAE667B) is known color: Tapestry. HEX triplet: AE, 66 and 7B. RGB value is (174,102,123). Sum of RGB (Red+Green+Blue) = 174+102+123=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE667B is #519984. Grayscale: #7D7D7D. Windows color (decimal): -5347717 or 8087214. OLE color: 8087214.
HSL color Cylindrical-coordinate representation of color #AE667B: hue angle of 342.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE667B is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 102 | 123 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.32 |
| HSL | 342.5º | 0.31% | 0.54% | - |
| HSV(B) | 342.5º | 0.41% | 0.68% | - |
| XYZ | 25.78 | 19.93 | 21.23 | - |
| YUV | 125.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 102 | 123 | 0 | 0.41 | 0.29 | 0.32 | 342.5 | 0.31 | 0.54 |
| Hex | AE | 66 | 7B | 0 | 29 | 1D | 20 | 156 | 1F | 36 |
| Octal | 256 | 146 | 173 | 0 | 51 | 35 | 40 | 526 | 37 | 66 |
| Binary | 10101110 | 1100110 | 1111011 | 0 | 101001 | 11101 | 100000 | 101010110 | 11111 | 110110 |
Color Harmonies of #AE667B
Complementary color
Monochromatic Colors of #AE667B
Black with #AE667B
Text Example
Text Example
White with #AE667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE667B; }
p { color: rgb(174,102,123); }
H1.HeaderClassName
{
color: #AE667B;
}
.AnyTagClassName
{
color: #AE667B;
}
</style>
background-color css
<style>
a { background-color: #AE667B; }
a { background-color: rgb(174,102,123); }
div.DivClassName
{
background-color: #AE667B;
}
.BgClassName
{
background-color: #AE667B;
}
</style>
border-color css
<style>
span { border-color: #AE667B; }
span { border-color: rgb(174,102,123); }
td.TdClassName
{
border-color: #AE667B;
}
.TagClassName
{
border-color: #AE667B;
}
</style>