Shades of Tapestry #AF697B
Tints of Tapestry #AF697B
RGB
CMYK
RGB Variations
Color information
#AF697B (or 0xAF697B) is known color: Tapestry. HEX triplet: AF, 69 and 7B. RGB value is (175,105,123). Sum of RGB (Red+Green+Blue) = 175+105+123=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF697B is #509684. Grayscale: #7F7F7F. Windows color (decimal): -5281413 or 8087983. OLE color: 8087983.
HSL color Cylindrical-coordinate representation of color #AF697B: hue angle of 344.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF697B is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 123 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.31 |
| HSL | 344.57º | 0.3% | 0.55% | - |
| HSV(B) | 344.57º | 0.4% | 0.69% | - |
| XYZ | 26.31 | 20.65 | 21.34 | - |
| YUV | 127.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 123 | 0 | 0.40 | 0.30 | 0.31 | 344.57 | 0.3 | 0.55 |
| Hex | AF | 69 | 7B | 0 | 28 | 1E | 1F | 159 | 1E | 37 |
| Octal | 257 | 151 | 173 | 0 | 50 | 36 | 37 | 531 | 36 | 67 |
| Binary | 10101111 | 1101001 | 1111011 | 0 | 101000 | 11110 | 11111 | 101011001 | 11110 | 110111 |
Color Harmonies of #AF697B
Complementary color
Monochromatic Colors of #AF697B
Black with #AF697B
Text Example
Text Example
White with #AF697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF697B; }
p { color: rgb(175,105,123); }
H1.HeaderClassName
{
color: #AF697B;
}
.AnyTagClassName
{
color: #AF697B;
}
</style>
background-color css
<style>
a { background-color: #AF697B; }
a { background-color: rgb(175,105,123); }
div.DivClassName
{
background-color: #AF697B;
}
.BgClassName
{
background-color: #AF697B;
}
</style>
border-color css
<style>
span { border-color: #AF697B; }
span { border-color: rgb(175,105,123); }
td.TdClassName
{
border-color: #AF697B;
}
.TagClassName
{
border-color: #AF697B;
}
</style>