Shades of Bouquet #AC76A1
Tints of Bouquet #AC76A1
RGB
CMYK
RGB Variations
Color information
#AC76A1 (or 0xAC76A1) is known color: Bouquet. HEX triplet: AC, 76 and A1. RGB value is (172,118,161). Sum of RGB (Red+Green+Blue) = 172+118+161=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC76A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76A1 is #53895E. Grayscale: #8A8A8A. Windows color (decimal): -5474655 or 10581676. OLE color: 10581676.
HSL color Cylindrical-coordinate representation of color #AC76A1: hue angle of 312.22º 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 #AC76A1 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 161 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.33 |
| HSL | 312.22º | 0.25% | 0.57% | - |
| HSV(B) | 312.22º | 0.31% | 0.67% | - |
| XYZ | 29.92 | 24.3 | 36.83 | - |
| YUV | 139.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 161 | 0 | 0.31 | 0.06 | 0.33 | 312.22 | 0.25 | 0.57 |
| Hex | AC | 76 | A1 | 0 | 1F | 6 | 21 | 138 | 19 | 39 |
| Octal | 254 | 166 | 241 | 0 | 37 | 6 | 41 | 470 | 31 | 71 |
| Binary | 10101100 | 1110110 | 10100001 | 0 | 11111 | 110 | 100001 | 100111000 | 11001 | 111001 |
Color Harmonies of #AC76A1
Complementary color
Monochromatic Colors of #AC76A1
Black with #AC76A1
Text Example
Text Example
White with #AC76A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76A1; }
p { color: rgb(172,118,161); }
H1.HeaderClassName
{
color: #AC76A1;
}
.AnyTagClassName
{
color: #AC76A1;
}
</style>
background-color css
<style>
a { background-color: #AC76A1; }
a { background-color: rgb(172,118,161); }
div.DivClassName
{
background-color: #AC76A1;
}
.BgClassName
{
background-color: #AC76A1;
}
</style>
border-color css
<style>
span { border-color: #AC76A1; }
span { border-color: rgb(172,118,161); }
td.TdClassName
{
border-color: #AC76A1;
}
.TagClassName
{
border-color: #AC76A1;
}
</style>