Shades of Bouquet #AA859C
Tints of Bouquet #AA859C
RGB
CMYK
RGB Variations
Color information
#AA859C (or 0xAA859C) is known color: Bouquet. HEX triplet: AA, 85 and 9C. RGB value is (170,133,156). Sum of RGB (Red+Green+Blue) = 170+133+156=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA859C is #557A63. Grayscale: #929292. Windows color (decimal): -5601892 or 10257834. OLE color: 10257834.
HSL color Cylindrical-coordinate representation of color #AA859C: hue angle of 322.7º 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 #AA859C is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 156 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.33 |
| HSL | 322.7º | 0.18% | 0.59% | - |
| HSV(B) | 322.7º | 0.22% | 0.67% | - |
| XYZ | 30.97 | 27.72 | 35.17 | - |
| YUV | 146.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 156 | 0 | 0.22 | 0.08 | 0.33 | 322.7 | 0.18 | 0.59 |
| Hex | AA | 85 | 9C | 0 | 16 | 8 | 21 | 143 | 12 | 3B |
| Octal | 252 | 205 | 234 | 0 | 26 | 10 | 41 | 503 | 22 | 73 |
| Binary | 10101010 | 10000101 | 10011100 | 0 | 10110 | 1000 | 100001 | 101000011 | 10010 | 111011 |
Color Harmonies of #AA859C
Complementary color
Monochromatic Colors of #AA859C
Black with #AA859C
Text Example
Text Example
White with #AA859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA859C; }
p { color: rgb(170,133,156); }
H1.HeaderClassName
{
color: #AA859C;
}
.AnyTagClassName
{
color: #AA859C;
}
</style>
background-color css
<style>
a { background-color: #AA859C; }
a { background-color: rgb(170,133,156); }
div.DivClassName
{
background-color: #AA859C;
}
.BgClassName
{
background-color: #AA859C;
}
</style>
border-color css
<style>
span { border-color: #AA859C; }
span { border-color: rgb(170,133,156); }
td.TdClassName
{
border-color: #AA859C;
}
.TagClassName
{
border-color: #AA859C;
}
</style>