Shades of Tapestry #AF8291
Tints of Tapestry #AF8291
RGB
CMYK
RGB Variations
Color information
#AF8291 (or 0xAF8291) is known color: Tapestry. HEX triplet: AF, 82 and 91. RGB value is (175,130,145). Sum of RGB (Red+Green+Blue) = 175+130+145=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8291 is #507D6E. Grayscale: #919191. Windows color (decimal): -5274991 or 9536175. OLE color: 9536175.
HSL color Cylindrical-coordinate representation of color #AF8291: hue angle of 340º 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 #AF8291 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 145 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.31 |
| HSL | 340º | 0.22% | 0.6% | - |
| HSV(B) | 340º | 0.26% | 0.69% | - |
| XYZ | 30.77 | 27.12 | 30.4 | - |
| YUV | 145.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 145 | 0 | 0.26 | 0.17 | 0.31 | 340 | 0.22 | 0.6 |
| Hex | AF | 82 | 91 | 0 | 1A | 11 | 1F | 154 | 16 | 3C |
| Octal | 257 | 202 | 221 | 0 | 32 | 21 | 37 | 524 | 26 | 74 |
| Binary | 10101111 | 10000010 | 10010001 | 0 | 11010 | 10001 | 11111 | 101010100 | 10110 | 111100 |
Color Harmonies of #AF8291
Complementary color
Monochromatic Colors of #AF8291
Black with #AF8291
Text Example
Text Example
White with #AF8291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8291; }
p { color: rgb(175,130,145); }
H1.HeaderClassName
{
color: #AF8291;
}
.AnyTagClassName
{
color: #AF8291;
}
</style>
background-color css
<style>
a { background-color: #AF8291; }
a { background-color: rgb(175,130,145); }
div.DivClassName
{
background-color: #AF8291;
}
.BgClassName
{
background-color: #AF8291;
}
</style>
border-color css
<style>
span { border-color: #AF8291; }
span { border-color: rgb(175,130,145); }
td.TdClassName
{
border-color: #AF8291;
}
.TagClassName
{
border-color: #AF8291;
}
</style>