Shades of Bouquet #AA789A
Tints of Bouquet #AA789A
RGB
CMYK
RGB Variations
Color information
#AA789A (or 0xAA789A) is known color: Bouquet. HEX triplet: AA, 78 and 9A. RGB value is (170,120,154). Sum of RGB (Red+Green+Blue) = 170+120+154=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA789A is #558765. Grayscale: #8A8A8A. Windows color (decimal): -5605222 or 10123434. OLE color: 10123434.
HSL color Cylindrical-coordinate representation of color #AA789A: hue angle of 319.2º 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 #AA789A is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 154 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.33 |
| HSL | 319.2º | 0.23% | 0.57% | - |
| HSV(B) | 319.2º | 0.29% | 0.67% | - |
| XYZ | 29.13 | 24.31 | 33.73 | - |
| YUV | 138.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 154 | 0 | 0.29 | 0.09 | 0.33 | 319.2 | 0.23 | 0.57 |
| Hex | AA | 78 | 9A | 0 | 1D | 9 | 21 | 13F | 17 | 39 |
| Octal | 252 | 170 | 232 | 0 | 35 | 11 | 41 | 477 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10011010 | 0 | 11101 | 1001 | 100001 | 100111111 | 10111 | 111001 |
Color Harmonies of #AA789A
Complementary color
Monochromatic Colors of #AA789A
Black with #AA789A
Text Example
Text Example
White with #AA789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA789A; }
p { color: rgb(170,120,154); }
H1.HeaderClassName
{
color: #AA789A;
}
.AnyTagClassName
{
color: #AA789A;
}
</style>
background-color css
<style>
a { background-color: #AA789A; }
a { background-color: rgb(170,120,154); }
div.DivClassName
{
background-color: #AA789A;
}
.BgClassName
{
background-color: #AA789A;
}
</style>
border-color css
<style>
span { border-color: #AA789A; }
span { border-color: rgb(170,120,154); }
td.TdClassName
{
border-color: #AA789A;
}
.TagClassName
{
border-color: #AA789A;
}
</style>