Shades of Bouquet #AA7E91
Tints of Bouquet #AA7E91
RGB
CMYK
RGB Variations
Color information
#AA7E91 (or 0xAA7E91) is known color: Bouquet. HEX triplet: AA, 7E and 91. RGB value is (170,126,145). Sum of RGB (Red+Green+Blue) = 170+126+145=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E91 is #55816E. Grayscale: #8D8D8D. Windows color (decimal): -5603695 or 9535146. OLE color: 9535146.
HSL color Cylindrical-coordinate representation of color #AA7E91: hue angle of 334.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7E91 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 145 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.33 |
| HSL | 334.09º | 0.21% | 0.58% | - |
| HSV(B) | 334.09º | 0.26% | 0.67% | - |
| XYZ | 29.15 | 25.51 | 30.18 | - |
| YUV | 141.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 145 | 0 | 0.26 | 0.15 | 0.33 | 334.09 | 0.21 | 0.58 |
| Hex | AA | 7E | 91 | 0 | 1A | F | 21 | 14E | 15 | 3A |
| Octal | 252 | 176 | 221 | 0 | 32 | 17 | 41 | 516 | 25 | 72 |
| Binary | 10101010 | 1111110 | 10010001 | 0 | 11010 | 1111 | 100001 | 101001110 | 10101 | 111010 |
Color Harmonies of #AA7E91
Complementary color
Monochromatic Colors of #AA7E91
Black with #AA7E91
Text Example
Text Example
White with #AA7E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E91; }
p { color: rgb(170,126,145); }
H1.HeaderClassName
{
color: #AA7E91;
}
.AnyTagClassName
{
color: #AA7E91;
}
</style>
background-color css
<style>
a { background-color: #AA7E91; }
a { background-color: rgb(170,126,145); }
div.DivClassName
{
background-color: #AA7E91;
}
.BgClassName
{
background-color: #AA7E91;
}
</style>
border-color css
<style>
span { border-color: #AA7E91; }
span { border-color: rgb(170,126,145); }
td.TdClassName
{
border-color: #AA7E91;
}
.TagClassName
{
border-color: #AA7E91;
}
</style>