Shades of Bouquet #AA739C
Tints of Bouquet #AA739C
RGB
CMYK
RGB Variations
Color information
#AA739C (or 0xAA739C) is known color: Bouquet. HEX triplet: AA, 73 and 9C. RGB value is (170,115,156). Sum of RGB (Red+Green+Blue) = 170+115+156=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA739C is #558C63. Grayscale: #888888. Windows color (decimal): -5606500 or 10253226. OLE color: 10253226.
HSL color Cylindrical-coordinate representation of color #AA739C: hue angle of 315.27º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA739C is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 156 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.33 |
| HSL | 315.27º | 0.24% | 0.56% | - |
| HSV(B) | 315.27º | 0.32% | 0.67% | - |
| XYZ | 28.71 | 23.21 | 34.42 | - |
| YUV | 136.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 156 | 0 | 0.32 | 0.08 | 0.33 | 315.27 | 0.24 | 0.56 |
| Hex | AA | 73 | 9C | 0 | 20 | 8 | 21 | 13B | 18 | 38 |
| Octal | 252 | 163 | 234 | 0 | 40 | 10 | 41 | 473 | 30 | 70 |
| Binary | 10101010 | 1110011 | 10011100 | 0 | 100000 | 1000 | 100001 | 100111011 | 11000 | 111000 |
Color Harmonies of #AA739C
Complementary color
Monochromatic Colors of #AA739C
Black with #AA739C
Text Example
Text Example
White with #AA739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA739C; }
p { color: rgb(170,115,156); }
H1.HeaderClassName
{
color: #AA739C;
}
.AnyTagClassName
{
color: #AA739C;
}
</style>
background-color css
<style>
a { background-color: #AA739C; }
a { background-color: rgb(170,115,156); }
div.DivClassName
{
background-color: #AA739C;
}
.BgClassName
{
background-color: #AA739C;
}
</style>
border-color css
<style>
span { border-color: #AA739C; }
span { border-color: rgb(170,115,156); }
td.TdClassName
{
border-color: #AA739C;
}
.TagClassName
{
border-color: #AA739C;
}
</style>