Shades of Tapestry #AF698A
Tints of Tapestry #AF698A
RGB
CMYK
RGB Variations
Color information
#AF698A (or 0xAF698A) is known color: Tapestry. HEX triplet: AF, 69 and 8A. RGB value is (175,105,138). Sum of RGB (Red+Green+Blue) = 175+105+138=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF698A is #509675. Grayscale: #818181. Windows color (decimal): -5281398 or 9071023. OLE color: 9071023.
HSL color Cylindrical-coordinate representation of color #AF698A: hue angle of 331.71º 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 #AF698A is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 138 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.31 |
| HSL | 331.71º | 0.3% | 0.55% | - |
| HSV(B) | 331.71º | 0.4% | 0.69% | - |
| XYZ | 27.32 | 21.05 | 26.67 | - |
| YUV | 129.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 138 | 0 | 0.40 | 0.21 | 0.31 | 331.71 | 0.3 | 0.55 |
| Hex | AF | 69 | 8A | 0 | 28 | 15 | 1F | 14C | 1E | 37 |
| Octal | 257 | 151 | 212 | 0 | 50 | 25 | 37 | 514 | 36 | 67 |
| Binary | 10101111 | 1101001 | 10001010 | 0 | 101000 | 10101 | 11111 | 101001100 | 11110 | 110111 |
Color Harmonies of #AF698A
Complementary color
Monochromatic Colors of #AF698A
Black with #AF698A
Text Example
Text Example
White with #AF698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF698A; }
p { color: rgb(175,105,138); }
H1.HeaderClassName
{
color: #AF698A;
}
.AnyTagClassName
{
color: #AF698A;
}
</style>
background-color css
<style>
a { background-color: #AF698A; }
a { background-color: rgb(175,105,138); }
div.DivClassName
{
background-color: #AF698A;
}
.BgClassName
{
background-color: #AF698A;
}
</style>
border-color css
<style>
span { border-color: #AF698A; }
span { border-color: rgb(175,105,138); }
td.TdClassName
{
border-color: #AF698A;
}
.TagClassName
{
border-color: #AF698A;
}
</style>