Shades of Tapestry #AF767F
Tints of Tapestry #AF767F
RGB
CMYK
RGB Variations
Color information
#AF767F (or 0xAF767F) is known color: Tapestry. HEX triplet: AF, 76 and 7F. RGB value is (175,118,127). Sum of RGB (Red+Green+Blue) = 175+118+127=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF767F is #508980. Grayscale: #888888. Windows color (decimal): -5278081 or 8353455. OLE color: 8353455.
HSL color Cylindrical-coordinate representation of color #AF767F: hue angle of 350.53º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF767F is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 127 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.31 |
| HSL | 350.53º | 0.26% | 0.57% | - |
| HSV(B) | 350.53º | 0.33% | 0.69% | - |
| XYZ | 27.99 | 23.6 | 23.16 | - |
| YUV | 136.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 127 | 0 | 0.33 | 0.27 | 0.31 | 350.53 | 0.26 | 0.57 |
| Hex | AF | 76 | 7F | 0 | 21 | 1B | 1F | 15F | 1A | 39 |
| Octal | 257 | 166 | 177 | 0 | 41 | 33 | 37 | 537 | 32 | 71 |
| Binary | 10101111 | 1110110 | 1111111 | 0 | 100001 | 11011 | 11111 | 101011111 | 11010 | 111001 |
Color Harmonies of #AF767F
Complementary color
Monochromatic Colors of #AF767F
Black with #AF767F
Text Example
Text Example
White with #AF767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF767F; }
p { color: rgb(175,118,127); }
H1.HeaderClassName
{
color: #AF767F;
}
.AnyTagClassName
{
color: #AF767F;
}
</style>
background-color css
<style>
a { background-color: #AF767F; }
a { background-color: rgb(175,118,127); }
div.DivClassName
{
background-color: #AF767F;
}
.BgClassName
{
background-color: #AF767F;
}
</style>
border-color css
<style>
span { border-color: #AF767F; }
span { border-color: rgb(175,118,127); }
td.TdClassName
{
border-color: #AF767F;
}
.TagClassName
{
border-color: #AF767F;
}
</style>