Shades of Bouquet #AC799B
Tints of Bouquet #AC799B
RGB
CMYK
RGB Variations
Color information
#AC799B (or 0xAC799B) is known color: Bouquet. HEX triplet: AC, 79 and 9B. RGB value is (172,121,155). Sum of RGB (Red+Green+Blue) = 172+121+155=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC799B is #538664. Grayscale: #8C8C8C. Windows color (decimal): -5473893 or 10189228. OLE color: 10189228.
HSL color Cylindrical-coordinate representation of color #AC799B: hue angle of 320º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC799B is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 155 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.33 |
| HSL | 320º | 0.24% | 0.57% | - |
| HSV(B) | 320º | 0.3% | 0.67% | - |
| XYZ | 29.77 | 24.81 | 34.23 | - |
| YUV | 140.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 155 | 0 | 0.30 | 0.10 | 0.33 | 320 | 0.24 | 0.57 |
| Hex | AC | 79 | 9B | 0 | 1E | A | 21 | 140 | 18 | 39 |
| Octal | 254 | 171 | 233 | 0 | 36 | 12 | 41 | 500 | 30 | 71 |
| Binary | 10101100 | 1111001 | 10011011 | 0 | 11110 | 1010 | 100001 | 101000000 | 11000 | 111001 |
Color Harmonies of #AC799B
Complementary color
Monochromatic Colors of #AC799B
Black with #AC799B
Text Example
Text Example
White with #AC799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC799B; }
p { color: rgb(172,121,155); }
H1.HeaderClassName
{
color: #AC799B;
}
.AnyTagClassName
{
color: #AC799B;
}
</style>
background-color css
<style>
a { background-color: #AC799B; }
a { background-color: rgb(172,121,155); }
div.DivClassName
{
background-color: #AC799B;
}
.BgClassName
{
background-color: #AC799B;
}
</style>
border-color css
<style>
span { border-color: #AC799B; }
span { border-color: rgb(172,121,155); }
td.TdClassName
{
border-color: #AC799B;
}
.TagClassName
{
border-color: #AC799B;
}
</style>