Shades of Bouquet #AC8C9A
Tints of Bouquet #AC8C9A
RGB
CMYK
RGB Variations
Color information
#AC8C9A (or 0xAC8C9A) is known color: Bouquet. HEX triplet: AC, 8C and 9A. RGB value is (172,140,154). Sum of RGB (Red+Green+Blue) = 172+140+154=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8C9A is #537365. Grayscale: #979797. Windows color (decimal): -5469030 or 10128556. OLE color: 10128556.
HSL color Cylindrical-coordinate representation of color #AC8C9A: hue angle of 333.75º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC8C9A is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 154 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.33 |
| HSL | 333.75º | 0.16% | 0.61% | - |
| HSV(B) | 333.75º | 0.19% | 0.67% | - |
| XYZ | 32.22 | 29.86 | 34.64 | - |
| YUV | 151.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 154 | 0 | 0.19 | 0.10 | 0.33 | 333.75 | 0.16 | 0.61 |
| Hex | AC | 8C | 9A | 0 | 13 | A | 21 | 14E | 10 | 3D |
| Octal | 254 | 214 | 232 | 0 | 23 | 12 | 41 | 516 | 20 | 75 |
| Binary | 10101100 | 10001100 | 10011010 | 0 | 10011 | 1010 | 100001 | 101001110 | 10000 | 111101 |
Color Harmonies of #AC8C9A
Complementary color
Monochromatic Colors of #AC8C9A
Black with #AC8C9A
Text Example
Text Example
White with #AC8C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C9A; }
p { color: rgb(172,140,154); }
H1.HeaderClassName
{
color: #AC8C9A;
}
.AnyTagClassName
{
color: #AC8C9A;
}
</style>
background-color css
<style>
a { background-color: #AC8C9A; }
a { background-color: rgb(172,140,154); }
div.DivClassName
{
background-color: #AC8C9A;
}
.BgClassName
{
background-color: #AC8C9A;
}
</style>
border-color css
<style>
span { border-color: #AC8C9A; }
span { border-color: rgb(172,140,154); }
td.TdClassName
{
border-color: #AC8C9A;
}
.TagClassName
{
border-color: #AC8C9A;
}
</style>