Shades of Bouquet #AC7992
Tints of Bouquet #AC7992
RGB
CMYK
RGB Variations
Color information
#AC7992 (or 0xAC7992) is known color: Bouquet. HEX triplet: AC, 79 and 92. RGB value is (172,121,146). Sum of RGB (Red+Green+Blue) = 172+121+146=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7992 is #53866D. Grayscale: #8B8B8B. Windows color (decimal): -5473902 or 9599404. OLE color: 9599404.
HSL color Cylindrical-coordinate representation of color #AC7992: hue angle of 330.59º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7992 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 146 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.33 |
| HSL | 330.59º | 0.24% | 0.57% | - |
| HSV(B) | 330.59º | 0.3% | 0.67% | - |
| XYZ | 29.04 | 24.52 | 30.4 | - |
| YUV | 139.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 146 | 0 | 0.30 | 0.15 | 0.33 | 330.59 | 0.24 | 0.57 |
| Hex | AC | 79 | 92 | 0 | 1E | F | 21 | 14B | 18 | 39 |
| Octal | 254 | 171 | 222 | 0 | 36 | 17 | 41 | 513 | 30 | 71 |
| Binary | 10101100 | 1111001 | 10010010 | 0 | 11110 | 1111 | 100001 | 101001011 | 11000 | 111001 |
Color Harmonies of #AC7992
Complementary color
Monochromatic Colors of #AC7992
Black with #AC7992
Text Example
Text Example
White with #AC7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7992; }
p { color: rgb(172,121,146); }
H1.HeaderClassName
{
color: #AC7992;
}
.AnyTagClassName
{
color: #AC7992;
}
</style>
background-color css
<style>
a { background-color: #AC7992; }
a { background-color: rgb(172,121,146); }
div.DivClassName
{
background-color: #AC7992;
}
.BgClassName
{
background-color: #AC7992;
}
</style>
border-color css
<style>
span { border-color: #AC7992; }
span { border-color: rgb(172,121,146); }
td.TdClassName
{
border-color: #AC7992;
}
.TagClassName
{
border-color: #AC7992;
}
</style>