Shades of Tapestry #A9727F
Tints of Tapestry #A9727F
RGB
CMYK
RGB Variations
Color information
#A9727F (or 0xA9727F) is known color: Tapestry. HEX triplet: A9, 72 and 7F. RGB value is (169,114,127). Sum of RGB (Red+Green+Blue) = 169+114+127=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9727F is #568D80. Grayscale: #838383. Windows color (decimal): -5672321 or 8352425. OLE color: 8352425.
HSL color Cylindrical-coordinate representation of color #A9727F: hue angle of 345.82º 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 #A9727F is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 127 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.34 |
| HSL | 345.82º | 0.24% | 0.55% | - |
| HSV(B) | 345.82º | 0.33% | 0.66% | - |
| XYZ | 26.21 | 22 | 22.94 | - |
| YUV | 131.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 127 | 0 | 0.33 | 0.25 | 0.34 | 345.82 | 0.24 | 0.55 |
| Hex | A9 | 72 | 7F | 0 | 21 | 19 | 22 | 15A | 18 | 37 |
| Octal | 251 | 162 | 177 | 0 | 41 | 31 | 42 | 532 | 30 | 67 |
| Binary | 10101001 | 1110010 | 1111111 | 0 | 100001 | 11001 | 100010 | 101011010 | 11000 | 110111 |
Color Harmonies of #A9727F
Complementary color
Monochromatic Colors of #A9727F
Black with #A9727F
Text Example
Text Example
White with #A9727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9727F; }
p { color: rgb(169,114,127); }
H1.HeaderClassName
{
color: #A9727F;
}
.AnyTagClassName
{
color: #A9727F;
}
</style>
background-color css
<style>
a { background-color: #A9727F; }
a { background-color: rgb(169,114,127); }
div.DivClassName
{
background-color: #A9727F;
}
.BgClassName
{
background-color: #A9727F;
}
</style>
border-color css
<style>
span { border-color: #A9727F; }
span { border-color: rgb(169,114,127); }
td.TdClassName
{
border-color: #A9727F;
}
.TagClassName
{
border-color: #A9727F;
}
</style>