Shades of Tapestry #AF657B
Tints of Tapestry #AF657B
RGB
CMYK
RGB Variations
Color information
#AF657B (or 0xAF657B) is known color: Tapestry. HEX triplet: AF, 65 and 7B. RGB value is (175,101,123). Sum of RGB (Red+Green+Blue) = 175+101+123=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF657B is #509A84. Grayscale: #7D7D7D. Windows color (decimal): -5282437 or 8086959. OLE color: 8086959.
HSL color Cylindrical-coordinate representation of color #AF657B: hue angle of 342.16º 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 #AF657B is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 123 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.31 |
| HSL | 342.16º | 0.32% | 0.54% | - |
| HSV(B) | 342.16º | 0.42% | 0.69% | - |
| XYZ | 25.91 | 19.85 | 21.21 | - |
| YUV | 125.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 123 | 0 | 0.42 | 0.30 | 0.31 | 342.16 | 0.32 | 0.54 |
| Hex | AF | 65 | 7B | 0 | 2A | 1E | 1F | 156 | 20 | 36 |
| Octal | 257 | 145 | 173 | 0 | 52 | 36 | 37 | 526 | 40 | 66 |
| Binary | 10101111 | 1100101 | 1111011 | 0 | 101010 | 11110 | 11111 | 101010110 | 100000 | 110110 |
Color Harmonies of #AF657B
Complementary color
Monochromatic Colors of #AF657B
Black with #AF657B
Text Example
Text Example
White with #AF657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF657B; }
p { color: rgb(175,101,123); }
H1.HeaderClassName
{
color: #AF657B;
}
.AnyTagClassName
{
color: #AF657B;
}
</style>
background-color css
<style>
a { background-color: #AF657B; }
a { background-color: rgb(175,101,123); }
div.DivClassName
{
background-color: #AF657B;
}
.BgClassName
{
background-color: #AF657B;
}
</style>
border-color css
<style>
span { border-color: #AF657B; }
span { border-color: rgb(175,101,123); }
td.TdClassName
{
border-color: #AF657B;
}
.TagClassName
{
border-color: #AF657B;
}
</style>