Shades of Bouquet #AC8997
Tints of Bouquet #AC8997
RGB
CMYK
RGB Variations
Color information
#AC8997 (or 0xAC8997) is known color: Bouquet. HEX triplet: AC, 89 and 97. RGB value is (172,137,151). Sum of RGB (Red+Green+Blue) = 172+137+151=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8997 is #537668. Grayscale: #959595. Windows color (decimal): -5469801 or 9931180. OLE color: 9931180.
HSL color Cylindrical-coordinate representation of color #AC8997: hue angle of 336º 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 #AC8997 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 151 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.33 |
| HSL | 336º | 0.17% | 0.61% | - |
| HSV(B) | 336º | 0.2% | 0.67% | - |
| XYZ | 31.54 | 28.9 | 33.19 | - |
| YUV | 149.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 151 | 0 | 0.20 | 0.12 | 0.33 | 336 | 0.17 | 0.61 |
| Hex | AC | 89 | 97 | 0 | 14 | C | 21 | 150 | 11 | 3D |
| Octal | 254 | 211 | 227 | 0 | 24 | 14 | 41 | 520 | 21 | 75 |
| Binary | 10101100 | 10001001 | 10010111 | 0 | 10100 | 1100 | 100001 | 101010000 | 10001 | 111101 |
Color Harmonies of #AC8997
Complementary color
Monochromatic Colors of #AC8997
Black with #AC8997
Text Example
Text Example
White with #AC8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8997; }
p { color: rgb(172,137,151); }
H1.HeaderClassName
{
color: #AC8997;
}
.AnyTagClassName
{
color: #AC8997;
}
</style>
background-color css
<style>
a { background-color: #AC8997; }
a { background-color: rgb(172,137,151); }
div.DivClassName
{
background-color: #AC8997;
}
.BgClassName
{
background-color: #AC8997;
}
</style>
border-color css
<style>
span { border-color: #AC8997; }
span { border-color: rgb(172,137,151); }
td.TdClassName
{
border-color: #AC8997;
}
.TagClassName
{
border-color: #AC8997;
}
</style>