Shades of Bouquet #AA7699
Tints of Bouquet #AA7699
RGB
CMYK
RGB Variations
Color information
#AA7699 (or 0xAA7699) is known color: Bouquet. HEX triplet: AA, 76 and 99. RGB value is (170,118,153). Sum of RGB (Red+Green+Blue) = 170+118+153=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7699 is #558966. Grayscale: #898989. Windows color (decimal): -5605735 or 10057386. OLE color: 10057386.
HSL color Cylindrical-coordinate representation of color #AA7699: hue angle of 319.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7699 is Cyan = 0, Magento = 0.31, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 153 | - |
| CMYK | 0 | 0.31 | 0.1 | 0.33 |
| HSL | 319.62º | 0.23% | 0.56% | - |
| HSV(B) | 319.62º | 0.31% | 0.67% | - |
| XYZ | 28.81 | 23.8 | 33.21 | - |
| YUV | 137.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 153 | 0 | 0.31 | 0.1 | 0.33 | 319.62 | 0.23 | 0.56 |
| Hex | AA | 76 | 99 | 0 | 1F | A | 21 | 140 | 17 | 38 |
| Octal | 252 | 166 | 231 | 0 | 37 | 12 | 41 | 500 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10011001 | 0 | 11111 | 1010 | 100001 | 101000000 | 10111 | 111000 |
Color Harmonies of #AA7699
Complementary color
Monochromatic Colors of #AA7699
Black with #AA7699
Text Example
Text Example
White with #AA7699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7699; }
p { color: rgb(170,118,153); }
H1.HeaderClassName
{
color: #AA7699;
}
.AnyTagClassName
{
color: #AA7699;
}
</style>
background-color css
<style>
a { background-color: #AA7699; }
a { background-color: rgb(170,118,153); }
div.DivClassName
{
background-color: #AA7699;
}
.BgClassName
{
background-color: #AA7699;
}
</style>
border-color css
<style>
span { border-color: #AA7699; }
span { border-color: rgb(170,118,153); }
td.TdClassName
{
border-color: #AA7699;
}
.TagClassName
{
border-color: #AA7699;
}
</style>