Shades of Tapestry #AF667E
Tints of Tapestry #AF667E
RGB
CMYK
RGB Variations
Color information
#AF667E (or 0xAF667E) is known color: Tapestry. HEX triplet: AF, 66 and 7E. RGB value is (175,102,126). Sum of RGB (Red+Green+Blue) = 175+102+126=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF667E is #509981. Grayscale: #7E7E7E. Windows color (decimal): -5282178 or 8283823. OLE color: 8283823.
HSL color Cylindrical-coordinate representation of color #AF667E: hue angle of 340.27º degrees, saturation: 0.31, 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 #AF667E is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 126 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.31 |
| HSL | 340.27º | 0.31% | 0.54% | - |
| HSV(B) | 340.27º | 0.42% | 0.69% | - |
| XYZ | 26.2 | 20.12 | 22.24 | - |
| YUV | 126.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 126 | 0 | 0.42 | 0.28 | 0.31 | 340.27 | 0.31 | 0.54 |
| Hex | AF | 66 | 7E | 0 | 2A | 1C | 1F | 154 | 1F | 36 |
| Octal | 257 | 146 | 176 | 0 | 52 | 34 | 37 | 524 | 37 | 66 |
| Binary | 10101111 | 1100110 | 1111110 | 0 | 101010 | 11100 | 11111 | 101010100 | 11111 | 110110 |
Color Harmonies of #AF667E
Complementary color
Monochromatic Colors of #AF667E
Black with #AF667E
Text Example
Text Example
White with #AF667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF667E; }
p { color: rgb(175,102,126); }
H1.HeaderClassName
{
color: #AF667E;
}
.AnyTagClassName
{
color: #AF667E;
}
</style>
background-color css
<style>
a { background-color: #AF667E; }
a { background-color: rgb(175,102,126); }
div.DivClassName
{
background-color: #AF667E;
}
.BgClassName
{
background-color: #AF667E;
}
</style>
border-color css
<style>
span { border-color: #AF667E; }
span { border-color: rgb(175,102,126); }
td.TdClassName
{
border-color: #AF667E;
}
.TagClassName
{
border-color: #AF667E;
}
</style>