Shades of Bouquet #AC76A6
Tints of Bouquet #AC76A6
RGB
CMYK
RGB Variations
Color information
#AC76A6 (or 0xAC76A6) is known color: Bouquet. HEX triplet: AC, 76 and A6. RGB value is (172,118,166). Sum of RGB (Red+Green+Blue) = 172+118+166=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC76A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76A6 is #538959. Grayscale: #8B8B8B. Windows color (decimal): -5474650 or 10909356. OLE color: 10909356.
HSL color Cylindrical-coordinate representation of color #AC76A6: hue angle of 306.67º 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 #AC76A6 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 166 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.33 |
| HSL | 306.67º | 0.25% | 0.57% | - |
| HSV(B) | 306.67º | 0.31% | 0.67% | - |
| XYZ | 30.37 | 24.48 | 39.2 | - |
| YUV | 139.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 166 | 0 | 0.31 | 0.03 | 0.33 | 306.67 | 0.25 | 0.57 |
| Hex | AC | 76 | A6 | 0 | 1F | 3 | 21 | 133 | 19 | 39 |
| Octal | 254 | 166 | 246 | 0 | 37 | 3 | 41 | 463 | 31 | 71 |
| Binary | 10101100 | 1110110 | 10100110 | 0 | 11111 | 11 | 100001 | 100110011 | 11001 | 111001 |
Color Harmonies of #AC76A6
Complementary color
Monochromatic Colors of #AC76A6
Black with #AC76A6
Text Example
Text Example
White with #AC76A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76A6; }
p { color: rgb(172,118,166); }
H1.HeaderClassName
{
color: #AC76A6;
}
.AnyTagClassName
{
color: #AC76A6;
}
</style>
background-color css
<style>
a { background-color: #AC76A6; }
a { background-color: rgb(172,118,166); }
div.DivClassName
{
background-color: #AC76A6;
}
.BgClassName
{
background-color: #AC76A6;
}
</style>
border-color css
<style>
span { border-color: #AC76A6; }
span { border-color: rgb(172,118,166); }
td.TdClassName
{
border-color: #AC76A6;
}
.TagClassName
{
border-color: #AC76A6;
}
</style>