Shades of Bouquet #AA7797
Tints of Bouquet #AA7797
RGB
CMYK
RGB Variations
Color information
#AA7797 (or 0xAA7797) is known color: Bouquet. HEX triplet: AA, 77 and 97. RGB value is (170,119,151). Sum of RGB (Red+Green+Blue) = 170+119+151=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7797 is #558868. Grayscale: #898989. Windows color (decimal): -5605481 or 9926570. OLE color: 9926570.
HSL color Cylindrical-coordinate representation of color #AA7797: hue angle of 322.35º 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 #AA7797 is Cyan = 0, Magento = 0.3, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 151 | - |
| CMYK | 0 | 0.3 | 0.11 | 0.33 |
| HSL | 322.35º | 0.23% | 0.57% | - |
| HSV(B) | 322.35º | 0.3% | 0.67% | - |
| XYZ | 28.76 | 23.97 | 32.39 | - |
| YUV | 137.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 151 | 0 | 0.3 | 0.11 | 0.33 | 322.35 | 0.23 | 0.57 |
| Hex | AA | 77 | 97 | 0 | 1E | B | 21 | 142 | 17 | 39 |
| Octal | 252 | 167 | 227 | 0 | 36 | 13 | 41 | 502 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10010111 | 0 | 11110 | 1011 | 100001 | 101000010 | 10111 | 111001 |
Color Harmonies of #AA7797
Complementary color
Monochromatic Colors of #AA7797
Black with #AA7797
Text Example
Text Example
White with #AA7797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7797; }
p { color: rgb(170,119,151); }
H1.HeaderClassName
{
color: #AA7797;
}
.AnyTagClassName
{
color: #AA7797;
}
</style>
background-color css
<style>
a { background-color: #AA7797; }
a { background-color: rgb(170,119,151); }
div.DivClassName
{
background-color: #AA7797;
}
.BgClassName
{
background-color: #AA7797;
}
</style>
border-color css
<style>
span { border-color: #AA7797; }
span { border-color: rgb(170,119,151); }
td.TdClassName
{
border-color: #AA7797;
}
.TagClassName
{
border-color: #AA7797;
}
</style>