Shades of Tapestry #A36F82
Tints of Tapestry #A36F82
RGB
CMYK
RGB Variations
Color information
#A36F82 (or 0xA36F82) is known color: Tapestry. HEX triplet: A3, 6F and 82. RGB value is (163,111,130). Sum of RGB (Red+Green+Blue) = 163+111+130=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F82 is #5C907D. Grayscale: #808080. Windows color (decimal): -6066302 or 8548259. OLE color: 8548259.
HSL color Cylindrical-coordinate representation of color #A36F82: hue angle of 338.08º 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 #A36F82 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 130 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.36 |
| HSL | 338.08º | 0.22% | 0.54% | - |
| HSV(B) | 338.08º | 0.32% | 0.64% | - |
| XYZ | 24.82 | 20.77 | 23.82 | - |
| YUV | 128.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 130 | 0 | 0.32 | 0.20 | 0.36 | 338.08 | 0.22 | 0.54 |
| Hex | A3 | 6F | 82 | 0 | 20 | 14 | 24 | 152 | 16 | 36 |
| Octal | 243 | 157 | 202 | 0 | 40 | 24 | 44 | 522 | 26 | 66 |
| Binary | 10100011 | 1101111 | 10000010 | 0 | 100000 | 10100 | 100100 | 101010010 | 10110 | 110110 |
Color Harmonies of #A36F82
Complementary color
Monochromatic Colors of #A36F82
Black with #A36F82
Text Example
Text Example
White with #A36F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F82; }
p { color: rgb(163,111,130); }
H1.HeaderClassName
{
color: #A36F82;
}
.AnyTagClassName
{
color: #A36F82;
}
</style>
background-color css
<style>
a { background-color: #A36F82; }
a { background-color: rgb(163,111,130); }
div.DivClassName
{
background-color: #A36F82;
}
.BgClassName
{
background-color: #A36F82;
}
</style>
border-color css
<style>
span { border-color: #A36F82; }
span { border-color: rgb(163,111,130); }
td.TdClassName
{
border-color: #A36F82;
}
.TagClassName
{
border-color: #A36F82;
}
</style>