Shades of Tapestry #AE6F7D
Tints of Tapestry #AE6F7D
RGB
CMYK
RGB Variations
Color information
#AE6F7D (or 0xAE6F7D) is known color: Tapestry. HEX triplet: AE, 6F and 7D. RGB value is (174,111,125). Sum of RGB (Red+Green+Blue) = 174+111+125=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6F7D is #519082. Grayscale: #838383. Windows color (decimal): -5345411 or 8220590. OLE color: 8220590.
HSL color Cylindrical-coordinate representation of color #AE6F7D: hue angle of 346.67º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE6F7D is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 111 | 125 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.32 |
| HSL | 346.67º | 0.28% | 0.56% | - |
| HSV(B) | 346.67º | 0.36% | 0.68% | - |
| XYZ | 26.84 | 21.85 | 22.2 | - |
| YUV | 131.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 125 | 0 | 0.36 | 0.28 | 0.32 | 346.67 | 0.28 | 0.56 |
| Hex | AE | 6F | 7D | 0 | 24 | 1C | 20 | 15B | 1C | 38 |
| Octal | 256 | 157 | 175 | 0 | 44 | 34 | 40 | 533 | 34 | 70 |
| Binary | 10101110 | 1101111 | 1111101 | 0 | 100100 | 11100 | 100000 | 101011011 | 11100 | 111000 |
Color Harmonies of #AE6F7D
Complementary color
Monochromatic Colors of #AE6F7D
Black with #AE6F7D
Text Example
Text Example
White with #AE6F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6F7D; }
p { color: rgb(174,111,125); }
H1.HeaderClassName
{
color: #AE6F7D;
}
.AnyTagClassName
{
color: #AE6F7D;
}
</style>
background-color css
<style>
a { background-color: #AE6F7D; }
a { background-color: rgb(174,111,125); }
div.DivClassName
{
background-color: #AE6F7D;
}
.BgClassName
{
background-color: #AE6F7D;
}
</style>
border-color css
<style>
span { border-color: #AE6F7D; }
span { border-color: rgb(174,111,125); }
td.TdClassName
{
border-color: #AE6F7D;
}
.TagClassName
{
border-color: #AE6F7D;
}
</style>