Shades of Bouquet #AC8599
Tints of Bouquet #AC8599
RGB
CMYK
RGB Variations
Color information
#AC8599 (or 0xAC8599) is known color: Bouquet. HEX triplet: AC, 85 and 99. RGB value is (172,133,153). Sum of RGB (Red+Green+Blue) = 172+133+153=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8599 is #537A66. Grayscale: #929292. Windows color (decimal): -5470823 or 10061228. OLE color: 10061228.
HSL color Cylindrical-coordinate representation of color #AC8599: hue angle of 329.23º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC8599 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 153 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.33 |
| HSL | 329.23º | 0.19% | 0.6% | - |
| HSV(B) | 329.23º | 0.23% | 0.67% | - |
| XYZ | 31.15 | 27.85 | 33.87 | - |
| YUV | 146.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 153 | 0 | 0.23 | 0.11 | 0.33 | 329.23 | 0.19 | 0.6 |
| Hex | AC | 85 | 99 | 0 | 17 | B | 21 | 149 | 13 | 3C |
| Octal | 254 | 205 | 231 | 0 | 27 | 13 | 41 | 511 | 23 | 74 |
| Binary | 10101100 | 10000101 | 10011001 | 0 | 10111 | 1011 | 100001 | 101001001 | 10011 | 111100 |
Color Harmonies of #AC8599
Complementary color
Monochromatic Colors of #AC8599
Black with #AC8599
Text Example
Text Example
White with #AC8599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8599; }
p { color: rgb(172,133,153); }
H1.HeaderClassName
{
color: #AC8599;
}
.AnyTagClassName
{
color: #AC8599;
}
</style>
background-color css
<style>
a { background-color: #AC8599; }
a { background-color: rgb(172,133,153); }
div.DivClassName
{
background-color: #AC8599;
}
.BgClassName
{
background-color: #AC8599;
}
</style>
border-color css
<style>
span { border-color: #AC8599; }
span { border-color: rgb(172,133,153); }
td.TdClassName
{
border-color: #AC8599;
}
.TagClassName
{
border-color: #AC8599;
}
</style>