Shades of Bouquet #AC739A
Tints of Bouquet #AC739A
RGB
CMYK
RGB Variations
Color information
#AC739A (or 0xAC739A) is known color: Bouquet. HEX triplet: AC, 73 and 9A. RGB value is (172,115,154). Sum of RGB (Red+Green+Blue) = 172+115+154=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC739A is #538C65. Grayscale: #888888. Windows color (decimal): -5475430 or 10122156. OLE color: 10122156.
HSL color Cylindrical-coordinate representation of color #AC739A: hue angle of 318.95º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC739A is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 154 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.33 |
| HSL | 318.95º | 0.26% | 0.56% | - |
| HSV(B) | 318.95º | 0.33% | 0.67% | - |
| XYZ | 28.98 | 23.37 | 33.55 | - |
| YUV | 136.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 154 | 0 | 0.33 | 0.10 | 0.33 | 318.95 | 0.26 | 0.56 |
| Hex | AC | 73 | 9A | 0 | 21 | A | 21 | 13F | 1A | 38 |
| Octal | 254 | 163 | 232 | 0 | 41 | 12 | 41 | 477 | 32 | 70 |
| Binary | 10101100 | 1110011 | 10011010 | 0 | 100001 | 1010 | 100001 | 100111111 | 11010 | 111000 |
Color Harmonies of #AC739A
Complementary color
Monochromatic Colors of #AC739A
Black with #AC739A
Text Example
Text Example
White with #AC739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC739A; }
p { color: rgb(172,115,154); }
H1.HeaderClassName
{
color: #AC739A;
}
.AnyTagClassName
{
color: #AC739A;
}
</style>
background-color css
<style>
a { background-color: #AC739A; }
a { background-color: rgb(172,115,154); }
div.DivClassName
{
background-color: #AC739A;
}
.BgClassName
{
background-color: #AC739A;
}
</style>
border-color css
<style>
span { border-color: #AC739A; }
span { border-color: rgb(172,115,154); }
td.TdClassName
{
border-color: #AC739A;
}
.TagClassName
{
border-color: #AC739A;
}
</style>