Shades of Tapestry #A67885
Tints of Tapestry #A67885
RGB
CMYK
RGB Variations
Color information
#A67885 (or 0xA67885) is known color: Tapestry. HEX triplet: A6, 78 and 85. RGB value is (166,120,133). Sum of RGB (Red+Green+Blue) = 166+120+133=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A67885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67885 is #59877A. Grayscale: #878787. Windows color (decimal): -5867387 or 8747174. OLE color: 8747174.
HSL color Cylindrical-coordinate representation of color #A67885: hue angle of 343.04º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67885 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 120 | 133 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.35 |
| HSL | 343.04º | 0.21% | 0.56% | - |
| HSV(B) | 343.04º | 0.28% | 0.65% | - |
| XYZ | 26.68 | 23.23 | 25.27 | - |
| YUV | 135.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 133 | 0 | 0.28 | 0.20 | 0.35 | 343.04 | 0.21 | 0.56 |
| Hex | A6 | 78 | 85 | 0 | 1C | 14 | 23 | 157 | 15 | 38 |
| Octal | 246 | 170 | 205 | 0 | 34 | 24 | 43 | 527 | 25 | 70 |
| Binary | 10100110 | 1111000 | 10000101 | 0 | 11100 | 10100 | 100011 | 101010111 | 10101 | 111000 |
Color Harmonies of #A67885
Complementary color
Monochromatic Colors of #A67885
Black with #A67885
Text Example
Text Example
White with #A67885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67885; }
p { color: rgb(166,120,133); }
H1.HeaderClassName
{
color: #A67885;
}
.AnyTagClassName
{
color: #A67885;
}
</style>
background-color css
<style>
a { background-color: #A67885; }
a { background-color: rgb(166,120,133); }
div.DivClassName
{
background-color: #A67885;
}
.BgClassName
{
background-color: #A67885;
}
</style>
border-color css
<style>
span { border-color: #A67885; }
span { border-color: rgb(166,120,133); }
td.TdClassName
{
border-color: #A67885;
}
.TagClassName
{
border-color: #A67885;
}
</style>