Shades of Tapestry #AF6A7A
Tints of Tapestry #AF6A7A
RGB
CMYK
RGB Variations
Color information
#AF6A7A (or 0xAF6A7A) is known color: Tapestry. HEX triplet: AF, 6A and 7A. RGB value is (175,106,122). Sum of RGB (Red+Green+Blue) = 175+106+122=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A7A is #509585. Grayscale: #808080. Windows color (decimal): -5281158 or 8022703. OLE color: 8022703.
HSL color Cylindrical-coordinate representation of color #AF6A7A: hue angle of 346.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6A7A is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 122 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.31 |
| HSL | 346.09º | 0.3% | 0.55% | - |
| HSV(B) | 346.09º | 0.39% | 0.69% | - |
| XYZ | 26.35 | 20.83 | 21.04 | - |
| YUV | 128.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 122 | 0 | 0.39 | 0.30 | 0.31 | 346.09 | 0.3 | 0.55 |
| Hex | AF | 6A | 7A | 0 | 27 | 1E | 1F | 15A | 1E | 37 |
| Octal | 257 | 152 | 172 | 0 | 47 | 36 | 37 | 532 | 36 | 67 |
| Binary | 10101111 | 1101010 | 1111010 | 0 | 100111 | 11110 | 11111 | 101011010 | 11110 | 110111 |
Color Harmonies of #AF6A7A
Complementary color
Monochromatic Colors of #AF6A7A
Black with #AF6A7A
Text Example
Text Example
White with #AF6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A7A; }
p { color: rgb(175,106,122); }
H1.HeaderClassName
{
color: #AF6A7A;
}
.AnyTagClassName
{
color: #AF6A7A;
}
</style>
background-color css
<style>
a { background-color: #AF6A7A; }
a { background-color: rgb(175,106,122); }
div.DivClassName
{
background-color: #AF6A7A;
}
.BgClassName
{
background-color: #AF6A7A;
}
</style>
border-color css
<style>
span { border-color: #AF6A7A; }
span { border-color: rgb(175,106,122); }
td.TdClassName
{
border-color: #AF6A7A;
}
.TagClassName
{
border-color: #AF6A7A;
}
</style>