Shades of Bouquet #AC8698
Tints of Bouquet #AC8698
RGB
CMYK
RGB Variations
Color information
#AC8698 (or 0xAC8698) is known color: Bouquet. HEX triplet: AC, 86 and 98. RGB value is (172,134,152). Sum of RGB (Red+Green+Blue) = 172+134+152=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8698 is #537967. Grayscale: #939393. Windows color (decimal): -5470568 or 9995948. OLE color: 9995948.
HSL color Cylindrical-coordinate representation of color #AC8698: hue angle of 331.58º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC8698 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 152 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.33 |
| HSL | 331.58º | 0.19% | 0.6% | - |
| HSV(B) | 331.58º | 0.22% | 0.67% | - |
| XYZ | 31.21 | 28.09 | 33.48 | - |
| YUV | 147.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 152 | 0 | 0.22 | 0.12 | 0.33 | 331.58 | 0.19 | 0.6 |
| Hex | AC | 86 | 98 | 0 | 16 | C | 21 | 14C | 13 | 3C |
| Octal | 254 | 206 | 230 | 0 | 26 | 14 | 41 | 514 | 23 | 74 |
| Binary | 10101100 | 10000110 | 10011000 | 0 | 10110 | 1100 | 100001 | 101001100 | 10011 | 111100 |
Color Harmonies of #AC8698
Complementary color
Monochromatic Colors of #AC8698
Black with #AC8698
Text Example
Text Example
White with #AC8698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8698; }
p { color: rgb(172,134,152); }
H1.HeaderClassName
{
color: #AC8698;
}
.AnyTagClassName
{
color: #AC8698;
}
</style>
background-color css
<style>
a { background-color: #AC8698; }
a { background-color: rgb(172,134,152); }
div.DivClassName
{
background-color: #AC8698;
}
.BgClassName
{
background-color: #AC8698;
}
</style>
border-color css
<style>
span { border-color: #AC8698; }
span { border-color: rgb(172,134,152); }
td.TdClassName
{
border-color: #AC8698;
}
.TagClassName
{
border-color: #AC8698;
}
</style>