Shades of Bouquet #AA839B
Tints of Bouquet #AA839B
RGB
CMYK
RGB Variations
Color information
#AA839B (or 0xAA839B) is known color: Bouquet. HEX triplet: AA, 83 and 9B. RGB value is (170,131,155). Sum of RGB (Red+Green+Blue) = 170+131+155=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA839B is #557C64. Grayscale: #919191. Windows color (decimal): -5602405 or 10191786. OLE color: 10191786.
HSL color Cylindrical-coordinate representation of color #AA839B: hue angle of 323.08º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA839B is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 155 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.33 |
| HSL | 323.08º | 0.19% | 0.59% | - |
| HSV(B) | 323.08º | 0.23% | 0.67% | - |
| XYZ | 30.61 | 27.15 | 34.64 | - |
| YUV | 145.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 155 | 0 | 0.23 | 0.09 | 0.33 | 323.08 | 0.19 | 0.59 |
| Hex | AA | 83 | 9B | 0 | 17 | 9 | 21 | 143 | 13 | 3B |
| Octal | 252 | 203 | 233 | 0 | 27 | 11 | 41 | 503 | 23 | 73 |
| Binary | 10101010 | 10000011 | 10011011 | 0 | 10111 | 1001 | 100001 | 101000011 | 10011 | 111011 |
Color Harmonies of #AA839B
Complementary color
Monochromatic Colors of #AA839B
Black with #AA839B
Text Example
Text Example
White with #AA839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA839B; }
p { color: rgb(170,131,155); }
H1.HeaderClassName
{
color: #AA839B;
}
.AnyTagClassName
{
color: #AA839B;
}
</style>
background-color css
<style>
a { background-color: #AA839B; }
a { background-color: rgb(170,131,155); }
div.DivClassName
{
background-color: #AA839B;
}
.BgClassName
{
background-color: #AA839B;
}
</style>
border-color css
<style>
span { border-color: #AA839B; }
span { border-color: rgb(170,131,155); }
td.TdClassName
{
border-color: #AA839B;
}
.TagClassName
{
border-color: #AA839B;
}
</style>