Shades of Tapestry #AC627E
Tints of Tapestry #AC627E
RGB
CMYK
RGB Variations
Color information
#AC627E (or 0xAC627E) is known color: Tapestry. HEX triplet: AC, 62 and 7E. RGB value is (172,98,126). Sum of RGB (Red+Green+Blue) = 172+98+126=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC627E is #539D81. Grayscale: #7B7B7B. Windows color (decimal): -5479810 or 8282796. OLE color: 8282796.
HSL color Cylindrical-coordinate representation of color #AC627E: hue angle of 337.3º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC627E is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 98 | 126 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.33 |
| HSL | 337.3º | 0.31% | 0.53% | - |
| HSV(B) | 337.3º | 0.43% | 0.67% | - |
| XYZ | 25.15 | 19.01 | 22.08 | - |
| YUV | 123.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 98 | 126 | 0 | 0.43 | 0.27 | 0.33 | 337.3 | 0.31 | 0.53 |
| Hex | AC | 62 | 7E | 0 | 2B | 1B | 21 | 151 | 1F | 35 |
| Octal | 254 | 142 | 176 | 0 | 53 | 33 | 41 | 521 | 37 | 65 |
| Binary | 10101100 | 1100010 | 1111110 | 0 | 101011 | 11011 | 100001 | 101010001 | 11111 | 110101 |
Color Harmonies of #AC627E
Complementary color
Monochromatic Colors of #AC627E
Black with #AC627E
Text Example
Text Example
White with #AC627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC627E; }
p { color: rgb(172,98,126); }
H1.HeaderClassName
{
color: #AC627E;
}
.AnyTagClassName
{
color: #AC627E;
}
</style>
background-color css
<style>
a { background-color: #AC627E; }
a { background-color: rgb(172,98,126); }
div.DivClassName
{
background-color: #AC627E;
}
.BgClassName
{
background-color: #AC627E;
}
</style>
border-color css
<style>
span { border-color: #AC627E; }
span { border-color: rgb(172,98,126); }
td.TdClassName
{
border-color: #AC627E;
}
.TagClassName
{
border-color: #AC627E;
}
</style>