Shades of Tapestry #AF828D
Tints of Tapestry #AF828D
RGB
CMYK
RGB Variations
Color information
#AF828D (or 0xAF828D) is known color: Tapestry. HEX triplet: AF, 82 and 8D. RGB value is (175,130,141). Sum of RGB (Red+Green+Blue) = 175+130+141=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF828D is #507D72. Grayscale: #909090. Windows color (decimal): -5274995 or 9274031. OLE color: 9274031.
HSL color Cylindrical-coordinate representation of color #AF828D: hue angle of 345.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF828D is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 141 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.31 |
| HSL | 345.33º | 0.22% | 0.6% | - |
| HSV(B) | 345.33º | 0.26% | 0.69% | - |
| XYZ | 30.47 | 27 | 28.81 | - |
| YUV | 144.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 141 | 0 | 0.26 | 0.19 | 0.31 | 345.33 | 0.22 | 0.6 |
| Hex | AF | 82 | 8D | 0 | 1A | 13 | 1F | 159 | 16 | 3C |
| Octal | 257 | 202 | 215 | 0 | 32 | 23 | 37 | 531 | 26 | 74 |
| Binary | 10101111 | 10000010 | 10001101 | 0 | 11010 | 10011 | 11111 | 101011001 | 10110 | 111100 |
Color Harmonies of #AF828D
Complementary color
Monochromatic Colors of #AF828D
Black with #AF828D
Text Example
Text Example
White with #AF828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF828D; }
p { color: rgb(175,130,141); }
H1.HeaderClassName
{
color: #AF828D;
}
.AnyTagClassName
{
color: #AF828D;
}
</style>
background-color css
<style>
a { background-color: #AF828D; }
a { background-color: rgb(175,130,141); }
div.DivClassName
{
background-color: #AF828D;
}
.BgClassName
{
background-color: #AF828D;
}
</style>
border-color css
<style>
span { border-color: #AF828D; }
span { border-color: rgb(175,130,141); }
td.TdClassName
{
border-color: #AF828D;
}
.TagClassName
{
border-color: #AF828D;
}
</style>