Shades of Tapestry #AF687B
Tints of Tapestry #AF687B
RGB
CMYK
RGB Variations
Color information
#AF687B (or 0xAF687B) is known color: Tapestry. HEX triplet: AF, 68 and 7B. RGB value is (175,104,123). Sum of RGB (Red+Green+Blue) = 175+104+123=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF687B is #509784. Grayscale: #7F7F7F. Windows color (decimal): -5281669 or 8087727. OLE color: 8087727.
HSL color Cylindrical-coordinate representation of color #AF687B: hue angle of 343.94º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF687B is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 123 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.31 |
| HSL | 343.94º | 0.31% | 0.55% | - |
| HSV(B) | 343.94º | 0.41% | 0.69% | - |
| XYZ | 26.2 | 20.44 | 21.3 | - |
| YUV | 127.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 123 | 0 | 0.41 | 0.30 | 0.31 | 343.94 | 0.31 | 0.55 |
| Hex | AF | 68 | 7B | 0 | 29 | 1E | 1F | 158 | 1F | 37 |
| Octal | 257 | 150 | 173 | 0 | 51 | 36 | 37 | 530 | 37 | 67 |
| Binary | 10101111 | 1101000 | 1111011 | 0 | 101001 | 11110 | 11111 | 101011000 | 11111 | 110111 |
Color Harmonies of #AF687B
Complementary color
Monochromatic Colors of #AF687B
Black with #AF687B
Text Example
Text Example
White with #AF687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF687B; }
p { color: rgb(175,104,123); }
H1.HeaderClassName
{
color: #AF687B;
}
.AnyTagClassName
{
color: #AF687B;
}
</style>
background-color css
<style>
a { background-color: #AF687B; }
a { background-color: rgb(175,104,123); }
div.DivClassName
{
background-color: #AF687B;
}
.BgClassName
{
background-color: #AF687B;
}
</style>
border-color css
<style>
span { border-color: #AF687B; }
span { border-color: rgb(175,104,123); }
td.TdClassName
{
border-color: #AF687B;
}
.TagClassName
{
border-color: #AF687B;
}
</style>