Shades of Tapestry #AF6077
Tints of Tapestry #AF6077
RGB
CMYK
RGB Variations
Color information
#AF6077 (or 0xAF6077) is known color: Tapestry. HEX triplet: AF, 60 and 77. RGB value is (175,96,119). Sum of RGB (Red+Green+Blue) = 175+96+119=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6077 is #509F88. Grayscale: #7A7A7A. Windows color (decimal): -5283721 or 7823535. OLE color: 7823535.
HSL color Cylindrical-coordinate representation of color #AF6077: hue angle of 342.53º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6077 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 119 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.31 |
| HSL | 342.53º | 0.33% | 0.53% | - |
| HSV(B) | 342.53º | 0.45% | 0.69% | - |
| XYZ | 25.19 | 18.81 | 19.76 | - |
| YUV | 122.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 119 | 0 | 0.45 | 0.32 | 0.31 | 342.53 | 0.33 | 0.53 |
| Hex | AF | 60 | 77 | 0 | 2D | 20 | 1F | 157 | 21 | 35 |
| Octal | 257 | 140 | 167 | 0 | 55 | 40 | 37 | 527 | 41 | 65 |
| Binary | 10101111 | 1100000 | 1110111 | 0 | 101101 | 100000 | 11111 | 101010111 | 100001 | 110101 |
Color Harmonies of #AF6077
Complementary color
Monochromatic Colors of #AF6077
Black with #AF6077
Text Example
Text Example
White with #AF6077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6077; }
p { color: rgb(175,96,119); }
H1.HeaderClassName
{
color: #AF6077;
}
.AnyTagClassName
{
color: #AF6077;
}
</style>
background-color css
<style>
a { background-color: #AF6077; }
a { background-color: rgb(175,96,119); }
div.DivClassName
{
background-color: #AF6077;
}
.BgClassName
{
background-color: #AF6077;
}
</style>
border-color css
<style>
span { border-color: #AF6077; }
span { border-color: rgb(175,96,119); }
td.TdClassName
{
border-color: #AF6077;
}
.TagClassName
{
border-color: #AF6077;
}
</style>