Shades of Tapestry #AF747F
Tints of Tapestry #AF747F
RGB
CMYK
RGB Variations
Color information
#AF747F (or 0xAF747F) is known color: Tapestry. HEX triplet: AF, 74 and 7F. RGB value is (175,116,127). Sum of RGB (Red+Green+Blue) = 175+116+127=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF747F is #508B80. Grayscale: #868686. Windows color (decimal): -5278593 or 8352943. OLE color: 8352943.
HSL color Cylindrical-coordinate representation of color #AF747F: hue angle of 348.81º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF747F is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 127 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.31 |
| HSL | 348.81º | 0.27% | 0.57% | - |
| HSV(B) | 348.81º | 0.34% | 0.69% | - |
| XYZ | 27.76 | 23.14 | 23.08 | - |
| YUV | 134.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 127 | 0 | 0.34 | 0.27 | 0.31 | 348.81 | 0.27 | 0.57 |
| Hex | AF | 74 | 7F | 0 | 22 | 1B | 1F | 15D | 1B | 39 |
| Octal | 257 | 164 | 177 | 0 | 42 | 33 | 37 | 535 | 33 | 71 |
| Binary | 10101111 | 1110100 | 1111111 | 0 | 100010 | 11011 | 11111 | 101011101 | 11011 | 111001 |
Color Harmonies of #AF747F
Complementary color
Monochromatic Colors of #AF747F
Black with #AF747F
Text Example
Text Example
White with #AF747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF747F; }
p { color: rgb(175,116,127); }
H1.HeaderClassName
{
color: #AF747F;
}
.AnyTagClassName
{
color: #AF747F;
}
</style>
background-color css
<style>
a { background-color: #AF747F; }
a { background-color: rgb(175,116,127); }
div.DivClassName
{
background-color: #AF747F;
}
.BgClassName
{
background-color: #AF747F;
}
</style>
border-color css
<style>
span { border-color: #AF747F; }
span { border-color: rgb(175,116,127); }
td.TdClassName
{
border-color: #AF747F;
}
.TagClassName
{
border-color: #AF747F;
}
</style>