Shades of Bouquet #AC76A3
Tints of Bouquet #AC76A3
RGB
CMYK
RGB Variations
Color information
#AC76A3 (or 0xAC76A3) is known color: Bouquet. HEX triplet: AC, 76 and A3. RGB value is (172,118,163). Sum of RGB (Red+Green+Blue) = 172+118+163=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC76A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76A3 is #53895C. Grayscale: #8B8B8B. Windows color (decimal): -5474653 or 10712748. OLE color: 10712748.
HSL color Cylindrical-coordinate representation of color #AC76A3: hue angle of 310º 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 #AC76A3 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 163 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.33 |
| HSL | 310º | 0.25% | 0.57% | - |
| HSV(B) | 310º | 0.31% | 0.67% | - |
| XYZ | 30.1 | 24.37 | 37.77 | - |
| YUV | 139.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 163 | 0 | 0.31 | 0.05 | 0.33 | 310 | 0.25 | 0.57 |
| Hex | AC | 76 | A3 | 0 | 1F | 5 | 21 | 136 | 19 | 39 |
| Octal | 254 | 166 | 243 | 0 | 37 | 5 | 41 | 466 | 31 | 71 |
| Binary | 10101100 | 1110110 | 10100011 | 0 | 11111 | 101 | 100001 | 100110110 | 11001 | 111001 |
Color Harmonies of #AC76A3
Complementary color
Monochromatic Colors of #AC76A3
Black with #AC76A3
Text Example
Text Example
White with #AC76A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC76A3; }
p { color: rgb(172,118,163); }
H1.HeaderClassName
{
color: #AC76A3;
}
.AnyTagClassName
{
color: #AC76A3;
}
</style>
background-color css
<style>
a { background-color: #AC76A3; }
a { background-color: rgb(172,118,163); }
div.DivClassName
{
background-color: #AC76A3;
}
.BgClassName
{
background-color: #AC76A3;
}
</style>
border-color css
<style>
span { border-color: #AC76A3; }
span { border-color: rgb(172,118,163); }
td.TdClassName
{
border-color: #AC76A3;
}
.TagClassName
{
border-color: #AC76A3;
}
</style>