Shades of Bouquet #AC829B
Tints of Bouquet #AC829B
RGB
CMYK
RGB Variations
Color information
#AC829B (or 0xAC829B) is known color: Bouquet. HEX triplet: AC, 82 and 9B. RGB value is (172,130,155). Sum of RGB (Red+Green+Blue) = 172+130+155=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC829B is #537D64. Grayscale: #919191. Windows color (decimal): -5471589 or 10191532. OLE color: 10191532.
HSL color Cylindrical-coordinate representation of color #AC829B: hue angle of 324.29º 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 #AC829B is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 155 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.33 |
| HSL | 324.29º | 0.2% | 0.59% | - |
| HSV(B) | 324.29º | 0.24% | 0.67% | - |
| XYZ | 30.91 | 27.1 | 34.61 | - |
| YUV | 145.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 155 | 0 | 0.24 | 0.10 | 0.33 | 324.29 | 0.2 | 0.59 |
| Hex | AC | 82 | 9B | 0 | 18 | A | 21 | 144 | 14 | 3B |
| Octal | 254 | 202 | 233 | 0 | 30 | 12 | 41 | 504 | 24 | 73 |
| Binary | 10101100 | 10000010 | 10011011 | 0 | 11000 | 1010 | 100001 | 101000100 | 10100 | 111011 |
Color Harmonies of #AC829B
Complementary color
Monochromatic Colors of #AC829B
Black with #AC829B
Text Example
Text Example
White with #AC829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC829B; }
p { color: rgb(172,130,155); }
H1.HeaderClassName
{
color: #AC829B;
}
.AnyTagClassName
{
color: #AC829B;
}
</style>
background-color css
<style>
a { background-color: #AC829B; }
a { background-color: rgb(172,130,155); }
div.DivClassName
{
background-color: #AC829B;
}
.BgClassName
{
background-color: #AC829B;
}
</style>
border-color css
<style>
span { border-color: #AC829B; }
span { border-color: rgb(172,130,155); }
td.TdClassName
{
border-color: #AC829B;
}
.TagClassName
{
border-color: #AC829B;
}
</style>