Shades of Bouquet #AA7799
Tints of Bouquet #AA7799
RGB
CMYK
RGB Variations
Color information
#AA7799 (or 0xAA7799) is known color: Bouquet. HEX triplet: AA, 77 and 99. RGB value is (170,119,153). Sum of RGB (Red+Green+Blue) = 170+119+153=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7799 is #558866. Grayscale: #8A8A8A. Windows color (decimal): -5605479 or 10057642. OLE color: 10057642.
HSL color Cylindrical-coordinate representation of color #AA7799: hue angle of 320º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA7799 is Cyan = 0, Magento = 0.3, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 153 | - |
| CMYK | 0 | 0.3 | 0.1 | 0.33 |
| HSL | 320º | 0.23% | 0.57% | - |
| HSV(B) | 320º | 0.3% | 0.67% | - |
| XYZ | 28.92 | 24.04 | 33.25 | - |
| YUV | 138.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 153 | 0 | 0.3 | 0.1 | 0.33 | 320 | 0.23 | 0.57 |
| Hex | AA | 77 | 99 | 0 | 1E | A | 21 | 140 | 17 | 39 |
| Octal | 252 | 167 | 231 | 0 | 36 | 12 | 41 | 500 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10011001 | 0 | 11110 | 1010 | 100001 | 101000000 | 10111 | 111001 |
Color Harmonies of #AA7799
Complementary color
Monochromatic Colors of #AA7799
Black with #AA7799
Text Example
Text Example
White with #AA7799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7799; }
p { color: rgb(170,119,153); }
H1.HeaderClassName
{
color: #AA7799;
}
.AnyTagClassName
{
color: #AA7799;
}
</style>
background-color css
<style>
a { background-color: #AA7799; }
a { background-color: rgb(170,119,153); }
div.DivClassName
{
background-color: #AA7799;
}
.BgClassName
{
background-color: #AA7799;
}
</style>
border-color css
<style>
span { border-color: #AA7799; }
span { border-color: rgb(170,119,153); }
td.TdClassName
{
border-color: #AA7799;
}
.TagClassName
{
border-color: #AA7799;
}
</style>