Shades of Bouquet #AC819C
Tints of Bouquet #AC819C
RGB
CMYK
RGB Variations
Color information
#AC819C (or 0xAC819C) is known color: Bouquet. HEX triplet: AC, 81 and 9C. RGB value is (172,129,156). Sum of RGB (Red+Green+Blue) = 172+129+156=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC819C is #537E63. Grayscale: #909090. Windows color (decimal): -5471844 or 10256812. OLE color: 10256812.
HSL color Cylindrical-coordinate representation of color #AC819C: hue angle of 322.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC819C is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 156 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.33 |
| HSL | 322.33º | 0.21% | 0.59% | - |
| HSV(B) | 322.33º | 0.25% | 0.67% | - |
| XYZ | 30.86 | 26.87 | 35.01 | - |
| YUV | 144.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 156 | 0 | 0.25 | 0.09 | 0.33 | 322.33 | 0.21 | 0.59 |
| Hex | AC | 81 | 9C | 0 | 19 | 9 | 21 | 142 | 15 | 3B |
| Octal | 254 | 201 | 234 | 0 | 31 | 11 | 41 | 502 | 25 | 73 |
| Binary | 10101100 | 10000001 | 10011100 | 0 | 11001 | 1001 | 100001 | 101000010 | 10101 | 111011 |
Color Harmonies of #AC819C
Complementary color
Monochromatic Colors of #AC819C
Black with #AC819C
Text Example
Text Example
White with #AC819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC819C; }
p { color: rgb(172,129,156); }
H1.HeaderClassName
{
color: #AC819C;
}
.AnyTagClassName
{
color: #AC819C;
}
</style>
background-color css
<style>
a { background-color: #AC819C; }
a { background-color: rgb(172,129,156); }
div.DivClassName
{
background-color: #AC819C;
}
.BgClassName
{
background-color: #AC819C;
}
</style>
border-color css
<style>
span { border-color: #AC819C; }
span { border-color: rgb(172,129,156); }
td.TdClassName
{
border-color: #AC819C;
}
.TagClassName
{
border-color: #AC819C;
}
</style>