Shades of Tapestry #AF8589
Tints of Tapestry #AF8589
RGB
CMYK
RGB Variations
Color information
#AF8589 (or 0xAF8589) is known color: Tapestry. HEX triplet: AF, 85 and 89. RGB value is (175,133,137). Sum of RGB (Red+Green+Blue) = 175+133+137=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8589 is #507A76. Grayscale: #929292. Windows color (decimal): -5274231 or 9012655. OLE color: 9012655.
HSL color Cylindrical-coordinate representation of color #AF8589: hue angle of 354.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8589 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 137 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.31 |
| HSL | 354.29º | 0.21% | 0.6% | - |
| HSV(B) | 354.29º | 0.24% | 0.69% | - |
| XYZ | 30.58 | 27.7 | 27.4 | - |
| YUV | 146.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 137 | 0 | 0.24 | 0.22 | 0.31 | 354.29 | 0.21 | 0.6 |
| Hex | AF | 85 | 89 | 0 | 18 | 16 | 1F | 162 | 15 | 3C |
| Octal | 257 | 205 | 211 | 0 | 30 | 26 | 37 | 542 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10001001 | 0 | 11000 | 10110 | 11111 | 101100010 | 10101 | 111100 |
Color Harmonies of #AF8589
Complementary color
Monochromatic Colors of #AF8589
Black with #AF8589
Text Example
Text Example
White with #AF8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8589; }
p { color: rgb(175,133,137); }
H1.HeaderClassName
{
color: #AF8589;
}
.AnyTagClassName
{
color: #AF8589;
}
</style>
background-color css
<style>
a { background-color: #AF8589; }
a { background-color: rgb(175,133,137); }
div.DivClassName
{
background-color: #AF8589;
}
.BgClassName
{
background-color: #AF8589;
}
</style>
border-color css
<style>
span { border-color: #AF8589; }
span { border-color: rgb(175,133,137); }
td.TdClassName
{
border-color: #AF8589;
}
.TagClassName
{
border-color: #AF8589;
}
</style>