Shades of Bouquet #AC84A4
Tints of Bouquet #AC84A4
RGB
CMYK
RGB Variations
Color information
#AC84A4 (or 0xAC84A4) is known color: Bouquet. HEX triplet: AC, 84 and A4. RGB value is (172,132,164). Sum of RGB (Red+Green+Blue) = 172+132+164=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC84A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC84A4 is #537B5B. Grayscale: #939393. Windows color (decimal): -5471068 or 10781868. OLE color: 10781868.
HSL color Cylindrical-coordinate representation of color #AC84A4: hue angle of 312º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC84A4 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 164 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.33 |
| HSL | 312º | 0.19% | 0.6% | - |
| HSV(B) | 312º | 0.23% | 0.67% | - |
| XYZ | 31.97 | 27.95 | 38.83 | - |
| YUV | 147.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 164 | 0 | 0.23 | 0.05 | 0.33 | 312 | 0.19 | 0.6 |
| Hex | AC | 84 | A4 | 0 | 17 | 5 | 21 | 138 | 13 | 3C |
| Octal | 254 | 204 | 244 | 0 | 27 | 5 | 41 | 470 | 23 | 74 |
| Binary | 10101100 | 10000100 | 10100100 | 0 | 10111 | 101 | 100001 | 100111000 | 10011 | 111100 |
Color Harmonies of #AC84A4
Complementary color
Monochromatic Colors of #AC84A4
Black with #AC84A4
Text Example
Text Example
White with #AC84A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC84A4; }
p { color: rgb(172,132,164); }
H1.HeaderClassName
{
color: #AC84A4;
}
.AnyTagClassName
{
color: #AC84A4;
}
</style>
background-color css
<style>
a { background-color: #AC84A4; }
a { background-color: rgb(172,132,164); }
div.DivClassName
{
background-color: #AC84A4;
}
.BgClassName
{
background-color: #AC84A4;
}
</style>
border-color css
<style>
span { border-color: #AC84A4; }
span { border-color: rgb(172,132,164); }
td.TdClassName
{
border-color: #AC84A4;
}
.TagClassName
{
border-color: #AC84A4;
}
</style>