Shades of Bouquet #AA7B99
Tints of Bouquet #AA7B99
RGB
CMYK
RGB Variations
Color information
#AA7B99 (or 0xAA7B99) is known color: Bouquet. HEX triplet: AA, 7B and 99. RGB value is (170,123,153). Sum of RGB (Red+Green+Blue) = 170+123+153=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B99 is #558466. Grayscale: #8C8C8C. Windows color (decimal): -5604455 or 10058666. OLE color: 10058666.
HSL color Cylindrical-coordinate representation of color #AA7B99: hue angle of 321.7º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7B99 is Cyan = 0, Magento = 0.28, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 153 | - |
| CMYK | 0 | 0.28 | 0.1 | 0.33 |
| HSL | 321.7º | 0.22% | 0.57% | - |
| HSV(B) | 321.7º | 0.28% | 0.67% | - |
| XYZ | 29.41 | 25.01 | 33.41 | - |
| YUV | 140.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 153 | 0 | 0.28 | 0.1 | 0.33 | 321.7 | 0.22 | 0.57 |
| Hex | AA | 7B | 99 | 0 | 1C | A | 21 | 142 | 16 | 39 |
| Octal | 252 | 173 | 231 | 0 | 34 | 12 | 41 | 502 | 26 | 71 |
| Binary | 10101010 | 1111011 | 10011001 | 0 | 11100 | 1010 | 100001 | 101000010 | 10110 | 111001 |
Color Harmonies of #AA7B99
Complementary color
Monochromatic Colors of #AA7B99
Black with #AA7B99
Text Example
Text Example
White with #AA7B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B99; }
p { color: rgb(170,123,153); }
H1.HeaderClassName
{
color: #AA7B99;
}
.AnyTagClassName
{
color: #AA7B99;
}
</style>
background-color css
<style>
a { background-color: #AA7B99; }
a { background-color: rgb(170,123,153); }
div.DivClassName
{
background-color: #AA7B99;
}
.BgClassName
{
background-color: #AA7B99;
}
</style>
border-color css
<style>
span { border-color: #AA7B99; }
span { border-color: rgb(170,123,153); }
td.TdClassName
{
border-color: #AA7B99;
}
.TagClassName
{
border-color: #AA7B99;
}
</style>