Shades of Tapestry #A58A8D
Tints of Tapestry #A58A8D
RGB
CMYK
RGB Variations
Color information
#A58A8D (or 0xA58A8D) is known color: Tapestry. HEX triplet: A5, 8A and 8D. RGB value is (165,138,141). Sum of RGB (Red+Green+Blue) = 165+138+141=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58A8D is #5A7572. Grayscale: #929292. Windows color (decimal): -5928307 or 9276069. OLE color: 9276069.
HSL color Cylindrical-coordinate representation of color #A58A8D: hue angle of 353.33º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A58A8D is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
RGB | 165 | 138 | 141 | - |
CMYK | 0 | 0.16 | 0.15 | 0.35 |
HSL | 353.33º | 0.13% | 0.59% | - |
HSV(B) | 353.33º | 0.16% | 0.65% | - |
XYZ | 29.41 | 28.1 | 29.07 | - |
YUV | 146.42 | 124.95 | 141.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 165 | 138 | 141 | 0 | 0.16 | 0.15 | 0.35 | 353.33 | 0.13 | 0.59 |
Hex | A5 | 8A | 8D | 0 | 10 | F | 23 | 161 | D | 3B |
Octal | 245 | 212 | 215 | 0 | 20 | 17 | 43 | 541 | 15 | 73 |
Binary | 10100101 | 10001010 | 10001101 | 0 | 10000 | 1111 | 100011 | 101100001 | 1101 | 111011 |
Color Harmonies of #A58A8D
Complementary color
Monochromatic Colors of #A58A8D
Black with #A58A8D
Text Example
Text Example
White with #A58A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58A8D; }
p { color: rgb(165,138,141); }
H1.HeaderClassName
{
color: #A58A8D;
}
.AnyTagClassName
{
color: #A58A8D;
}
</style>
background-color css
<style>
a { background-color: #A58A8D; }
a { background-color: rgb(165,138,141); }
div.DivClassName
{
background-color: #A58A8D;
}
.BgClassName
{
background-color: #A58A8D;
}
</style>
border-color css
<style>
span { border-color: #A58A8D; }
span { border-color: rgb(165,138,141); }
td.TdClassName
{
border-color: #A58A8D;
}
.TagClassName
{
border-color: #A58A8D;
}
</style>