Shades of Tapestry #AD7583
Tints of Tapestry #AD7583
RGB
CMYK
RGB Variations
Color information
#AD7583 (or 0xAD7583) is known color: Tapestry. HEX triplet: AD, 75 and 83. RGB value is (173,117,131). Sum of RGB (Red+Green+Blue) = 173+117+131=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7583 is #528A7C. Grayscale: #878787. Windows color (decimal): -5409405 or 8615341. OLE color: 8615341.
HSL color Cylindrical-coordinate representation of color #AD7583: hue angle of 345º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7583 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 131 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.32 |
| HSL | 345º | 0.25% | 0.57% | - |
| HSV(B) | 345º | 0.32% | 0.68% | - |
| XYZ | 27.69 | 23.25 | 24.5 | - |
| YUV | 135.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 131 | 0 | 0.32 | 0.24 | 0.32 | 345 | 0.25 | 0.57 |
| Hex | AD | 75 | 83 | 0 | 20 | 18 | 20 | 159 | 19 | 39 |
| Octal | 255 | 165 | 203 | 0 | 40 | 30 | 40 | 531 | 31 | 71 |
| Binary | 10101101 | 1110101 | 10000011 | 0 | 100000 | 11000 | 100000 | 101011001 | 11001 | 111001 |
Color Harmonies of #AD7583
Complementary color
Monochromatic Colors of #AD7583
Black with #AD7583
Text Example
Text Example
White with #AD7583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7583; }
p { color: rgb(173,117,131); }
H1.HeaderClassName
{
color: #AD7583;
}
.AnyTagClassName
{
color: #AD7583;
}
</style>
background-color css
<style>
a { background-color: #AD7583; }
a { background-color: rgb(173,117,131); }
div.DivClassName
{
background-color: #AD7583;
}
.BgClassName
{
background-color: #AD7583;
}
</style>
border-color css
<style>
span { border-color: #AD7583; }
span { border-color: rgb(173,117,131); }
td.TdClassName
{
border-color: #AD7583;
}
.TagClassName
{
border-color: #AD7583;
}
</style>