Shades of Tapestry #A46B7D
Tints of Tapestry #A46B7D
RGB
CMYK
RGB Variations
Color information
#A46B7D (or 0xA46B7D) is known color: Tapestry. HEX triplet: A4, 6B and 7D. RGB value is (164,107,125). Sum of RGB (Red+Green+Blue) = 164+107+125=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B7D is #5B9482. Grayscale: #7E7E7E. Windows color (decimal): -6001795 or 8219556. OLE color: 8219556.
HSL color Cylindrical-coordinate representation of color #A46B7D: hue angle of 341.05º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46B7D is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 125 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.36 |
| HSL | 341.05º | 0.24% | 0.53% | - |
| HSV(B) | 341.05º | 0.35% | 0.64% | - |
| XYZ | 24.27 | 19.89 | 21.96 | - |
| YUV | 126.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 125 | 0 | 0.35 | 0.24 | 0.36 | 341.05 | 0.24 | 0.53 |
| Hex | A4 | 6B | 7D | 0 | 23 | 18 | 24 | 155 | 18 | 35 |
| Octal | 244 | 153 | 175 | 0 | 43 | 30 | 44 | 525 | 30 | 65 |
| Binary | 10100100 | 1101011 | 1111101 | 0 | 100011 | 11000 | 100100 | 101010101 | 11000 | 110101 |
Color Harmonies of #A46B7D
Complementary color
Monochromatic Colors of #A46B7D
Black with #A46B7D
Text Example
Text Example
White with #A46B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B7D; }
p { color: rgb(164,107,125); }
H1.HeaderClassName
{
color: #A46B7D;
}
.AnyTagClassName
{
color: #A46B7D;
}
</style>
background-color css
<style>
a { background-color: #A46B7D; }
a { background-color: rgb(164,107,125); }
div.DivClassName
{
background-color: #A46B7D;
}
.BgClassName
{
background-color: #A46B7D;
}
</style>
border-color css
<style>
span { border-color: #A46B7D; }
span { border-color: rgb(164,107,125); }
td.TdClassName
{
border-color: #A46B7D;
}
.TagClassName
{
border-color: #A46B7D;
}
</style>