Shades of Tapestry #AF677E
Tints of Tapestry #AF677E
RGB
CMYK
RGB Variations
Color information
#AF677E (or 0xAF677E) is known color: Tapestry. HEX triplet: AF, 67 and 7E. RGB value is (175,103,126). Sum of RGB (Red+Green+Blue) = 175+103+126=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF677E is #509881. Grayscale: #7F7F7F. Windows color (decimal): -5281922 or 8284079. OLE color: 8284079.
HSL color Cylindrical-coordinate representation of color #AF677E: hue angle of 340.83º 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 #AF677E is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 126 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.31 |
| HSL | 340.83º | 0.31% | 0.55% | - |
| HSV(B) | 340.83º | 0.41% | 0.69% | - |
| XYZ | 26.3 | 20.32 | 22.28 | - |
| YUV | 127.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 126 | 0 | 0.41 | 0.28 | 0.31 | 340.83 | 0.31 | 0.55 |
| Hex | AF | 67 | 7E | 0 | 29 | 1C | 1F | 155 | 1F | 37 |
| Octal | 257 | 147 | 176 | 0 | 51 | 34 | 37 | 525 | 37 | 67 |
| Binary | 10101111 | 1100111 | 1111110 | 0 | 101001 | 11100 | 11111 | 101010101 | 11111 | 110111 |
Color Harmonies of #AF677E
Complementary color
Monochromatic Colors of #AF677E
Black with #AF677E
Text Example
Text Example
White with #AF677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF677E; }
p { color: rgb(175,103,126); }
H1.HeaderClassName
{
color: #AF677E;
}
.AnyTagClassName
{
color: #AF677E;
}
</style>
background-color css
<style>
a { background-color: #AF677E; }
a { background-color: rgb(175,103,126); }
div.DivClassName
{
background-color: #AF677E;
}
.BgClassName
{
background-color: #AF677E;
}
</style>
border-color css
<style>
span { border-color: #AF677E; }
span { border-color: rgb(175,103,126); }
td.TdClassName
{
border-color: #AF677E;
}
.TagClassName
{
border-color: #AF677E;
}
</style>