Shades of Tapestry #AF607C
Tints of Tapestry #AF607C
RGB
CMYK
RGB Variations
Color information
#AF607C (or 0xAF607C) is known color: Tapestry. HEX triplet: AF, 60 and 7C. RGB value is (175,96,124). Sum of RGB (Red+Green+Blue) = 175+96+124=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF607C is #509F83. Grayscale: #7A7A7A. Windows color (decimal): -5283716 or 8151215. OLE color: 8151215.
HSL color Cylindrical-coordinate representation of color #AF607C: hue angle of 338.73º 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 #AF607C is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 124 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.31 |
| HSL | 338.73º | 0.33% | 0.53% | - |
| HSV(B) | 338.73º | 0.45% | 0.69% | - |
| XYZ | 25.5 | 18.93 | 21.38 | - |
| YUV | 122.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 124 | 0 | 0.45 | 0.29 | 0.31 | 338.73 | 0.33 | 0.53 |
| Hex | AF | 60 | 7C | 0 | 2D | 1D | 1F | 153 | 21 | 35 |
| Octal | 257 | 140 | 174 | 0 | 55 | 35 | 37 | 523 | 41 | 65 |
| Binary | 10101111 | 1100000 | 1111100 | 0 | 101101 | 11101 | 11111 | 101010011 | 100001 | 110101 |
Color Harmonies of #AF607C
Complementary color
Monochromatic Colors of #AF607C
Black with #AF607C
Text Example
Text Example
White with #AF607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF607C; }
p { color: rgb(175,96,124); }
H1.HeaderClassName
{
color: #AF607C;
}
.AnyTagClassName
{
color: #AF607C;
}
</style>
background-color css
<style>
a { background-color: #AF607C; }
a { background-color: rgb(175,96,124); }
div.DivClassName
{
background-color: #AF607C;
}
.BgClassName
{
background-color: #AF607C;
}
</style>
border-color css
<style>
span { border-color: #AF607C; }
span { border-color: rgb(175,96,124); }
td.TdClassName
{
border-color: #AF607C;
}
.TagClassName
{
border-color: #AF607C;
}
</style>