Shades of Bouquet #AC729D
Tints of Bouquet #AC729D
RGB
CMYK
RGB Variations
Color information
#AC729D (or 0xAC729D) is known color: Bouquet. HEX triplet: AC, 72 and 9D. RGB value is (172,114,157). Sum of RGB (Red+Green+Blue) = 172+114+157=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC729D is #538D62. Grayscale: #888888. Windows color (decimal): -5475683 or 10318508. OLE color: 10318508.
HSL color Cylindrical-coordinate representation of color #AC729D: hue angle of 315.52º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC729D is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 157 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.33 |
| HSL | 315.52º | 0.26% | 0.56% | - |
| HSV(B) | 315.52º | 0.34% | 0.67% | - |
| XYZ | 29.12 | 23.24 | 34.85 | - |
| YUV | 136.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 157 | 0 | 0.34 | 0.09 | 0.33 | 315.52 | 0.26 | 0.56 |
| Hex | AC | 72 | 9D | 0 | 22 | 9 | 21 | 13C | 1A | 38 |
| Octal | 254 | 162 | 235 | 0 | 42 | 11 | 41 | 474 | 32 | 70 |
| Binary | 10101100 | 1110010 | 10011101 | 0 | 100010 | 1001 | 100001 | 100111100 | 11010 | 111000 |
Color Harmonies of #AC729D
Complementary color
Monochromatic Colors of #AC729D
Black with #AC729D
Text Example
Text Example
White with #AC729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC729D; }
p { color: rgb(172,114,157); }
H1.HeaderClassName
{
color: #AC729D;
}
.AnyTagClassName
{
color: #AC729D;
}
</style>
background-color css
<style>
a { background-color: #AC729D; }
a { background-color: rgb(172,114,157); }
div.DivClassName
{
background-color: #AC729D;
}
.BgClassName
{
background-color: #AC729D;
}
</style>
border-color css
<style>
span { border-color: #AC729D; }
span { border-color: rgb(172,114,157); }
td.TdClassName
{
border-color: #AC729D;
}
.TagClassName
{
border-color: #AC729D;
}
</style>