Shades of Tapestry #AF7082
Tints of Tapestry #AF7082
RGB
CMYK
RGB Variations
Color information
#AF7082 (or 0xAF7082) is known color: Tapestry. HEX triplet: AF, 70 and 82. RGB value is (175,112,130). Sum of RGB (Red+Green+Blue) = 175+112+130=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7082 is #508F7D. Grayscale: #848484. Windows color (decimal): -5279614 or 8548527. OLE color: 8548527.
HSL color Cylindrical-coordinate representation of color #AF7082: hue angle of 342.86º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF7082 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 130 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.31 |
| HSL | 342.86º | 0.28% | 0.56% | - |
| HSV(B) | 342.86º | 0.36% | 0.69% | - |
| XYZ | 27.5 | 22.31 | 23.98 | - |
| YUV | 132.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 130 | 0 | 0.36 | 0.26 | 0.31 | 342.86 | 0.28 | 0.56 |
| Hex | AF | 70 | 82 | 0 | 24 | 1A | 1F | 157 | 1C | 38 |
| Octal | 257 | 160 | 202 | 0 | 44 | 32 | 37 | 527 | 34 | 70 |
| Binary | 10101111 | 1110000 | 10000010 | 0 | 100100 | 11010 | 11111 | 101010111 | 11100 | 111000 |
Color Harmonies of #AF7082
Complementary color
Monochromatic Colors of #AF7082
Black with #AF7082
Text Example
Text Example
White with #AF7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7082; }
p { color: rgb(175,112,130); }
H1.HeaderClassName
{
color: #AF7082;
}
.AnyTagClassName
{
color: #AF7082;
}
</style>
background-color css
<style>
a { background-color: #AF7082; }
a { background-color: rgb(175,112,130); }
div.DivClassName
{
background-color: #AF7082;
}
.BgClassName
{
background-color: #AF7082;
}
</style>
border-color css
<style>
span { border-color: #AF7082; }
span { border-color: rgb(175,112,130); }
td.TdClassName
{
border-color: #AF7082;
}
.TagClassName
{
border-color: #AF7082;
}
</style>