Shades of Tapestry #AF727D
Tints of Tapestry #AF727D
RGB
CMYK
RGB Variations
Color information
#AF727D (or 0xAF727D) is known color: Tapestry. HEX triplet: AF, 72 and 7D. RGB value is (175,114,125). Sum of RGB (Red+Green+Blue) = 175+114+125=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF727D is #508D82. Grayscale: #858585. Windows color (decimal): -5279107 or 8221359. OLE color: 8221359.
HSL color Cylindrical-coordinate representation of color #AF727D: hue angle of 349.18º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF727D is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 125 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.31 |
| HSL | 349.18º | 0.28% | 0.57% | - |
| HSV(B) | 349.18º | 0.35% | 0.69% | - |
| XYZ | 27.4 | 22.63 | 22.33 | - |
| YUV | 133.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 125 | 0 | 0.35 | 0.29 | 0.31 | 349.18 | 0.28 | 0.57 |
| Hex | AF | 72 | 7D | 0 | 23 | 1D | 1F | 15D | 1C | 39 |
| Octal | 257 | 162 | 175 | 0 | 43 | 35 | 37 | 535 | 34 | 71 |
| Binary | 10101111 | 1110010 | 1111101 | 0 | 100011 | 11101 | 11111 | 101011101 | 11100 | 111001 |
Color Harmonies of #AF727D
Complementary color
Monochromatic Colors of #AF727D
Black with #AF727D
Text Example
Text Example
White with #AF727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF727D; }
p { color: rgb(175,114,125); }
H1.HeaderClassName
{
color: #AF727D;
}
.AnyTagClassName
{
color: #AF727D;
}
</style>
background-color css
<style>
a { background-color: #AF727D; }
a { background-color: rgb(175,114,125); }
div.DivClassName
{
background-color: #AF727D;
}
.BgClassName
{
background-color: #AF727D;
}
</style>
border-color css
<style>
span { border-color: #AF727D; }
span { border-color: rgb(175,114,125); }
td.TdClassName
{
border-color: #AF727D;
}
.TagClassName
{
border-color: #AF727D;
}
</style>