Shades of Bouquet #AC8294
Tints of Bouquet #AC8294
RGB
CMYK
RGB Variations
Color information
#AC8294 (or 0xAC8294) is known color: Bouquet. HEX triplet: AC, 82 and 94. RGB value is (172,130,148). Sum of RGB (Red+Green+Blue) = 172+130+148=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8294 is #537D6B. Grayscale: #909090. Windows color (decimal): -5471596 or 9732780. OLE color: 9732780.
HSL color Cylindrical-coordinate representation of color #AC8294: hue angle of 334.29º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8294 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 148 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.33 |
| HSL | 334.29º | 0.2% | 0.59% | - |
| HSV(B) | 334.29º | 0.24% | 0.67% | - |
| XYZ | 30.34 | 26.87 | 31.61 | - |
| YUV | 144.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 148 | 0 | 0.24 | 0.14 | 0.33 | 334.29 | 0.2 | 0.59 |
| Hex | AC | 82 | 94 | 0 | 18 | E | 21 | 14E | 14 | 3B |
| Octal | 254 | 202 | 224 | 0 | 30 | 16 | 41 | 516 | 24 | 73 |
| Binary | 10101100 | 10000010 | 10010100 | 0 | 11000 | 1110 | 100001 | 101001110 | 10100 | 111011 |
Color Harmonies of #AC8294
Complementary color
Monochromatic Colors of #AC8294
Black with #AC8294
Text Example
Text Example
White with #AC8294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8294; }
p { color: rgb(172,130,148); }
H1.HeaderClassName
{
color: #AC8294;
}
.AnyTagClassName
{
color: #AC8294;
}
</style>
background-color css
<style>
a { background-color: #AC8294; }
a { background-color: rgb(172,130,148); }
div.DivClassName
{
background-color: #AC8294;
}
.BgClassName
{
background-color: #AC8294;
}
</style>
border-color css
<style>
span { border-color: #AC8294; }
span { border-color: rgb(172,130,148); }
td.TdClassName
{
border-color: #AC8294;
}
.TagClassName
{
border-color: #AC8294;
}
</style>