Shades of Bouquet #AC879E
Tints of Bouquet #AC879E
RGB
CMYK
RGB Variations
Color information
#AC879E (or 0xAC879E) is known color: Bouquet. HEX triplet: AC, 87 and 9E. RGB value is (172,135,158). Sum of RGB (Red+Green+Blue) = 172+135+158=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC879E is #537861. Grayscale: #949494. Windows color (decimal): -5470306 or 10389420. OLE color: 10389420.
HSL color Cylindrical-coordinate representation of color #AC879E: hue angle of 322.7º degrees, saturation: 0.18, 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 #AC879E is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 158 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.33 |
| HSL | 322.7º | 0.18% | 0.6% | - |
| HSV(B) | 322.7º | 0.22% | 0.67% | - |
| XYZ | 31.85 | 28.57 | 36.18 | - |
| YUV | 148.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 158 | 0 | 0.22 | 0.08 | 0.33 | 322.7 | 0.18 | 0.6 |
| Hex | AC | 87 | 9E | 0 | 16 | 8 | 21 | 143 | 12 | 3C |
| Octal | 254 | 207 | 236 | 0 | 26 | 10 | 41 | 503 | 22 | 74 |
| Binary | 10101100 | 10000111 | 10011110 | 0 | 10110 | 1000 | 100001 | 101000011 | 10010 | 111100 |
Color Harmonies of #AC879E
Complementary color
Monochromatic Colors of #AC879E
Black with #AC879E
Text Example
Text Example
White with #AC879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC879E; }
p { color: rgb(172,135,158); }
H1.HeaderClassName
{
color: #AC879E;
}
.AnyTagClassName
{
color: #AC879E;
}
</style>
background-color css
<style>
a { background-color: #AC879E; }
a { background-color: rgb(172,135,158); }
div.DivClassName
{
background-color: #AC879E;
}
.BgClassName
{
background-color: #AC879E;
}
</style>
border-color css
<style>
span { border-color: #AC879E; }
span { border-color: rgb(172,135,158); }
td.TdClassName
{
border-color: #AC879E;
}
.TagClassName
{
border-color: #AC879E;
}
</style>