Shades of Tapestry #AF798D
Tints of Tapestry #AF798D
RGB
CMYK
RGB Variations
Color information
#AF798D (or 0xAF798D) is known color: Tapestry. HEX triplet: AF, 79 and 8D. RGB value is (175,121,141). Sum of RGB (Red+Green+Blue) = 175+121+141=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF798D is #508672. Grayscale: #8B8B8B. Windows color (decimal): -5277299 or 9271727. OLE color: 9271727.
HSL color Cylindrical-coordinate representation of color #AF798D: hue angle of 337.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF798D is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 141 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.31 |
| HSL | 337.78º | 0.25% | 0.58% | - |
| HSV(B) | 337.78º | 0.31% | 0.69% | - |
| XYZ | 29.32 | 24.71 | 28.42 | - |
| YUV | 139.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 141 | 0 | 0.31 | 0.19 | 0.31 | 337.78 | 0.25 | 0.58 |
| Hex | AF | 79 | 8D | 0 | 1F | 13 | 1F | 152 | 19 | 3A |
| Octal | 257 | 171 | 215 | 0 | 37 | 23 | 37 | 522 | 31 | 72 |
| Binary | 10101111 | 1111001 | 10001101 | 0 | 11111 | 10011 | 11111 | 101010010 | 11001 | 111010 |
Color Harmonies of #AF798D
Complementary color
Monochromatic Colors of #AF798D
Black with #AF798D
Text Example
Text Example
White with #AF798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF798D; }
p { color: rgb(175,121,141); }
H1.HeaderClassName
{
color: #AF798D;
}
.AnyTagClassName
{
color: #AF798D;
}
</style>
background-color css
<style>
a { background-color: #AF798D; }
a { background-color: rgb(175,121,141); }
div.DivClassName
{
background-color: #AF798D;
}
.BgClassName
{
background-color: #AF798D;
}
</style>
border-color css
<style>
span { border-color: #AF798D; }
span { border-color: rgb(175,121,141); }
td.TdClassName
{
border-color: #AF798D;
}
.TagClassName
{
border-color: #AF798D;
}
</style>