Shades of Tapestry #AF6683
Tints of Tapestry #AF6683
RGB
CMYK
RGB Variations
Color information
#AF6683 (or 0xAF6683) is known color: Tapestry. HEX triplet: AF, 66 and 83. RGB value is (175,102,131). Sum of RGB (Red+Green+Blue) = 175+102+131=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6683 is #50997C. Grayscale: #7F7F7F. Windows color (decimal): -5282173 or 8611503. OLE color: 8611503.
HSL color Cylindrical-coordinate representation of color #AF6683: hue angle of 336.16º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6683 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 131 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.31 |
| HSL | 336.16º | 0.31% | 0.54% | - |
| HSV(B) | 336.16º | 0.42% | 0.69% | - |
| XYZ | 26.53 | 20.26 | 23.98 | - |
| YUV | 127.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 131 | 0 | 0.42 | 0.25 | 0.31 | 336.16 | 0.31 | 0.54 |
| Hex | AF | 66 | 83 | 0 | 2A | 19 | 1F | 150 | 1F | 36 |
| Octal | 257 | 146 | 203 | 0 | 52 | 31 | 37 | 520 | 37 | 66 |
| Binary | 10101111 | 1100110 | 10000011 | 0 | 101010 | 11001 | 11111 | 101010000 | 11111 | 110110 |
Color Harmonies of #AF6683
Complementary color
Monochromatic Colors of #AF6683
Black with #AF6683
Text Example
Text Example
White with #AF6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6683; }
p { color: rgb(175,102,131); }
H1.HeaderClassName
{
color: #AF6683;
}
.AnyTagClassName
{
color: #AF6683;
}
</style>
background-color css
<style>
a { background-color: #AF6683; }
a { background-color: rgb(175,102,131); }
div.DivClassName
{
background-color: #AF6683;
}
.BgClassName
{
background-color: #AF6683;
}
</style>
border-color css
<style>
span { border-color: #AF6683; }
span { border-color: rgb(175,102,131); }
td.TdClassName
{
border-color: #AF6683;
}
.TagClassName
{
border-color: #AF6683;
}
</style>