Shades of Tapestry #AF657E
Tints of Tapestry #AF657E
RGB
CMYK
RGB Variations
Color information
#AF657E (or 0xAF657E) is known color: Tapestry. HEX triplet: AF, 65 and 7E. RGB value is (175,101,126). Sum of RGB (Red+Green+Blue) = 175+101+126=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF657E is #509A81. Grayscale: #7D7D7D. Windows color (decimal): -5282434 or 8283567. OLE color: 8283567.
HSL color Cylindrical-coordinate representation of color #AF657E: hue angle of 339.73º degrees, saturation: 0.32, 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 #AF657E is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 126 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.31 |
| HSL | 339.73º | 0.32% | 0.54% | - |
| HSV(B) | 339.73º | 0.42% | 0.69% | - |
| XYZ | 26.1 | 19.93 | 22.21 | - |
| YUV | 125.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 126 | 0 | 0.42 | 0.28 | 0.31 | 339.73 | 0.32 | 0.54 |
| Hex | AF | 65 | 7E | 0 | 2A | 1C | 1F | 154 | 20 | 36 |
| Octal | 257 | 145 | 176 | 0 | 52 | 34 | 37 | 524 | 40 | 66 |
| Binary | 10101111 | 1100101 | 1111110 | 0 | 101010 | 11100 | 11111 | 101010100 | 100000 | 110110 |
Color Harmonies of #AF657E
Complementary color
Monochromatic Colors of #AF657E
Black with #AF657E
Text Example
Text Example
White with #AF657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF657E; }
p { color: rgb(175,101,126); }
H1.HeaderClassName
{
color: #AF657E;
}
.AnyTagClassName
{
color: #AF657E;
}
</style>
background-color css
<style>
a { background-color: #AF657E; }
a { background-color: rgb(175,101,126); }
div.DivClassName
{
background-color: #AF657E;
}
.BgClassName
{
background-color: #AF657E;
}
</style>
border-color css
<style>
span { border-color: #AF657E; }
span { border-color: rgb(175,101,126); }
td.TdClassName
{
border-color: #AF657E;
}
.TagClassName
{
border-color: #AF657E;
}
</style>