Shades of Bouquet #AC829A
Tints of Bouquet #AC829A
RGB
CMYK
RGB Variations
Color information
#AC829A (or 0xAC829A) is known color: Bouquet. HEX triplet: AC, 82 and 9A. RGB value is (172,130,154). Sum of RGB (Red+Green+Blue) = 172+130+154=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC829A is #537D65. Grayscale: #919191. Windows color (decimal): -5471590 or 10125996. OLE color: 10125996.
HSL color Cylindrical-coordinate representation of color #AC829A: hue angle of 325.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC829A is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 154 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.33 |
| HSL | 325.71º | 0.2% | 0.59% | - |
| HSV(B) | 325.71º | 0.24% | 0.67% | - |
| XYZ | 30.83 | 27.07 | 34.17 | - |
| YUV | 145.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 154 | 0 | 0.24 | 0.10 | 0.33 | 325.71 | 0.2 | 0.59 |
| Hex | AC | 82 | 9A | 0 | 18 | A | 21 | 146 | 14 | 3B |
| Octal | 254 | 202 | 232 | 0 | 30 | 12 | 41 | 506 | 24 | 73 |
| Binary | 10101100 | 10000010 | 10011010 | 0 | 11000 | 1010 | 100001 | 101000110 | 10100 | 111011 |
Color Harmonies of #AC829A
Complementary color
Monochromatic Colors of #AC829A
Black with #AC829A
Text Example
Text Example
White with #AC829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC829A; }
p { color: rgb(172,130,154); }
H1.HeaderClassName
{
color: #AC829A;
}
.AnyTagClassName
{
color: #AC829A;
}
</style>
background-color css
<style>
a { background-color: #AC829A; }
a { background-color: rgb(172,130,154); }
div.DivClassName
{
background-color: #AC829A;
}
.BgClassName
{
background-color: #AC829A;
}
</style>
border-color css
<style>
span { border-color: #AC829A; }
span { border-color: rgb(172,130,154); }
td.TdClassName
{
border-color: #AC829A;
}
.TagClassName
{
border-color: #AC829A;
}
</style>