Shades of Tapestry #AF8290
Tints of Tapestry #AF8290
RGB
CMYK
RGB Variations
Color information
#AF8290 (or 0xAF8290) is known color: Tapestry. HEX triplet: AF, 82 and 90. RGB value is (175,130,144). Sum of RGB (Red+Green+Blue) = 175+130+144=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8290 is #507D6F. Grayscale: #919191. Windows color (decimal): -5274992 or 9470639. OLE color: 9470639.
HSL color Cylindrical-coordinate representation of color #AF8290: hue angle of 341.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 #AF8290 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 144 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.31 |
| HSL | 341.33º | 0.22% | 0.6% | - |
| HSV(B) | 341.33º | 0.26% | 0.69% | - |
| XYZ | 30.7 | 27.09 | 30 | - |
| YUV | 145.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 144 | 0 | 0.26 | 0.18 | 0.31 | 341.33 | 0.22 | 0.6 |
| Hex | AF | 82 | 90 | 0 | 1A | 12 | 1F | 155 | 16 | 3C |
| Octal | 257 | 202 | 220 | 0 | 32 | 22 | 37 | 525 | 26 | 74 |
| Binary | 10101111 | 10000010 | 10010000 | 0 | 11010 | 10010 | 11111 | 101010101 | 10110 | 111100 |
Color Harmonies of #AF8290
Complementary color
Monochromatic Colors of #AF8290
Black with #AF8290
Text Example
Text Example
White with #AF8290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8290; }
p { color: rgb(175,130,144); }
H1.HeaderClassName
{
color: #AF8290;
}
.AnyTagClassName
{
color: #AF8290;
}
</style>
background-color css
<style>
a { background-color: #AF8290; }
a { background-color: rgb(175,130,144); }
div.DivClassName
{
background-color: #AF8290;
}
.BgClassName
{
background-color: #AF8290;
}
</style>
border-color css
<style>
span { border-color: #AF8290; }
span { border-color: rgb(175,130,144); }
td.TdClassName
{
border-color: #AF8290;
}
.TagClassName
{
border-color: #AF8290;
}
</style>