Shades of Bouquet #AA7798
Tints of Bouquet #AA7798
RGB
CMYK
RGB Variations
Color information
#AA7798 (or 0xAA7798) is known color: Bouquet. HEX triplet: AA, 77 and 98. RGB value is (170,119,152). Sum of RGB (Red+Green+Blue) = 170+119+152=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7798 is #558867. Grayscale: #898989. Windows color (decimal): -5605480 or 9992106. OLE color: 9992106.
HSL color Cylindrical-coordinate representation of color #AA7798: hue angle of 321.18º 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 #AA7798 is Cyan = 0, Magento = 0.3, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 152 | - |
| CMYK | 0 | 0.3 | 0.11 | 0.33 |
| HSL | 321.18º | 0.23% | 0.57% | - |
| HSV(B) | 321.18º | 0.3% | 0.67% | - |
| XYZ | 28.84 | 24.01 | 32.82 | - |
| YUV | 138.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 152 | 0 | 0.3 | 0.11 | 0.33 | 321.18 | 0.23 | 0.57 |
| Hex | AA | 77 | 98 | 0 | 1E | B | 21 | 141 | 17 | 39 |
| Octal | 252 | 167 | 230 | 0 | 36 | 13 | 41 | 501 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10011000 | 0 | 11110 | 1011 | 100001 | 101000001 | 10111 | 111001 |
Color Harmonies of #AA7798
Complementary color
Monochromatic Colors of #AA7798
Black with #AA7798
Text Example
Text Example
White with #AA7798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7798; }
p { color: rgb(170,119,152); }
H1.HeaderClassName
{
color: #AA7798;
}
.AnyTagClassName
{
color: #AA7798;
}
</style>
background-color css
<style>
a { background-color: #AA7798; }
a { background-color: rgb(170,119,152); }
div.DivClassName
{
background-color: #AA7798;
}
.BgClassName
{
background-color: #AA7798;
}
</style>
border-color css
<style>
span { border-color: #AA7798; }
span { border-color: rgb(170,119,152); }
td.TdClassName
{
border-color: #AA7798;
}
.TagClassName
{
border-color: #AA7798;
}
</style>