Shades of Tapestry #AE6F7F
Tints of Tapestry #AE6F7F
RGB
CMYK
RGB Variations
Color information
#AE6F7F (or 0xAE6F7F) is known color: Tapestry. HEX triplet: AE, 6F and 7F. RGB value is (174,111,127). Sum of RGB (Red+Green+Blue) = 174+111+127=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6F7F is #519080. Grayscale: #838383. Windows color (decimal): -5345409 or 8351662. OLE color: 8351662.
HSL color Cylindrical-coordinate representation of color #AE6F7F: hue angle of 344.76º 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 #AE6F7F is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 111 | 127 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.32 |
| HSL | 344.76º | 0.28% | 0.56% | - |
| HSV(B) | 344.76º | 0.36% | 0.68% | - |
| XYZ | 26.97 | 21.9 | 22.88 | - |
| YUV | 131.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 111 | 127 | 0 | 0.36 | 0.27 | 0.32 | 344.76 | 0.28 | 0.56 |
| Hex | AE | 6F | 7F | 0 | 24 | 1B | 20 | 159 | 1C | 38 |
| Octal | 256 | 157 | 177 | 0 | 44 | 33 | 40 | 531 | 34 | 70 |
| Binary | 10101110 | 1101111 | 1111111 | 0 | 100100 | 11011 | 100000 | 101011001 | 11100 | 111000 |
Color Harmonies of #AE6F7F
Complementary color
Monochromatic Colors of #AE6F7F
Black with #AE6F7F
Text Example
Text Example
White with #AE6F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6F7F; }
p { color: rgb(174,111,127); }
H1.HeaderClassName
{
color: #AE6F7F;
}
.AnyTagClassName
{
color: #AE6F7F;
}
</style>
background-color css
<style>
a { background-color: #AE6F7F; }
a { background-color: rgb(174,111,127); }
div.DivClassName
{
background-color: #AE6F7F;
}
.BgClassName
{
background-color: #AE6F7F;
}
</style>
border-color css
<style>
span { border-color: #AE6F7F; }
span { border-color: rgb(174,111,127); }
td.TdClassName
{
border-color: #AE6F7F;
}
.TagClassName
{
border-color: #AE6F7F;
}
</style>