Shades of Bouquet #AC8092
Tints of Bouquet #AC8092
RGB
CMYK
RGB Variations
Color information
#AC8092 (or 0xAC8092) is known color: Bouquet. HEX triplet: AC, 80 and 92. RGB value is (172,128,146). Sum of RGB (Red+Green+Blue) = 172+128+146=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8092 is #537F6D. Grayscale: #8F8F8F. Windows color (decimal): -5472110 or 9601196. OLE color: 9601196.
HSL color Cylindrical-coordinate representation of color #AC8092: hue angle of 335.45º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8092 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 146 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.33 |
| HSL | 335.45º | 0.21% | 0.59% | - |
| HSV(B) | 335.45º | 0.26% | 0.67% | - |
| XYZ | 29.92 | 26.28 | 30.69 | - |
| YUV | 143.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 146 | 0 | 0.26 | 0.15 | 0.33 | 335.45 | 0.21 | 0.59 |
| Hex | AC | 80 | 92 | 0 | 1A | F | 21 | 14F | 15 | 3B |
| Octal | 254 | 200 | 222 | 0 | 32 | 17 | 41 | 517 | 25 | 73 |
| Binary | 10101100 | 10000000 | 10010010 | 0 | 11010 | 1111 | 100001 | 101001111 | 10101 | 111011 |
Color Harmonies of #AC8092
Complementary color
Monochromatic Colors of #AC8092
Black with #AC8092
Text Example
Text Example
White with #AC8092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8092; }
p { color: rgb(172,128,146); }
H1.HeaderClassName
{
color: #AC8092;
}
.AnyTagClassName
{
color: #AC8092;
}
</style>
background-color css
<style>
a { background-color: #AC8092; }
a { background-color: rgb(172,128,146); }
div.DivClassName
{
background-color: #AC8092;
}
.BgClassName
{
background-color: #AC8092;
}
</style>
border-color css
<style>
span { border-color: #AC8092; }
span { border-color: rgb(172,128,146); }
td.TdClassName
{
border-color: #AC8092;
}
.TagClassName
{
border-color: #AC8092;
}
</style>