Shades of Tapestry #AF858A
Tints of Tapestry #AF858A
RGB
CMYK
RGB Variations
Color information
#AF858A (or 0xAF858A) is known color: Tapestry. HEX triplet: AF, 85 and 8A. RGB value is (175,133,138). Sum of RGB (Red+Green+Blue) = 175+133+138=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF858A is #507A75. Grayscale: #929292. Windows color (decimal): -5274230 or 9078191. OLE color: 9078191.
HSL color Cylindrical-coordinate representation of color #AF858A: hue angle of 352.86º 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 #AF858A is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 138 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.31 |
| HSL | 352.86º | 0.21% | 0.6% | - |
| HSV(B) | 352.86º | 0.24% | 0.69% | - |
| XYZ | 30.65 | 27.72 | 27.78 | - |
| YUV | 146.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 138 | 0 | 0.24 | 0.21 | 0.31 | 352.86 | 0.21 | 0.6 |
| Hex | AF | 85 | 8A | 0 | 18 | 15 | 1F | 161 | 15 | 3C |
| Octal | 257 | 205 | 212 | 0 | 30 | 25 | 37 | 541 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10001010 | 0 | 11000 | 10101 | 11111 | 101100001 | 10101 | 111100 |
Color Harmonies of #AF858A
Complementary color
Monochromatic Colors of #AF858A
Black with #AF858A
Text Example
Text Example
White with #AF858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF858A; }
p { color: rgb(175,133,138); }
H1.HeaderClassName
{
color: #AF858A;
}
.AnyTagClassName
{
color: #AF858A;
}
</style>
background-color css
<style>
a { background-color: #AF858A; }
a { background-color: rgb(175,133,138); }
div.DivClassName
{
background-color: #AF858A;
}
.BgClassName
{
background-color: #AF858A;
}
</style>
border-color css
<style>
span { border-color: #AF858A; }
span { border-color: rgb(175,133,138); }
td.TdClassName
{
border-color: #AF858A;
}
.TagClassName
{
border-color: #AF858A;
}
</style>