Shades of Tapestry #AD637F
Tints of Tapestry #AD637F
RGB
CMYK
RGB Variations
Color information
#AD637F (or 0xAD637F) is known color: Tapestry. HEX triplet: AD, 63 and 7F. RGB value is (173,99,127). Sum of RGB (Red+Green+Blue) = 173+99+127=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD637F is #529C80. Grayscale: #7C7C7C. Windows color (decimal): -5414017 or 8348589. OLE color: 8348589.
HSL color Cylindrical-coordinate representation of color #AD637F: hue angle of 337.3º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD637F is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 127 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.32 |
| HSL | 337.3º | 0.31% | 0.53% | - |
| HSV(B) | 337.3º | 0.43% | 0.68% | - |
| XYZ | 25.53 | 19.34 | 22.47 | - |
| YUV | 124.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 127 | 0 | 0.43 | 0.27 | 0.32 | 337.3 | 0.31 | 0.53 |
| Hex | AD | 63 | 7F | 0 | 2B | 1B | 20 | 151 | 1F | 35 |
| Octal | 255 | 143 | 177 | 0 | 53 | 33 | 40 | 521 | 37 | 65 |
| Binary | 10101101 | 1100011 | 1111111 | 0 | 101011 | 11011 | 100000 | 101010001 | 11111 | 110101 |
Color Harmonies of #AD637F
Complementary color
Monochromatic Colors of #AD637F
Black with #AD637F
Text Example
Text Example
White with #AD637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD637F; }
p { color: rgb(173,99,127); }
H1.HeaderClassName
{
color: #AD637F;
}
.AnyTagClassName
{
color: #AD637F;
}
</style>
background-color css
<style>
a { background-color: #AD637F; }
a { background-color: rgb(173,99,127); }
div.DivClassName
{
background-color: #AD637F;
}
.BgClassName
{
background-color: #AD637F;
}
</style>
border-color css
<style>
span { border-color: #AD637F; }
span { border-color: rgb(173,99,127); }
td.TdClassName
{
border-color: #AD637F;
}
.TagClassName
{
border-color: #AD637F;
}
</style>