Shades of Tapestry #AF727E
Tints of Tapestry #AF727E
RGB
CMYK
RGB Variations
Color information
#AF727E (or 0xAF727E) is known color: Tapestry. HEX triplet: AF, 72 and 7E. RGB value is (175,114,126). Sum of RGB (Red+Green+Blue) = 175+114+126=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF727E is #508D81. Grayscale: #858585. Windows color (decimal): -5279106 or 8286895. OLE color: 8286895.
HSL color Cylindrical-coordinate representation of color #AF727E: hue angle of 348.2º 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 #AF727E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 126 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.31 |
| HSL | 348.2º | 0.28% | 0.57% | - |
| HSV(B) | 348.2º | 0.35% | 0.69% | - |
| XYZ | 27.46 | 22.65 | 22.66 | - |
| YUV | 133.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 126 | 0 | 0.35 | 0.28 | 0.31 | 348.2 | 0.28 | 0.57 |
| Hex | AF | 72 | 7E | 0 | 23 | 1C | 1F | 15C | 1C | 39 |
| Octal | 257 | 162 | 176 | 0 | 43 | 34 | 37 | 534 | 34 | 71 |
| Binary | 10101111 | 1110010 | 1111110 | 0 | 100011 | 11100 | 11111 | 101011100 | 11100 | 111001 |
Color Harmonies of #AF727E
Complementary color
Monochromatic Colors of #AF727E
Black with #AF727E
Text Example
Text Example
White with #AF727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF727E; }
p { color: rgb(175,114,126); }
H1.HeaderClassName
{
color: #AF727E;
}
.AnyTagClassName
{
color: #AF727E;
}
</style>
background-color css
<style>
a { background-color: #AF727E; }
a { background-color: rgb(175,114,126); }
div.DivClassName
{
background-color: #AF727E;
}
.BgClassName
{
background-color: #AF727E;
}
</style>
border-color css
<style>
span { border-color: #AF727E; }
span { border-color: rgb(175,114,126); }
td.TdClassName
{
border-color: #AF727E;
}
.TagClassName
{
border-color: #AF727E;
}
</style>