Shades of Tapestry #AF5C85
Tints of Tapestry #AF5C85
RGB
CMYK
RGB Variations
Color information
#AF5C85 (or 0xAF5C85) is known color: Tapestry. HEX triplet: AF, 5C and 85. RGB value is (175,92,133). Sum of RGB (Red+Green+Blue) = 175+92+133=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5C85 is #50A37A. Grayscale: #797979. Windows color (decimal): -5284731 or 8740015. OLE color: 8740015.
HSL color Cylindrical-coordinate representation of color #AF5C85: hue angle of 330.36º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5C85 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 92 | 133 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.31 |
| HSL | 330.36º | 0.34% | 0.52% | - |
| HSV(B) | 330.36º | 0.47% | 0.69% | - |
| XYZ | 25.74 | 18.46 | 24.4 | - |
| YUV | 121.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 133 | 0 | 0.47 | 0.24 | 0.31 | 330.36 | 0.34 | 0.52 |
| Hex | AF | 5C | 85 | 0 | 2F | 18 | 1F | 14A | 22 | 34 |
| Octal | 257 | 134 | 205 | 0 | 57 | 30 | 37 | 512 | 42 | 64 |
| Binary | 10101111 | 1011100 | 10000101 | 0 | 101111 | 11000 | 11111 | 101001010 | 100010 | 110100 |
Color Harmonies of #AF5C85
Complementary color
Monochromatic Colors of #AF5C85
Black with #AF5C85
Text Example
Text Example
White with #AF5C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5C85; }
p { color: rgb(175,92,133); }
H1.HeaderClassName
{
color: #AF5C85;
}
.AnyTagClassName
{
color: #AF5C85;
}
</style>
background-color css
<style>
a { background-color: #AF5C85; }
a { background-color: rgb(175,92,133); }
div.DivClassName
{
background-color: #AF5C85;
}
.BgClassName
{
background-color: #AF5C85;
}
</style>
border-color css
<style>
span { border-color: #AF5C85; }
span { border-color: rgb(175,92,133); }
td.TdClassName
{
border-color: #AF5C85;
}
.TagClassName
{
border-color: #AF5C85;
}
</style>