Shades of Tapestry #AE6B8A
Tints of Tapestry #AE6B8A
RGB
CMYK
RGB Variations
Color information
#AE6B8A (or 0xAE6B8A) is known color: Tapestry. HEX triplet: AE, 6B and 8A. RGB value is (174,107,138). Sum of RGB (Red+Green+Blue) = 174+107+138=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6B8A is #519475. Grayscale: #828282. Windows color (decimal): -5346422 or 9071534. OLE color: 9071534.
HSL color Cylindrical-coordinate representation of color #AE6B8A: hue angle of 332.24º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6B8A is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 107 | 138 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.32 |
| HSL | 332.24º | 0.29% | 0.55% | - |
| HSV(B) | 332.24º | 0.39% | 0.68% | - |
| XYZ | 27.3 | 21.35 | 26.73 | - |
| YUV | 130.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 138 | 0 | 0.39 | 0.21 | 0.32 | 332.24 | 0.29 | 0.55 |
| Hex | AE | 6B | 8A | 0 | 27 | 15 | 20 | 14C | 1D | 37 |
| Octal | 256 | 153 | 212 | 0 | 47 | 25 | 40 | 514 | 35 | 67 |
| Binary | 10101110 | 1101011 | 10001010 | 0 | 100111 | 10101 | 100000 | 101001100 | 11101 | 110111 |
Color Harmonies of #AE6B8A
Complementary color
Monochromatic Colors of #AE6B8A
Black with #AE6B8A
Text Example
Text Example
White with #AE6B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6B8A; }
p { color: rgb(174,107,138); }
H1.HeaderClassName
{
color: #AE6B8A;
}
.AnyTagClassName
{
color: #AE6B8A;
}
</style>
background-color css
<style>
a { background-color: #AE6B8A; }
a { background-color: rgb(174,107,138); }
div.DivClassName
{
background-color: #AE6B8A;
}
.BgClassName
{
background-color: #AE6B8A;
}
</style>
border-color css
<style>
span { border-color: #AE6B8A; }
span { border-color: rgb(174,107,138); }
td.TdClassName
{
border-color: #AE6B8A;
}
.TagClassName
{
border-color: #AE6B8A;
}
</style>