Shades of Tapestry #AE677D
Tints of Tapestry #AE677D
RGB
CMYK
RGB Variations
Color information
#AE677D (or 0xAE677D) is known color: Tapestry. HEX triplet: AE, 67 and 7D. RGB value is (174,103,125). Sum of RGB (Red+Green+Blue) = 174+103+125=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE677D is #519882. Grayscale: #7E7E7E. Windows color (decimal): -5347459 or 8218542. OLE color: 8218542.
HSL color Cylindrical-coordinate representation of color #AE677D: hue angle of 341.41º degrees, saturation: 0.3, 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 #AE677D is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 103 | 125 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.32 |
| HSL | 341.41º | 0.3% | 0.54% | - |
| HSV(B) | 341.41º | 0.41% | 0.68% | - |
| XYZ | 26.01 | 20.18 | 21.93 | - |
| YUV | 126.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 103 | 125 | 0 | 0.41 | 0.28 | 0.32 | 341.41 | 0.3 | 0.54 |
| Hex | AE | 67 | 7D | 0 | 29 | 1C | 20 | 155 | 1E | 36 |
| Octal | 256 | 147 | 175 | 0 | 51 | 34 | 40 | 525 | 36 | 66 |
| Binary | 10101110 | 1100111 | 1111101 | 0 | 101001 | 11100 | 100000 | 101010101 | 11110 | 110110 |
Color Harmonies of #AE677D
Complementary color
Monochromatic Colors of #AE677D
Black with #AE677D
Text Example
Text Example
White with #AE677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE677D; }
p { color: rgb(174,103,125); }
H1.HeaderClassName
{
color: #AE677D;
}
.AnyTagClassName
{
color: #AE677D;
}
</style>
background-color css
<style>
a { background-color: #AE677D; }
a { background-color: rgb(174,103,125); }
div.DivClassName
{
background-color: #AE677D;
}
.BgClassName
{
background-color: #AE677D;
}
</style>
border-color css
<style>
span { border-color: #AE677D; }
span { border-color: rgb(174,103,125); }
td.TdClassName
{
border-color: #AE677D;
}
.TagClassName
{
border-color: #AE677D;
}
</style>