Shades of Tapestry #AF708A
Tints of Tapestry #AF708A
RGB
CMYK
RGB Variations
Color information
#AF708A (or 0xAF708A) is known color: Tapestry. HEX triplet: AF, 70 and 8A. RGB value is (175,112,138). Sum of RGB (Red+Green+Blue) = 175+112+138=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF708A is #508F75. Grayscale: #858585. Windows color (decimal): -5279606 or 9072815. OLE color: 9072815.
HSL color Cylindrical-coordinate representation of color #AF708A: hue angle of 335.24º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF708A is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 138 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.31 |
| HSL | 335.24º | 0.28% | 0.56% | - |
| HSV(B) | 335.24º | 0.36% | 0.69% | - |
| XYZ | 28.06 | 22.54 | 26.92 | - |
| YUV | 133.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 138 | 0 | 0.36 | 0.21 | 0.31 | 335.24 | 0.28 | 0.56 |
| Hex | AF | 70 | 8A | 0 | 24 | 15 | 1F | 14F | 1C | 38 |
| Octal | 257 | 160 | 212 | 0 | 44 | 25 | 37 | 517 | 34 | 70 |
| Binary | 10101111 | 1110000 | 10001010 | 0 | 100100 | 10101 | 11111 | 101001111 | 11100 | 111000 |
Color Harmonies of #AF708A
Complementary color
Monochromatic Colors of #AF708A
Black with #AF708A
Text Example
Text Example
White with #AF708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF708A; }
p { color: rgb(175,112,138); }
H1.HeaderClassName
{
color: #AF708A;
}
.AnyTagClassName
{
color: #AF708A;
}
</style>
background-color css
<style>
a { background-color: #AF708A; }
a { background-color: rgb(175,112,138); }
div.DivClassName
{
background-color: #AF708A;
}
.BgClassName
{
background-color: #AF708A;
}
</style>
border-color css
<style>
span { border-color: #AF708A; }
span { border-color: rgb(175,112,138); }
td.TdClassName
{
border-color: #AF708A;
}
.TagClassName
{
border-color: #AF708A;
}
</style>