Shades of Tapestry #AE7F90
Tints of Tapestry #AE7F90
RGB
CMYK
RGB Variations
Color information
#AE7F90 (or 0xAE7F90) is known color: Tapestry. HEX triplet: AE, 7F and 90. RGB value is (174,127,144). Sum of RGB (Red+Green+Blue) = 174+127+144=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7F90 is #51806F. Grayscale: #8E8E8E. Windows color (decimal): -5341296 or 9469870. OLE color: 9469870.
HSL color Cylindrical-coordinate representation of color #AE7F90: hue angle of 338.3º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE7F90 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 127 | 144 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.32 |
| HSL | 338.3º | 0.22% | 0.59% | - |
| HSV(B) | 338.3º | 0.27% | 0.68% | - |
| XYZ | 30.08 | 26.19 | 29.86 | - |
| YUV | 142.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 127 | 144 | 0 | 0.27 | 0.17 | 0.32 | 338.3 | 0.22 | 0.59 |
| Hex | AE | 7F | 90 | 0 | 1B | 11 | 20 | 152 | 16 | 3B |
| Octal | 256 | 177 | 220 | 0 | 33 | 21 | 40 | 522 | 26 | 73 |
| Binary | 10101110 | 1111111 | 10010000 | 0 | 11011 | 10001 | 100000 | 101010010 | 10110 | 111011 |
Color Harmonies of #AE7F90
Complementary color
Monochromatic Colors of #AE7F90
Black with #AE7F90
Text Example
Text Example
White with #AE7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7F90; }
p { color: rgb(174,127,144); }
H1.HeaderClassName
{
color: #AE7F90;
}
.AnyTagClassName
{
color: #AE7F90;
}
</style>
background-color css
<style>
a { background-color: #AE7F90; }
a { background-color: rgb(174,127,144); }
div.DivClassName
{
background-color: #AE7F90;
}
.BgClassName
{
background-color: #AE7F90;
}
</style>
border-color css
<style>
span { border-color: #AE7F90; }
span { border-color: rgb(174,127,144); }
td.TdClassName
{
border-color: #AE7F90;
}
.TagClassName
{
border-color: #AE7F90;
}
</style>