Shades of Tapestry #A9728C
Tints of Tapestry #A9728C
RGB
CMYK
RGB Variations
Color information
#A9728C (or 0xA9728C) is known color: Tapestry. HEX triplet: A9, 72 and 8C. RGB value is (169,114,140). Sum of RGB (Red+Green+Blue) = 169+114+140=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A9728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9728C is #568D73. Grayscale: #858585. Windows color (decimal): -5672308 or 9204393. OLE color: 9204393.
HSL color Cylindrical-coordinate representation of color #A9728C: hue angle of 331.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9728C is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 140 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.34 |
| HSL | 331.64º | 0.24% | 0.55% | - |
| HSV(B) | 331.64º | 0.33% | 0.66% | - |
| XYZ | 27.11 | 22.36 | 27.7 | - |
| YUV | 133.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 140 | 0 | 0.33 | 0.17 | 0.34 | 331.64 | 0.24 | 0.55 |
| Hex | A9 | 72 | 8C | 0 | 21 | 11 | 22 | 14C | 18 | 37 |
| Octal | 251 | 162 | 214 | 0 | 41 | 21 | 42 | 514 | 30 | 67 |
| Binary | 10101001 | 1110010 | 10001100 | 0 | 100001 | 10001 | 100010 | 101001100 | 11000 | 110111 |
Color Harmonies of #A9728C
Complementary color
Monochromatic Colors of #A9728C
Black with #A9728C
Text Example
Text Example
White with #A9728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9728C; }
p { color: rgb(169,114,140); }
H1.HeaderClassName
{
color: #A9728C;
}
.AnyTagClassName
{
color: #A9728C;
}
</style>
background-color css
<style>
a { background-color: #A9728C; }
a { background-color: rgb(169,114,140); }
div.DivClassName
{
background-color: #A9728C;
}
.BgClassName
{
background-color: #A9728C;
}
</style>
border-color css
<style>
span { border-color: #A9728C; }
span { border-color: rgb(169,114,140); }
td.TdClassName
{
border-color: #A9728C;
}
.TagClassName
{
border-color: #A9728C;
}
</style>