Shades of Tapestry #AF607D
Tints of Tapestry #AF607D
RGB
CMYK
RGB Variations
Color information
#AF607D (or 0xAF607D) is known color: Tapestry. HEX triplet: AF, 60 and 7D. RGB value is (175,96,125). Sum of RGB (Red+Green+Blue) = 175+96+125=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF607D is #509F82. Grayscale: #7A7A7A. Windows color (decimal): -5283715 or 8216751. OLE color: 8216751.
HSL color Cylindrical-coordinate representation of color #AF607D: hue angle of 337.97º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF607D is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 125 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.31 |
| HSL | 337.97º | 0.33% | 0.53% | - |
| HSV(B) | 337.97º | 0.45% | 0.69% | - |
| XYZ | 25.56 | 18.96 | 21.71 | - |
| YUV | 122.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 125 | 0 | 0.45 | 0.29 | 0.31 | 337.97 | 0.33 | 0.53 |
| Hex | AF | 60 | 7D | 0 | 2D | 1D | 1F | 152 | 21 | 35 |
| Octal | 257 | 140 | 175 | 0 | 55 | 35 | 37 | 522 | 41 | 65 |
| Binary | 10101111 | 1100000 | 1111101 | 0 | 101101 | 11101 | 11111 | 101010010 | 100001 | 110101 |
Color Harmonies of #AF607D
Complementary color
Monochromatic Colors of #AF607D
Black with #AF607D
Text Example
Text Example
White with #AF607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF607D; }
p { color: rgb(175,96,125); }
H1.HeaderClassName
{
color: #AF607D;
}
.AnyTagClassName
{
color: #AF607D;
}
</style>
background-color css
<style>
a { background-color: #AF607D; }
a { background-color: rgb(175,96,125); }
div.DivClassName
{
background-color: #AF607D;
}
.BgClassName
{
background-color: #AF607D;
}
</style>
border-color css
<style>
span { border-color: #AF607D; }
span { border-color: rgb(175,96,125); }
td.TdClassName
{
border-color: #AF607D;
}
.TagClassName
{
border-color: #AF607D;
}
</style>