Shades of Tapestry #A67582
Tints of Tapestry #A67582
RGB
CMYK
RGB Variations
Color information
#A67582 (or 0xA67582) is known color: Tapestry. HEX triplet: A6, 75 and 82. RGB value is (166,117,130). Sum of RGB (Red+Green+Blue) = 166+117+130=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A67582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67582 is #598A7D. Grayscale: #858585. Windows color (decimal): -5868158 or 8549798. OLE color: 8549798.
HSL color Cylindrical-coordinate representation of color #A67582: hue angle of 344.08º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67582 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 130 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.35 |
| HSL | 344.08º | 0.22% | 0.55% | - |
| HSV(B) | 344.08º | 0.3% | 0.65% | - |
| XYZ | 26.12 | 22.44 | 24.07 | - |
| YUV | 133.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 130 | 0 | 0.30 | 0.22 | 0.35 | 344.08 | 0.22 | 0.55 |
| Hex | A6 | 75 | 82 | 0 | 1E | 16 | 23 | 158 | 16 | 37 |
| Octal | 246 | 165 | 202 | 0 | 36 | 26 | 43 | 530 | 26 | 67 |
| Binary | 10100110 | 1110101 | 10000010 | 0 | 11110 | 10110 | 100011 | 101011000 | 10110 | 110111 |
Color Harmonies of #A67582
Complementary color
Monochromatic Colors of #A67582
Black with #A67582
Text Example
Text Example
White with #A67582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67582; }
p { color: rgb(166,117,130); }
H1.HeaderClassName
{
color: #A67582;
}
.AnyTagClassName
{
color: #A67582;
}
</style>
background-color css
<style>
a { background-color: #A67582; }
a { background-color: rgb(166,117,130); }
div.DivClassName
{
background-color: #A67582;
}
.BgClassName
{
background-color: #A67582;
}
</style>
border-color css
<style>
span { border-color: #A67582; }
span { border-color: rgb(166,117,130); }
td.TdClassName
{
border-color: #A67582;
}
.TagClassName
{
border-color: #A67582;
}
</style>