Shades of Bouquet #AC7B9C
Tints of Bouquet #AC7B9C
RGB
CMYK
RGB Variations
Color information
#AC7B9C (or 0xAC7B9C) is known color: Bouquet. HEX triplet: AC, 7B and 9C. RGB value is (172,123,156). Sum of RGB (Red+Green+Blue) = 172+123+156=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B9C is #538463. Grayscale: #8D8D8D. Windows color (decimal): -5473380 or 10255276. OLE color: 10255276.
HSL color Cylindrical-coordinate representation of color #AC7B9C: hue angle of 319.59º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7B9C is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 156 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.33 |
| HSL | 319.59º | 0.23% | 0.58% | - |
| HSV(B) | 319.59º | 0.28% | 0.67% | - |
| XYZ | 30.1 | 25.34 | 34.76 | - |
| YUV | 141.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 156 | 0 | 0.28 | 0.09 | 0.33 | 319.59 | 0.23 | 0.58 |
| Hex | AC | 7B | 9C | 0 | 1C | 9 | 21 | 140 | 17 | 3A |
| Octal | 254 | 173 | 234 | 0 | 34 | 11 | 41 | 500 | 27 | 72 |
| Binary | 10101100 | 1111011 | 10011100 | 0 | 11100 | 1001 | 100001 | 101000000 | 10111 | 111010 |
Color Harmonies of #AC7B9C
Complementary color
Monochromatic Colors of #AC7B9C
Black with #AC7B9C
Text Example
Text Example
White with #AC7B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B9C; }
p { color: rgb(172,123,156); }
H1.HeaderClassName
{
color: #AC7B9C;
}
.AnyTagClassName
{
color: #AC7B9C;
}
</style>
background-color css
<style>
a { background-color: #AC7B9C; }
a { background-color: rgb(172,123,156); }
div.DivClassName
{
background-color: #AC7B9C;
}
.BgClassName
{
background-color: #AC7B9C;
}
</style>
border-color css
<style>
span { border-color: #AC7B9C; }
span { border-color: rgb(172,123,156); }
td.TdClassName
{
border-color: #AC7B9C;
}
.TagClassName
{
border-color: #AC7B9C;
}
</style>