Shades of Bouquet #AC7290
Tints of Bouquet #AC7290
RGB
CMYK
RGB Variations
Color information
#AC7290 (or 0xAC7290) is known color: Bouquet. HEX triplet: AC, 72 and 90. RGB value is (172,114,144). Sum of RGB (Red+Green+Blue) = 172+114+144=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7290 is #538D6F. Grayscale: #868686. Windows color (decimal): -5475696 or 9466540. OLE color: 9466540.
HSL color Cylindrical-coordinate representation of color #AC7290: hue angle of 328.97º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC7290 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 144 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.33 |
| HSL | 328.97º | 0.26% | 0.56% | - |
| HSV(B) | 328.97º | 0.34% | 0.67% | - |
| XYZ | 28.06 | 22.82 | 29.31 | - |
| YUV | 134.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 144 | 0 | 0.34 | 0.16 | 0.33 | 328.97 | 0.26 | 0.56 |
| Hex | AC | 72 | 90 | 0 | 22 | 10 | 21 | 149 | 1A | 38 |
| Octal | 254 | 162 | 220 | 0 | 42 | 20 | 41 | 511 | 32 | 70 |
| Binary | 10101100 | 1110010 | 10010000 | 0 | 100010 | 10000 | 100001 | 101001001 | 11010 | 111000 |
Color Harmonies of #AC7290
Complementary color
Monochromatic Colors of #AC7290
Black with #AC7290
Text Example
Text Example
White with #AC7290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7290; }
p { color: rgb(172,114,144); }
H1.HeaderClassName
{
color: #AC7290;
}
.AnyTagClassName
{
color: #AC7290;
}
</style>
background-color css
<style>
a { background-color: #AC7290; }
a { background-color: rgb(172,114,144); }
div.DivClassName
{
background-color: #AC7290;
}
.BgClassName
{
background-color: #AC7290;
}
</style>
border-color css
<style>
span { border-color: #AC7290; }
span { border-color: rgb(172,114,144); }
td.TdClassName
{
border-color: #AC7290;
}
.TagClassName
{
border-color: #AC7290;
}
</style>