Shades of Tapestry #A9828A
Tints of Tapestry #A9828A
RGB
CMYK
RGB Variations
Color information
#A9828A (or 0xA9828A) is known color: Tapestry. HEX triplet: A9, 82 and 8A. RGB value is (169,130,138). Sum of RGB (Red+Green+Blue) = 169+130+138=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A9828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9828A is #567D75. Grayscale: #8E8E8E. Windows color (decimal): -5668214 or 9077417. OLE color: 9077417.
HSL color Cylindrical-coordinate representation of color #A9828A: hue angle of 347.69º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9828A is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 138 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.34 |
| HSL | 347.69º | 0.18% | 0.59% | - |
| HSV(B) | 347.69º | 0.23% | 0.66% | - |
| XYZ | 28.93 | 26.24 | 27.58 | - |
| YUV | 142.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 138 | 0 | 0.23 | 0.18 | 0.34 | 347.69 | 0.18 | 0.59 |
| Hex | A9 | 82 | 8A | 0 | 17 | 12 | 22 | 15C | 12 | 3B |
| Octal | 251 | 202 | 212 | 0 | 27 | 22 | 42 | 534 | 22 | 73 |
| Binary | 10101001 | 10000010 | 10001010 | 0 | 10111 | 10010 | 100010 | 101011100 | 10010 | 111011 |
Color Harmonies of #A9828A
Complementary color
Monochromatic Colors of #A9828A
Black with #A9828A
Text Example
Text Example
White with #A9828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9828A; }
p { color: rgb(169,130,138); }
H1.HeaderClassName
{
color: #A9828A;
}
.AnyTagClassName
{
color: #A9828A;
}
</style>
background-color css
<style>
a { background-color: #A9828A; }
a { background-color: rgb(169,130,138); }
div.DivClassName
{
background-color: #A9828A;
}
.BgClassName
{
background-color: #A9828A;
}
</style>
border-color css
<style>
span { border-color: #A9828A; }
span { border-color: rgb(169,130,138); }
td.TdClassName
{
border-color: #A9828A;
}
.TagClassName
{
border-color: #A9828A;
}
</style>