Shades of Tapestry #AF737F
Tints of Tapestry #AF737F
RGB
CMYK
RGB Variations
Color information
#AF737F (or 0xAF737F) is known color: Tapestry. HEX triplet: AF, 73 and 7F. RGB value is (175,115,127). Sum of RGB (Red+Green+Blue) = 175+115+127=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF737F is #508C80. Grayscale: #868686. Windows color (decimal): -5278849 or 8352687. OLE color: 8352687.
HSL color Cylindrical-coordinate representation of color #AF737F: hue angle of 348º 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 #AF737F is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 127 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.31 |
| HSL | 348º | 0.27% | 0.57% | - |
| HSV(B) | 348º | 0.34% | 0.69% | - |
| XYZ | 27.64 | 22.91 | 23.04 | - |
| YUV | 134.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 127 | 0 | 0.34 | 0.27 | 0.31 | 348 | 0.27 | 0.57 |
| Hex | AF | 73 | 7F | 0 | 22 | 1B | 1F | 15C | 1B | 39 |
| Octal | 257 | 163 | 177 | 0 | 42 | 33 | 37 | 534 | 33 | 71 |
| Binary | 10101111 | 1110011 | 1111111 | 0 | 100010 | 11011 | 11111 | 101011100 | 11011 | 111001 |
Color Harmonies of #AF737F
Complementary color
Monochromatic Colors of #AF737F
Black with #AF737F
Text Example
Text Example
White with #AF737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF737F; }
p { color: rgb(175,115,127); }
H1.HeaderClassName
{
color: #AF737F;
}
.AnyTagClassName
{
color: #AF737F;
}
</style>
background-color css
<style>
a { background-color: #AF737F; }
a { background-color: rgb(175,115,127); }
div.DivClassName
{
background-color: #AF737F;
}
.BgClassName
{
background-color: #AF737F;
}
</style>
border-color css
<style>
span { border-color: #AF737F; }
span { border-color: rgb(175,115,127); }
td.TdClassName
{
border-color: #AF737F;
}
.TagClassName
{
border-color: #AF737F;
}
</style>