Shades of Tapestry #A7677D
Tints of Tapestry #A7677D
RGB
CMYK
RGB Variations
Color information
#A7677D (or 0xA7677D) is known color: Tapestry. HEX triplet: A7, 67 and 7D. RGB value is (167,103,125). Sum of RGB (Red+Green+Blue) = 167+103+125=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7677D is #589882. Grayscale: #7C7C7C. Windows color (decimal): -5806211 or 8218535. OLE color: 8218535.
HSL color Cylindrical-coordinate representation of color #A7677D: hue angle of 339.38º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7677D is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 103 | 125 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.35 |
| HSL | 339.38º | 0.27% | 0.53% | - |
| HSV(B) | 339.38º | 0.38% | 0.65% | - |
| XYZ | 24.49 | 19.4 | 21.86 | - |
| YUV | 124.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 125 | 0 | 0.38 | 0.25 | 0.35 | 339.38 | 0.27 | 0.53 |
| Hex | A7 | 67 | 7D | 0 | 26 | 19 | 23 | 153 | 1B | 35 |
| Octal | 247 | 147 | 175 | 0 | 46 | 31 | 43 | 523 | 33 | 65 |
| Binary | 10100111 | 1100111 | 1111101 | 0 | 100110 | 11001 | 100011 | 101010011 | 11011 | 110101 |
Color Harmonies of #A7677D
Complementary color
Monochromatic Colors of #A7677D
Black with #A7677D
Text Example
Text Example
White with #A7677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7677D; }
p { color: rgb(167,103,125); }
H1.HeaderClassName
{
color: #A7677D;
}
.AnyTagClassName
{
color: #A7677D;
}
</style>
background-color css
<style>
a { background-color: #A7677D; }
a { background-color: rgb(167,103,125); }
div.DivClassName
{
background-color: #A7677D;
}
.BgClassName
{
background-color: #A7677D;
}
</style>
border-color css
<style>
span { border-color: #A7677D; }
span { border-color: rgb(167,103,125); }
td.TdClassName
{
border-color: #A7677D;
}
.TagClassName
{
border-color: #A7677D;
}
</style>