Shades of Bouquet #AC6896
Tints of Bouquet #AC6896
RGB
CMYK
RGB Variations
Color information
#AC6896 (or 0xAC6896) is known color: Bouquet. HEX triplet: AC, 68 and 96. RGB value is (172,104,150). Sum of RGB (Red+Green+Blue) = 172+104+150=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6896 is #539769. Grayscale: #818181. Windows color (decimal): -5478250 or 9857196. OLE color: 9857196.
HSL color Cylindrical-coordinate representation of color #AC6896: hue angle of 319.41º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6896 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 150 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.33 |
| HSL | 319.41º | 0.29% | 0.54% | - |
| HSV(B) | 319.41º | 0.4% | 0.67% | - |
| XYZ | 27.47 | 20.87 | 31.44 | - |
| YUV | 129.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 150 | 0 | 0.40 | 0.13 | 0.33 | 319.41 | 0.29 | 0.54 |
| Hex | AC | 68 | 96 | 0 | 28 | D | 21 | 13F | 1D | 36 |
| Octal | 254 | 150 | 226 | 0 | 50 | 15 | 41 | 477 | 35 | 66 |
| Binary | 10101100 | 1101000 | 10010110 | 0 | 101000 | 1101 | 100001 | 100111111 | 11101 | 110110 |
Color Harmonies of #AC6896
Complementary color
Monochromatic Colors of #AC6896
Black with #AC6896
Text Example
Text Example
White with #AC6896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6896; }
p { color: rgb(172,104,150); }
H1.HeaderClassName
{
color: #AC6896;
}
.AnyTagClassName
{
color: #AC6896;
}
</style>
background-color css
<style>
a { background-color: #AC6896; }
a { background-color: rgb(172,104,150); }
div.DivClassName
{
background-color: #AC6896;
}
.BgClassName
{
background-color: #AC6896;
}
</style>
border-color css
<style>
span { border-color: #AC6896; }
span { border-color: rgb(172,104,150); }
td.TdClassName
{
border-color: #AC6896;
}
.TagClassName
{
border-color: #AC6896;
}
</style>