Shades of Bouquet #AC899B
Tints of Bouquet #AC899B
RGB
CMYK
RGB Variations
Color information
#AC899B (or 0xAC899B) is known color: Bouquet. HEX triplet: AC, 89 and 9B. RGB value is (172,137,155). Sum of RGB (Red+Green+Blue) = 172+137+155=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC899B is #537664. Grayscale: #959595. Windows color (decimal): -5469797 or 10193324. OLE color: 10193324.
HSL color Cylindrical-coordinate representation of color #AC899B: hue angle of 329.14º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC899B is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 155 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.33 |
| HSL | 329.14º | 0.17% | 0.61% | - |
| HSV(B) | 329.14º | 0.2% | 0.67% | - |
| XYZ | 31.88 | 29.03 | 34.93 | - |
| YUV | 149.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 155 | 0 | 0.20 | 0.10 | 0.33 | 329.14 | 0.17 | 0.61 |
| Hex | AC | 89 | 9B | 0 | 14 | A | 21 | 149 | 11 | 3D |
| Octal | 254 | 211 | 233 | 0 | 24 | 12 | 41 | 511 | 21 | 75 |
| Binary | 10101100 | 10001001 | 10011011 | 0 | 10100 | 1010 | 100001 | 101001001 | 10001 | 111101 |
Color Harmonies of #AC899B
Complementary color
Monochromatic Colors of #AC899B
Black with #AC899B
Text Example
Text Example
White with #AC899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC899B; }
p { color: rgb(172,137,155); }
H1.HeaderClassName
{
color: #AC899B;
}
.AnyTagClassName
{
color: #AC899B;
}
</style>
background-color css
<style>
a { background-color: #AC899B; }
a { background-color: rgb(172,137,155); }
div.DivClassName
{
background-color: #AC899B;
}
.BgClassName
{
background-color: #AC899B;
}
</style>
border-color css
<style>
span { border-color: #AC899B; }
span { border-color: rgb(172,137,155); }
td.TdClassName
{
border-color: #AC899B;
}
.TagClassName
{
border-color: #AC899B;
}
</style>