Shades of Tapestry #AF707D
Tints of Tapestry #AF707D
RGB
CMYK
RGB Variations
Color information
#AF707D (or 0xAF707D) is known color: Tapestry. HEX triplet: AF, 70 and 7D. RGB value is (175,112,125). Sum of RGB (Red+Green+Blue) = 175+112+125=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF707D is #508F82. Grayscale: #848484. Windows color (decimal): -5279619 or 8220847. OLE color: 8220847.
HSL color Cylindrical-coordinate representation of color #AF707D: hue angle of 347.62º 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 #AF707D is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 125 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.31 |
| HSL | 347.62º | 0.28% | 0.56% | - |
| HSV(B) | 347.62º | 0.36% | 0.69% | - |
| XYZ | 27.18 | 22.18 | 22.25 | - |
| YUV | 132.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 125 | 0 | 0.36 | 0.29 | 0.31 | 347.62 | 0.28 | 0.56 |
| Hex | AF | 70 | 7D | 0 | 24 | 1D | 1F | 15C | 1C | 38 |
| Octal | 257 | 160 | 175 | 0 | 44 | 35 | 37 | 534 | 34 | 70 |
| Binary | 10101111 | 1110000 | 1111101 | 0 | 100100 | 11101 | 11111 | 101011100 | 11100 | 111000 |
Color Harmonies of #AF707D
Complementary color
Monochromatic Colors of #AF707D
Black with #AF707D
Text Example
Text Example
White with #AF707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF707D; }
p { color: rgb(175,112,125); }
H1.HeaderClassName
{
color: #AF707D;
}
.AnyTagClassName
{
color: #AF707D;
}
</style>
background-color css
<style>
a { background-color: #AF707D; }
a { background-color: rgb(175,112,125); }
div.DivClassName
{
background-color: #AF707D;
}
.BgClassName
{
background-color: #AF707D;
}
</style>
border-color css
<style>
span { border-color: #AF707D; }
span { border-color: rgb(175,112,125); }
td.TdClassName
{
border-color: #AF707D;
}
.TagClassName
{
border-color: #AF707D;
}
</style>