Shades of Tapestry #AD778A
Tints of Tapestry #AD778A
RGB
CMYK
RGB Variations
Color information
#AD778A (or 0xAD778A) is known color: Tapestry. HEX triplet: AD, 77 and 8A. RGB value is (173,119,138). Sum of RGB (Red+Green+Blue) = 173+119+138=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD778A is #528875. Grayscale: #898989. Windows color (decimal): -5408886 or 9074605. OLE color: 9074605.
HSL color Cylindrical-coordinate representation of color #AD778A: hue angle of 338.89º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD778A is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 138 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.32 |
| HSL | 338.89º | 0.25% | 0.57% | - |
| HSV(B) | 338.89º | 0.31% | 0.68% | - |
| XYZ | 28.42 | 23.91 | 27.16 | - |
| YUV | 137.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 138 | 0 | 0.31 | 0.20 | 0.32 | 338.89 | 0.25 | 0.57 |
| Hex | AD | 77 | 8A | 0 | 1F | 14 | 20 | 153 | 19 | 39 |
| Octal | 255 | 167 | 212 | 0 | 37 | 24 | 40 | 523 | 31 | 71 |
| Binary | 10101101 | 1110111 | 10001010 | 0 | 11111 | 10100 | 100000 | 101010011 | 11001 | 111001 |
Color Harmonies of #AD778A
Complementary color
Monochromatic Colors of #AD778A
Black with #AD778A
Text Example
Text Example
White with #AD778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD778A; }
p { color: rgb(173,119,138); }
H1.HeaderClassName
{
color: #AD778A;
}
.AnyTagClassName
{
color: #AD778A;
}
</style>
background-color css
<style>
a { background-color: #AD778A; }
a { background-color: rgb(173,119,138); }
div.DivClassName
{
background-color: #AD778A;
}
.BgClassName
{
background-color: #AD778A;
}
</style>
border-color css
<style>
span { border-color: #AD778A; }
span { border-color: rgb(173,119,138); }
td.TdClassName
{
border-color: #AD778A;
}
.TagClassName
{
border-color: #AD778A;
}
</style>