Shades of Tapestry #AE6B7B
Tints of Tapestry #AE6B7B
RGB
CMYK
RGB Variations
Color information
#AE6B7B (or 0xAE6B7B) is known color: Tapestry. HEX triplet: AE, 6B and 7B. RGB value is (174,107,123). Sum of RGB (Red+Green+Blue) = 174+107+123=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B7B is #519484. Grayscale: #808080. Windows color (decimal): -5346437 or 8088494. OLE color: 8088494.
HSL color Cylindrical-coordinate representation of color #AE6B7B: hue angle of 345.67º 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 #AE6B7B is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 107 | 123 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.32 |
| HSL | 345.67º | 0.29% | 0.55% | - |
| HSV(B) | 345.67º | 0.39% | 0.68% | - |
| XYZ | 26.29 | 20.94 | 21.4 | - |
| YUV | 128.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 123 | 0 | 0.39 | 0.29 | 0.32 | 345.67 | 0.29 | 0.55 |
| Hex | AE | 6B | 7B | 0 | 27 | 1D | 20 | 15A | 1D | 37 |
| Octal | 256 | 153 | 173 | 0 | 47 | 35 | 40 | 532 | 35 | 67 |
| Binary | 10101110 | 1101011 | 1111011 | 0 | 100111 | 11101 | 100000 | 101011010 | 11101 | 110111 |
Color Harmonies of #AE6B7B
Complementary color
Monochromatic Colors of #AE6B7B
Black with #AE6B7B
Text Example
Text Example
White with #AE6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6B7B; }
p { color: rgb(174,107,123); }
H1.HeaderClassName
{
color: #AE6B7B;
}
.AnyTagClassName
{
color: #AE6B7B;
}
</style>
background-color css
<style>
a { background-color: #AE6B7B; }
a { background-color: rgb(174,107,123); }
div.DivClassName
{
background-color: #AE6B7B;
}
.BgClassName
{
background-color: #AE6B7B;
}
</style>
border-color css
<style>
span { border-color: #AE6B7B; }
span { border-color: rgb(174,107,123); }
td.TdClassName
{
border-color: #AE6B7B;
}
.TagClassName
{
border-color: #AE6B7B;
}
</style>