Shades of Tapestry #AF6A7E
Tints of Tapestry #AF6A7E
RGB
CMYK
RGB Variations
Color information
#AF6A7E (or 0xAF6A7E) is known color: Tapestry. HEX triplet: AF, 6A and 7E. RGB value is (175,106,126). Sum of RGB (Red+Green+Blue) = 175+106+126=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A7E is #509581. Grayscale: #808080. Windows color (decimal): -5281154 or 8284847. OLE color: 8284847.
HSL color Cylindrical-coordinate representation of color #AF6A7E: hue angle of 342.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6A7E is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 126 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.31 |
| HSL | 342.61º | 0.3% | 0.55% | - |
| HSV(B) | 342.61º | 0.39% | 0.69% | - |
| XYZ | 26.6 | 20.93 | 22.38 | - |
| YUV | 128.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 126 | 0 | 0.39 | 0.28 | 0.31 | 342.61 | 0.3 | 0.55 |
| Hex | AF | 6A | 7E | 0 | 27 | 1C | 1F | 157 | 1E | 37 |
| Octal | 257 | 152 | 176 | 0 | 47 | 34 | 37 | 527 | 36 | 67 |
| Binary | 10101111 | 1101010 | 1111110 | 0 | 100111 | 11100 | 11111 | 101010111 | 11110 | 110111 |
Color Harmonies of #AF6A7E
Complementary color
Monochromatic Colors of #AF6A7E
Black with #AF6A7E
Text Example
Text Example
White with #AF6A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A7E; }
p { color: rgb(175,106,126); }
H1.HeaderClassName
{
color: #AF6A7E;
}
.AnyTagClassName
{
color: #AF6A7E;
}
</style>
background-color css
<style>
a { background-color: #AF6A7E; }
a { background-color: rgb(175,106,126); }
div.DivClassName
{
background-color: #AF6A7E;
}
.BgClassName
{
background-color: #AF6A7E;
}
</style>
border-color css
<style>
span { border-color: #AF6A7E; }
span { border-color: rgb(175,106,126); }
td.TdClassName
{
border-color: #AF6A7E;
}
.TagClassName
{
border-color: #AF6A7E;
}
</style>