Shades of Bouquet #AA8694
Tints of Bouquet #AA8694
RGB
CMYK
RGB Variations
Color information
#AA8694 (or 0xAA8694) is known color: Bouquet. HEX triplet: AA, 86 and 94. RGB value is (170,134,148). Sum of RGB (Red+Green+Blue) = 170+134+148=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8694 is #55796B. Grayscale: #929292. Windows color (decimal): -5601644 or 9733802. OLE color: 9733802.
HSL color Cylindrical-coordinate representation of color #AA8694: hue angle of 336.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA8694 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 148 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.33 |
| HSL | 336.67º | 0.17% | 0.6% | - |
| HSV(B) | 336.67º | 0.21% | 0.67% | - |
| XYZ | 30.45 | 27.73 | 31.77 | - |
| YUV | 146.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 148 | 0 | 0.21 | 0.13 | 0.33 | 336.67 | 0.17 | 0.6 |
| Hex | AA | 86 | 94 | 0 | 15 | D | 21 | 151 | 11 | 3C |
| Octal | 252 | 206 | 224 | 0 | 25 | 15 | 41 | 521 | 21 | 74 |
| Binary | 10101010 | 10000110 | 10010100 | 0 | 10101 | 1101 | 100001 | 101010001 | 10001 | 111100 |
Color Harmonies of #AA8694
Complementary color
Monochromatic Colors of #AA8694
Black with #AA8694
Text Example
Text Example
White with #AA8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8694; }
p { color: rgb(170,134,148); }
H1.HeaderClassName
{
color: #AA8694;
}
.AnyTagClassName
{
color: #AA8694;
}
</style>
background-color css
<style>
a { background-color: #AA8694; }
a { background-color: rgb(170,134,148); }
div.DivClassName
{
background-color: #AA8694;
}
.BgClassName
{
background-color: #AA8694;
}
</style>
border-color css
<style>
span { border-color: #AA8694; }
span { border-color: rgb(170,134,148); }
td.TdClassName
{
border-color: #AA8694;
}
.TagClassName
{
border-color: #AA8694;
}
</style>