Shades of Bouquet #AC869A
Tints of Bouquet #AC869A
RGB
CMYK
RGB Variations
Color information
#AC869A (or 0xAC869A) is known color: Bouquet. HEX triplet: AC, 86 and 9A. RGB value is (172,134,154). Sum of RGB (Red+Green+Blue) = 172+134+154=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC869A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC869A is #537965. Grayscale: #939393. Windows color (decimal): -5470566 or 10127020. OLE color: 10127020.
HSL color Cylindrical-coordinate representation of color #AC869A: hue angle of 328.42º 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 #AC869A is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 154 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.33 |
| HSL | 328.42º | 0.19% | 0.6% | - |
| HSV(B) | 328.42º | 0.22% | 0.67% | - |
| XYZ | 31.37 | 28.15 | 34.35 | - |
| YUV | 147.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 154 | 0 | 0.22 | 0.10 | 0.33 | 328.42 | 0.19 | 0.6 |
| Hex | AC | 86 | 9A | 0 | 16 | A | 21 | 148 | 13 | 3C |
| Octal | 254 | 206 | 232 | 0 | 26 | 12 | 41 | 510 | 23 | 74 |
| Binary | 10101100 | 10000110 | 10011010 | 0 | 10110 | 1010 | 100001 | 101001000 | 10011 | 111100 |
Color Harmonies of #AC869A
Complementary color
Monochromatic Colors of #AC869A
Black with #AC869A
Text Example
Text Example
White with #AC869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC869A; }
p { color: rgb(172,134,154); }
H1.HeaderClassName
{
color: #AC869A;
}
.AnyTagClassName
{
color: #AC869A;
}
</style>
background-color css
<style>
a { background-color: #AC869A; }
a { background-color: rgb(172,134,154); }
div.DivClassName
{
background-color: #AC869A;
}
.BgClassName
{
background-color: #AC869A;
}
</style>
border-color css
<style>
span { border-color: #AC869A; }
span { border-color: rgb(172,134,154); }
td.TdClassName
{
border-color: #AC869A;
}
.TagClassName
{
border-color: #AC869A;
}
</style>