Shades of Tapestry #AF6779
Tints of Tapestry #AF6779
RGB
CMYK
RGB Variations
Color information
#AF6779 (or 0xAF6779) is known color: Tapestry. HEX triplet: AF, 67 and 79. RGB value is (175,103,121). Sum of RGB (Red+Green+Blue) = 175+103+121=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6779 is #509886. Grayscale: #7E7E7E. Windows color (decimal): -5281927 or 7956399. OLE color: 7956399.
HSL color Cylindrical-coordinate representation of color #AF6779: hue angle of 345º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6779 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 121 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.31 |
| HSL | 345º | 0.31% | 0.55% | - |
| HSV(B) | 345º | 0.41% | 0.69% | - |
| XYZ | 25.98 | 20.19 | 20.62 | - |
| YUV | 126.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 121 | 0 | 0.41 | 0.31 | 0.31 | 345 | 0.31 | 0.55 |
| Hex | AF | 67 | 79 | 0 | 29 | 1F | 1F | 159 | 1F | 37 |
| Octal | 257 | 147 | 171 | 0 | 51 | 37 | 37 | 531 | 37 | 67 |
| Binary | 10101111 | 1100111 | 1111001 | 0 | 101001 | 11111 | 11111 | 101011001 | 11111 | 110111 |
Color Harmonies of #AF6779
Complementary color
Monochromatic Colors of #AF6779
Black with #AF6779
Text Example
Text Example
White with #AF6779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6779; }
p { color: rgb(175,103,121); }
H1.HeaderClassName
{
color: #AF6779;
}
.AnyTagClassName
{
color: #AF6779;
}
</style>
background-color css
<style>
a { background-color: #AF6779; }
a { background-color: rgb(175,103,121); }
div.DivClassName
{
background-color: #AF6779;
}
.BgClassName
{
background-color: #AF6779;
}
</style>
border-color css
<style>
span { border-color: #AF6779; }
span { border-color: rgb(175,103,121); }
td.TdClassName
{
border-color: #AF6779;
}
.TagClassName
{
border-color: #AF6779;
}
</style>