Shades of Bouquet #AC7592
Tints of Bouquet #AC7592
RGB
CMYK
RGB Variations
Color information
#AC7592 (or 0xAC7592) is known color: Bouquet. HEX triplet: AC, 75 and 92. RGB value is (172,117,146). Sum of RGB (Red+Green+Blue) = 172+117+146=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7592 is #538A6D. Grayscale: #888888. Windows color (decimal): -5474926 or 9598380. OLE color: 9598380.
HSL color Cylindrical-coordinate representation of color #AC7592: hue angle of 328.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC7592 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 146 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.33 |
| HSL | 328.36º | 0.25% | 0.57% | - |
| HSV(B) | 328.36º | 0.32% | 0.67% | - |
| XYZ | 28.56 | 23.57 | 30.24 | - |
| YUV | 136.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 146 | 0 | 0.32 | 0.15 | 0.33 | 328.36 | 0.25 | 0.57 |
| Hex | AC | 75 | 92 | 0 | 20 | F | 21 | 148 | 19 | 39 |
| Octal | 254 | 165 | 222 | 0 | 40 | 17 | 41 | 510 | 31 | 71 |
| Binary | 10101100 | 1110101 | 10010010 | 0 | 100000 | 1111 | 100001 | 101001000 | 11001 | 111001 |
Color Harmonies of #AC7592
Complementary color
Monochromatic Colors of #AC7592
Black with #AC7592
Text Example
Text Example
White with #AC7592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7592; }
p { color: rgb(172,117,146); }
H1.HeaderClassName
{
color: #AC7592;
}
.AnyTagClassName
{
color: #AC7592;
}
</style>
background-color css
<style>
a { background-color: #AC7592; }
a { background-color: rgb(172,117,146); }
div.DivClassName
{
background-color: #AC7592;
}
.BgClassName
{
background-color: #AC7592;
}
</style>
border-color css
<style>
span { border-color: #AC7592; }
span { border-color: rgb(172,117,146); }
td.TdClassName
{
border-color: #AC7592;
}
.TagClassName
{
border-color: #AC7592;
}
</style>