Shades of Bouquet #AC85A0
Tints of Bouquet #AC85A0
RGB
CMYK
RGB Variations
Color information
#AC85A0 (or 0xAC85A0) is known color: Bouquet. HEX triplet: AC, 85 and A0. RGB value is (172,133,160). Sum of RGB (Red+Green+Blue) = 172+133+160=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC85A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC85A0 is #537A5F. Grayscale: #939393. Windows color (decimal): -5470816 or 10519980. OLE color: 10519980.
HSL color Cylindrical-coordinate representation of color #AC85A0: hue angle of 318.46º 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 #AC85A0 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 160 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.33 |
| HSL | 318.46º | 0.19% | 0.6% | - |
| HSV(B) | 318.46º | 0.23% | 0.67% | - |
| XYZ | 31.75 | 28.08 | 37.01 | - |
| YUV | 147.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 160 | 0 | 0.23 | 0.07 | 0.33 | 318.46 | 0.19 | 0.6 |
| Hex | AC | 85 | A0 | 0 | 17 | 7 | 21 | 13E | 13 | 3C |
| Octal | 254 | 205 | 240 | 0 | 27 | 7 | 41 | 476 | 23 | 74 |
| Binary | 10101100 | 10000101 | 10100000 | 0 | 10111 | 111 | 100001 | 100111110 | 10011 | 111100 |
Color Harmonies of #AC85A0
Complementary color
Monochromatic Colors of #AC85A0
Black with #AC85A0
Text Example
Text Example
White with #AC85A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC85A0; }
p { color: rgb(172,133,160); }
H1.HeaderClassName
{
color: #AC85A0;
}
.AnyTagClassName
{
color: #AC85A0;
}
</style>
background-color css
<style>
a { background-color: #AC85A0; }
a { background-color: rgb(172,133,160); }
div.DivClassName
{
background-color: #AC85A0;
}
.BgClassName
{
background-color: #AC85A0;
}
</style>
border-color css
<style>
span { border-color: #AC85A0; }
span { border-color: rgb(172,133,160); }
td.TdClassName
{
border-color: #AC85A0;
}
.TagClassName
{
border-color: #AC85A0;
}
</style>