Shades of Bouquet #AA789C
Tints of Bouquet #AA789C
RGB
CMYK
RGB Variations
Color information
#AA789C (or 0xAA789C) is known color: Bouquet. HEX triplet: AA, 78 and 9C. RGB value is (170,120,156). Sum of RGB (Red+Green+Blue) = 170+120+156=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA789C is #558763. Grayscale: #8A8A8A. Windows color (decimal): -5605220 or 10254506. OLE color: 10254506.
HSL color Cylindrical-coordinate representation of color #AA789C: hue angle of 316.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA789C is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 156 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.33 |
| HSL | 316.8º | 0.23% | 0.57% | - |
| HSV(B) | 316.8º | 0.29% | 0.67% | - |
| XYZ | 29.29 | 24.38 | 34.61 | - |
| YUV | 139.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 156 | 0 | 0.29 | 0.08 | 0.33 | 316.8 | 0.23 | 0.57 |
| Hex | AA | 78 | 9C | 0 | 1D | 8 | 21 | 13D | 17 | 39 |
| Octal | 252 | 170 | 234 | 0 | 35 | 10 | 41 | 475 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10011100 | 0 | 11101 | 1000 | 100001 | 100111101 | 10111 | 111001 |
Color Harmonies of #AA789C
Complementary color
Monochromatic Colors of #AA789C
Black with #AA789C
Text Example
Text Example
White with #AA789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA789C; }
p { color: rgb(170,120,156); }
H1.HeaderClassName
{
color: #AA789C;
}
.AnyTagClassName
{
color: #AA789C;
}
</style>
background-color css
<style>
a { background-color: #AA789C; }
a { background-color: rgb(170,120,156); }
div.DivClassName
{
background-color: #AA789C;
}
.BgClassName
{
background-color: #AA789C;
}
</style>
border-color css
<style>
span { border-color: #AA789C; }
span { border-color: rgb(170,120,156); }
td.TdClassName
{
border-color: #AA789C;
}
.TagClassName
{
border-color: #AA789C;
}
</style>