Shades of Bouquet #AA7296
Tints of Bouquet #AA7296
RGB
CMYK
RGB Variations
Color information
#AA7296 (or 0xAA7296) is known color: Bouquet. HEX triplet: AA, 72 and 96. RGB value is (170,114,150). Sum of RGB (Red+Green+Blue) = 170+114+150=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7296 is #558D69. Grayscale: #868686. Windows color (decimal): -5606762 or 9859754. OLE color: 9859754.
HSL color Cylindrical-coordinate representation of color #AA7296: hue angle of 321.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA7296 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 114 | 150 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.33 |
| HSL | 321.43º | 0.25% | 0.56% | - |
| HSV(B) | 321.43º | 0.33% | 0.67% | - |
| XYZ | 28.1 | 22.78 | 31.77 | - |
| YUV | 134.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 114 | 150 | 0 | 0.33 | 0.12 | 0.33 | 321.43 | 0.25 | 0.56 |
| Hex | AA | 72 | 96 | 0 | 21 | C | 21 | 141 | 19 | 38 |
| Octal | 252 | 162 | 226 | 0 | 41 | 14 | 41 | 501 | 31 | 70 |
| Binary | 10101010 | 1110010 | 10010110 | 0 | 100001 | 1100 | 100001 | 101000001 | 11001 | 111000 |
Color Harmonies of #AA7296
Complementary color
Monochromatic Colors of #AA7296
Black with #AA7296
Text Example
Text Example
White with #AA7296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7296; }
p { color: rgb(170,114,150); }
H1.HeaderClassName
{
color: #AA7296;
}
.AnyTagClassName
{
color: #AA7296;
}
</style>
background-color css
<style>
a { background-color: #AA7296; }
a { background-color: rgb(170,114,150); }
div.DivClassName
{
background-color: #AA7296;
}
.BgClassName
{
background-color: #AA7296;
}
</style>
border-color css
<style>
span { border-color: #AA7296; }
span { border-color: rgb(170,114,150); }
td.TdClassName
{
border-color: #AA7296;
}
.TagClassName
{
border-color: #AA7296;
}
</style>