Shades of Bouquet #AA7B96
Tints of Bouquet #AA7B96
RGB
CMYK
RGB Variations
Color information
#AA7B96 (or 0xAA7B96) is known color: Bouquet. HEX triplet: AA, 7B and 96. RGB value is (170,123,150). Sum of RGB (Red+Green+Blue) = 170+123+150=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B96 is #558469. Grayscale: #8C8C8C. Windows color (decimal): -5604458 or 9862058. OLE color: 9862058.
HSL color Cylindrical-coordinate representation of color #AA7B96: hue angle of 325.53º 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 #AA7B96 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 150 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.33 |
| HSL | 325.53º | 0.22% | 0.57% | - |
| HSV(B) | 325.53º | 0.28% | 0.67% | - |
| XYZ | 29.17 | 24.91 | 32.13 | - |
| YUV | 140.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 150 | 0 | 0.28 | 0.12 | 0.33 | 325.53 | 0.22 | 0.57 |
| Hex | AA | 7B | 96 | 0 | 1C | C | 21 | 146 | 16 | 39 |
| Octal | 252 | 173 | 226 | 0 | 34 | 14 | 41 | 506 | 26 | 71 |
| Binary | 10101010 | 1111011 | 10010110 | 0 | 11100 | 1100 | 100001 | 101000110 | 10110 | 111001 |
Color Harmonies of #AA7B96
Complementary color
Monochromatic Colors of #AA7B96
Black with #AA7B96
Text Example
Text Example
White with #AA7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B96; }
p { color: rgb(170,123,150); }
H1.HeaderClassName
{
color: #AA7B96;
}
.AnyTagClassName
{
color: #AA7B96;
}
</style>
background-color css
<style>
a { background-color: #AA7B96; }
a { background-color: rgb(170,123,150); }
div.DivClassName
{
background-color: #AA7B96;
}
.BgClassName
{
background-color: #AA7B96;
}
</style>
border-color css
<style>
span { border-color: #AA7B96; }
span { border-color: rgb(170,123,150); }
td.TdClassName
{
border-color: #AA7B96;
}
.TagClassName
{
border-color: #AA7B96;
}
</style>