Shades of Bouquet #AC779E
Tints of Bouquet #AC779E
RGB
CMYK
RGB Variations
Color information
#AC779E (or 0xAC779E) is known color: Bouquet. HEX triplet: AC, 77 and 9E. RGB value is (172,119,158). Sum of RGB (Red+Green+Blue) = 172+119+158=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC779E is #538861. Grayscale: #8B8B8B. Windows color (decimal): -5474402 or 10385324. OLE color: 10385324.
HSL color Cylindrical-coordinate representation of color #AC779E: hue angle of 315.85º degrees, saturation: 0.24, 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 #AC779E is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 158 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.33 |
| HSL | 315.85º | 0.24% | 0.57% | - |
| HSV(B) | 315.85º | 0.31% | 0.67% | - |
| XYZ | 29.78 | 24.43 | 35.49 | - |
| YUV | 139.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 158 | 0 | 0.31 | 0.08 | 0.33 | 315.85 | 0.24 | 0.57 |
| Hex | AC | 77 | 9E | 0 | 1F | 8 | 21 | 13C | 18 | 39 |
| Octal | 254 | 167 | 236 | 0 | 37 | 10 | 41 | 474 | 30 | 71 |
| Binary | 10101100 | 1110111 | 10011110 | 0 | 11111 | 1000 | 100001 | 100111100 | 11000 | 111001 |
Color Harmonies of #AC779E
Complementary color
Monochromatic Colors of #AC779E
Black with #AC779E
Text Example
Text Example
White with #AC779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC779E; }
p { color: rgb(172,119,158); }
H1.HeaderClassName
{
color: #AC779E;
}
.AnyTagClassName
{
color: #AC779E;
}
</style>
background-color css
<style>
a { background-color: #AC779E; }
a { background-color: rgb(172,119,158); }
div.DivClassName
{
background-color: #AC779E;
}
.BgClassName
{
background-color: #AC779E;
}
</style>
border-color css
<style>
span { border-color: #AC779E; }
span { border-color: rgb(172,119,158); }
td.TdClassName
{
border-color: #AC779E;
}
.TagClassName
{
border-color: #AC779E;
}
</style>