Shades of Tapestry #AF6B7D
Tints of Tapestry #AF6B7D
RGB
CMYK
RGB Variations
Color information
#AF6B7D (or 0xAF6B7D) is known color: Tapestry. HEX triplet: AF, 6B and 7D. RGB value is (175,107,125). Sum of RGB (Red+Green+Blue) = 175+107+125=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B7D is #509482. Grayscale: #818181. Windows color (decimal): -5280899 or 8219567. OLE color: 8219567.
HSL color Cylindrical-coordinate representation of color #AF6B7D: hue angle of 344.12º 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 #AF6B7D is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 125 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.31 |
| HSL | 344.12º | 0.3% | 0.55% | - |
| HSV(B) | 344.12º | 0.39% | 0.69% | - |
| XYZ | 26.64 | 21.11 | 22.07 | - |
| YUV | 129.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 125 | 0 | 0.39 | 0.29 | 0.31 | 344.12 | 0.3 | 0.55 |
| Hex | AF | 6B | 7D | 0 | 27 | 1D | 1F | 158 | 1E | 37 |
| Octal | 257 | 153 | 175 | 0 | 47 | 35 | 37 | 530 | 36 | 67 |
| Binary | 10101111 | 1101011 | 1111101 | 0 | 100111 | 11101 | 11111 | 101011000 | 11110 | 110111 |
Color Harmonies of #AF6B7D
Complementary color
Monochromatic Colors of #AF6B7D
Black with #AF6B7D
Text Example
Text Example
White with #AF6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B7D; }
p { color: rgb(175,107,125); }
H1.HeaderClassName
{
color: #AF6B7D;
}
.AnyTagClassName
{
color: #AF6B7D;
}
</style>
background-color css
<style>
a { background-color: #AF6B7D; }
a { background-color: rgb(175,107,125); }
div.DivClassName
{
background-color: #AF6B7D;
}
.BgClassName
{
background-color: #AF6B7D;
}
</style>
border-color css
<style>
span { border-color: #AF6B7D; }
span { border-color: rgb(175,107,125); }
td.TdClassName
{
border-color: #AF6B7D;
}
.TagClassName
{
border-color: #AF6B7D;
}
</style>