Shades of Bouquet #AA849E
Tints of Bouquet #AA849E
RGB
CMYK
RGB Variations
Color information
#AA849E (or 0xAA849E) is known color: Bouquet. HEX triplet: AA, 84 and 9E. RGB value is (170,132,158). Sum of RGB (Red+Green+Blue) = 170+132+158=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA849E is #557B61. Grayscale: #929292. Windows color (decimal): -5602146 or 10388650. OLE color: 10388650.
HSL color Cylindrical-coordinate representation of color #AA849E: hue angle of 318.95º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA849E is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 158 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.33 |
| HSL | 318.95º | 0.18% | 0.59% | - |
| HSV(B) | 318.95º | 0.22% | 0.67% | - |
| XYZ | 31 | 27.52 | 36.03 | - |
| YUV | 146.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 158 | 0 | 0.22 | 0.07 | 0.33 | 318.95 | 0.18 | 0.59 |
| Hex | AA | 84 | 9E | 0 | 16 | 7 | 21 | 13F | 12 | 3B |
| Octal | 252 | 204 | 236 | 0 | 26 | 7 | 41 | 477 | 22 | 73 |
| Binary | 10101010 | 10000100 | 10011110 | 0 | 10110 | 111 | 100001 | 100111111 | 10010 | 111011 |
Color Harmonies of #AA849E
Complementary color
Monochromatic Colors of #AA849E
Black with #AA849E
Text Example
Text Example
White with #AA849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA849E; }
p { color: rgb(170,132,158); }
H1.HeaderClassName
{
color: #AA849E;
}
.AnyTagClassName
{
color: #AA849E;
}
</style>
background-color css
<style>
a { background-color: #AA849E; }
a { background-color: rgb(170,132,158); }
div.DivClassName
{
background-color: #AA849E;
}
.BgClassName
{
background-color: #AA849E;
}
</style>
border-color css
<style>
span { border-color: #AA849E; }
span { border-color: rgb(170,132,158); }
td.TdClassName
{
border-color: #AA849E;
}
.TagClassName
{
border-color: #AA849E;
}
</style>