Shades of Bouquet #AC6B91
Tints of Bouquet #AC6B91
RGB
CMYK
RGB Variations
Color information
#AC6B91 (or 0xAC6B91) is known color: Bouquet. HEX triplet: AC, 6B and 91. RGB value is (172,107,145). Sum of RGB (Red+Green+Blue) = 172+107+145=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6B91 is #53946E. Grayscale: #828282. Windows color (decimal): -5477487 or 9530284. OLE color: 9530284.
HSL color Cylindrical-coordinate representation of color #AC6B91: hue angle of 324.92º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6B91 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 145 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.33 |
| HSL | 324.92º | 0.28% | 0.55% | - |
| HSV(B) | 324.92º | 0.38% | 0.67% | - |
| XYZ | 27.38 | 21.33 | 29.46 | - |
| YUV | 130.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 145 | 0 | 0.38 | 0.16 | 0.33 | 324.92 | 0.28 | 0.55 |
| Hex | AC | 6B | 91 | 0 | 26 | 10 | 21 | 145 | 1C | 37 |
| Octal | 254 | 153 | 221 | 0 | 46 | 20 | 41 | 505 | 34 | 67 |
| Binary | 10101100 | 1101011 | 10010001 | 0 | 100110 | 10000 | 100001 | 101000101 | 11100 | 110111 |
Color Harmonies of #AC6B91
Complementary color
Monochromatic Colors of #AC6B91
Black with #AC6B91
Text Example
Text Example
White with #AC6B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B91; }
p { color: rgb(172,107,145); }
H1.HeaderClassName
{
color: #AC6B91;
}
.AnyTagClassName
{
color: #AC6B91;
}
</style>
background-color css
<style>
a { background-color: #AC6B91; }
a { background-color: rgb(172,107,145); }
div.DivClassName
{
background-color: #AC6B91;
}
.BgClassName
{
background-color: #AC6B91;
}
</style>
border-color css
<style>
span { border-color: #AC6B91; }
span { border-color: rgb(172,107,145); }
td.TdClassName
{
border-color: #AC6B91;
}
.TagClassName
{
border-color: #AC6B91;
}
</style>