Shades of Bouquet #AA7F99
Tints of Bouquet #AA7F99
RGB
CMYK
RGB Variations
Color information
#AA7F99 (or 0xAA7F99) is known color: Bouquet. HEX triplet: AA, 7F and 99. RGB value is (170,127,153). Sum of RGB (Red+Green+Blue) = 170+127+153=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F99 is #558066. Grayscale: #8E8E8E. Windows color (decimal): -5603431 or 10059690. OLE color: 10059690.
HSL color Cylindrical-coordinate representation of color #AA7F99: hue angle of 323.72º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA7F99 is Cyan = 0, Magento = 0.25, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 153 | - |
| CMYK | 0 | 0.25 | 0.1 | 0.33 |
| HSL | 323.72º | 0.2% | 0.58% | - |
| HSV(B) | 323.72º | 0.25% | 0.67% | - |
| XYZ | 29.92 | 26.02 | 33.58 | - |
| YUV | 142.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 153 | 0 | 0.25 | 0.1 | 0.33 | 323.72 | 0.2 | 0.58 |
| Hex | AA | 7F | 99 | 0 | 19 | A | 21 | 144 | 14 | 3A |
| Octal | 252 | 177 | 231 | 0 | 31 | 12 | 41 | 504 | 24 | 72 |
| Binary | 10101010 | 1111111 | 10011001 | 0 | 11001 | 1010 | 100001 | 101000100 | 10100 | 111010 |
Color Harmonies of #AA7F99
Complementary color
Monochromatic Colors of #AA7F99
Black with #AA7F99
Text Example
Text Example
White with #AA7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F99; }
p { color: rgb(170,127,153); }
H1.HeaderClassName
{
color: #AA7F99;
}
.AnyTagClassName
{
color: #AA7F99;
}
</style>
background-color css
<style>
a { background-color: #AA7F99; }
a { background-color: rgb(170,127,153); }
div.DivClassName
{
background-color: #AA7F99;
}
.BgClassName
{
background-color: #AA7F99;
}
</style>
border-color css
<style>
span { border-color: #AA7F99; }
span { border-color: rgb(170,127,153); }
td.TdClassName
{
border-color: #AA7F99;
}
.TagClassName
{
border-color: #AA7F99;
}
</style>