Shades of Tapestry #A47581
Tints of Tapestry #A47581
RGB
CMYK
RGB Variations
Color information
#A47581 (or 0xA47581) is known color: Tapestry. HEX triplet: A4, 75 and 81. RGB value is (164,117,129). Sum of RGB (Red+Green+Blue) = 164+117+129=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A47581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47581 is #5B8A7E. Grayscale: #848484. Windows color (decimal): -5999231 or 8484260. OLE color: 8484260.
HSL color Cylindrical-coordinate representation of color #A47581: hue angle of 344.68º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47581 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 129 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.36 |
| HSL | 344.68º | 0.21% | 0.55% | - |
| HSV(B) | 344.68º | 0.29% | 0.64% | - |
| XYZ | 25.63 | 22.2 | 23.7 | - |
| YUV | 132.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 129 | 0 | 0.29 | 0.21 | 0.36 | 344.68 | 0.21 | 0.55 |
| Hex | A4 | 75 | 81 | 0 | 1D | 15 | 24 | 159 | 15 | 37 |
| Octal | 244 | 165 | 201 | 0 | 35 | 25 | 44 | 531 | 25 | 67 |
| Binary | 10100100 | 1110101 | 10000001 | 0 | 11101 | 10101 | 100100 | 101011001 | 10101 | 110111 |
Color Harmonies of #A47581
Complementary color
Monochromatic Colors of #A47581
Black with #A47581
Text Example
Text Example
White with #A47581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47581; }
p { color: rgb(164,117,129); }
H1.HeaderClassName
{
color: #A47581;
}
.AnyTagClassName
{
color: #A47581;
}
</style>
background-color css
<style>
a { background-color: #A47581; }
a { background-color: rgb(164,117,129); }
div.DivClassName
{
background-color: #A47581;
}
.BgClassName
{
background-color: #A47581;
}
</style>
border-color css
<style>
span { border-color: #A47581; }
span { border-color: rgb(164,117,129); }
td.TdClassName
{
border-color: #A47581;
}
.TagClassName
{
border-color: #A47581;
}
</style>