Shades of Bouquet #AC7699
Tints of Bouquet #AC7699
RGB
CMYK
RGB Variations
Color information
#AC7699 (or 0xAC7699) is known color: Bouquet. HEX triplet: AC, 76 and 99. RGB value is (172,118,153). Sum of RGB (Red+Green+Blue) = 172+118+153=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7699 is #538966. Grayscale: #8A8A8A. Windows color (decimal): -5474663 or 10057388. OLE color: 10057388.
HSL color Cylindrical-coordinate representation of color #AC7699: hue angle of 321.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC7699 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 153 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.33 |
| HSL | 321.11º | 0.25% | 0.57% | - |
| HSV(B) | 321.11º | 0.31% | 0.67% | - |
| XYZ | 29.24 | 24.03 | 33.23 | - |
| YUV | 138.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 153 | 0 | 0.31 | 0.11 | 0.33 | 321.11 | 0.25 | 0.57 |
| Hex | AC | 76 | 99 | 0 | 1F | B | 21 | 141 | 19 | 39 |
| Octal | 254 | 166 | 231 | 0 | 37 | 13 | 41 | 501 | 31 | 71 |
| Binary | 10101100 | 1110110 | 10011001 | 0 | 11111 | 1011 | 100001 | 101000001 | 11001 | 111001 |
Color Harmonies of #AC7699
Complementary color
Monochromatic Colors of #AC7699
Black with #AC7699
Text Example
Text Example
White with #AC7699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7699; }
p { color: rgb(172,118,153); }
H1.HeaderClassName
{
color: #AC7699;
}
.AnyTagClassName
{
color: #AC7699;
}
</style>
background-color css
<style>
a { background-color: #AC7699; }
a { background-color: rgb(172,118,153); }
div.DivClassName
{
background-color: #AC7699;
}
.BgClassName
{
background-color: #AC7699;
}
</style>
border-color css
<style>
span { border-color: #AC7699; }
span { border-color: rgb(172,118,153); }
td.TdClassName
{
border-color: #AC7699;
}
.TagClassName
{
border-color: #AC7699;
}
</style>