Shades of Tapestry #AF798B
Tints of Tapestry #AF798B
RGB
CMYK
RGB Variations
Color information
#AF798B (or 0xAF798B) is known color: Tapestry. HEX triplet: AF, 79 and 8B. RGB value is (175,121,139). Sum of RGB (Red+Green+Blue) = 175+121+139=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF798B is #508674. Grayscale: #8B8B8B. Windows color (decimal): -5277301 or 9140655. OLE color: 9140655.
HSL color Cylindrical-coordinate representation of color #AF798B: hue angle of 340º 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 #AF798B is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 139 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.31 |
| HSL | 340º | 0.25% | 0.58% | - |
| HSV(B) | 340º | 0.31% | 0.69% | - |
| XYZ | 29.18 | 24.65 | 27.65 | - |
| YUV | 139.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 139 | 0 | 0.31 | 0.21 | 0.31 | 340 | 0.25 | 0.58 |
| Hex | AF | 79 | 8B | 0 | 1F | 15 | 1F | 154 | 19 | 3A |
| Octal | 257 | 171 | 213 | 0 | 37 | 25 | 37 | 524 | 31 | 72 |
| Binary | 10101111 | 1111001 | 10001011 | 0 | 11111 | 10101 | 11111 | 101010100 | 11001 | 111010 |
Color Harmonies of #AF798B
Complementary color
Monochromatic Colors of #AF798B
Black with #AF798B
Text Example
Text Example
White with #AF798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF798B; }
p { color: rgb(175,121,139); }
H1.HeaderClassName
{
color: #AF798B;
}
.AnyTagClassName
{
color: #AF798B;
}
</style>
background-color css
<style>
a { background-color: #AF798B; }
a { background-color: rgb(175,121,139); }
div.DivClassName
{
background-color: #AF798B;
}
.BgClassName
{
background-color: #AF798B;
}
</style>
border-color css
<style>
span { border-color: #AF798B; }
span { border-color: rgb(175,121,139); }
td.TdClassName
{
border-color: #AF798B;
}
.TagClassName
{
border-color: #AF798B;
}
</style>