Shades of Bouquet #AA859B
Tints of Bouquet #AA859B
RGB
CMYK
RGB Variations
Color information
#AA859B (or 0xAA859B) is known color: Bouquet. HEX triplet: AA, 85 and 9B. RGB value is (170,133,155). Sum of RGB (Red+Green+Blue) = 170+133+155=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA859B is #557A64. Grayscale: #929292. Windows color (decimal): -5601893 or 10192298. OLE color: 10192298.
HSL color Cylindrical-coordinate representation of color #AA859B: hue angle of 324.32º 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 #AA859B is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 155 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.33 |
| HSL | 324.32º | 0.18% | 0.59% | - |
| HSV(B) | 324.32º | 0.22% | 0.67% | - |
| XYZ | 30.88 | 27.69 | 34.73 | - |
| YUV | 146.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 155 | 0 | 0.22 | 0.09 | 0.33 | 324.32 | 0.18 | 0.59 |
| Hex | AA | 85 | 9B | 0 | 16 | 9 | 21 | 144 | 12 | 3B |
| Octal | 252 | 205 | 233 | 0 | 26 | 11 | 41 | 504 | 22 | 73 |
| Binary | 10101010 | 10000101 | 10011011 | 0 | 10110 | 1001 | 100001 | 101000100 | 10010 | 111011 |
Color Harmonies of #AA859B
Complementary color
Monochromatic Colors of #AA859B
Black with #AA859B
Text Example
Text Example
White with #AA859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA859B; }
p { color: rgb(170,133,155); }
H1.HeaderClassName
{
color: #AA859B;
}
.AnyTagClassName
{
color: #AA859B;
}
</style>
background-color css
<style>
a { background-color: #AA859B; }
a { background-color: rgb(170,133,155); }
div.DivClassName
{
background-color: #AA859B;
}
.BgClassName
{
background-color: #AA859B;
}
</style>
border-color css
<style>
span { border-color: #AA859B; }
span { border-color: rgb(170,133,155); }
td.TdClassName
{
border-color: #AA859B;
}
.TagClassName
{
border-color: #AA859B;
}
</style>