Shades of Tapestry #A36F85
Tints of Tapestry #A36F85
RGB
CMYK
RGB Variations
Color information
#A36F85 (or 0xA36F85) is known color: Tapestry. HEX triplet: A3, 6F and 85. RGB value is (163,111,133). Sum of RGB (Red+Green+Blue) = 163+111+133=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F85 is #5C907A. Grayscale: #818181. Windows color (decimal): -6066299 or 8744867. OLE color: 8744867.
HSL color Cylindrical-coordinate representation of color #A36F85: hue angle of 334.62º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A36F85 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 133 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.36 |
| HSL | 334.62º | 0.22% | 0.54% | - |
| HSV(B) | 334.62º | 0.32% | 0.64% | - |
| XYZ | 25.02 | 20.85 | 24.9 | - |
| YUV | 129.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 133 | 0 | 0.32 | 0.18 | 0.36 | 334.62 | 0.22 | 0.54 |
| Hex | A3 | 6F | 85 | 0 | 20 | 12 | 24 | 14F | 16 | 36 |
| Octal | 243 | 157 | 205 | 0 | 40 | 22 | 44 | 517 | 26 | 66 |
| Binary | 10100011 | 1101111 | 10000101 | 0 | 100000 | 10010 | 100100 | 101001111 | 10110 | 110110 |
Color Harmonies of #A36F85
Complementary color
Monochromatic Colors of #A36F85
Black with #A36F85
Text Example
Text Example
White with #A36F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F85; }
p { color: rgb(163,111,133); }
H1.HeaderClassName
{
color: #A36F85;
}
.AnyTagClassName
{
color: #A36F85;
}
</style>
background-color css
<style>
a { background-color: #A36F85; }
a { background-color: rgb(163,111,133); }
div.DivClassName
{
background-color: #A36F85;
}
.BgClassName
{
background-color: #A36F85;
}
</style>
border-color css
<style>
span { border-color: #A36F85; }
span { border-color: rgb(163,111,133); }
td.TdClassName
{
border-color: #A36F85;
}
.TagClassName
{
border-color: #A36F85;
}
</style>