Shades of Bouquet #AA779C
Tints of Bouquet #AA779C
RGB
CMYK
RGB Variations
Color information
#AA779C (or 0xAA779C) is known color: Bouquet. HEX triplet: AA, 77 and 9C. RGB value is (170,119,156). Sum of RGB (Red+Green+Blue) = 170+119+156=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA779C is #558863. Grayscale: #8A8A8A. Windows color (decimal): -5605476 or 10254250. OLE color: 10254250.
HSL color Cylindrical-coordinate representation of color #AA779C: hue angle of 316.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA779C is Cyan = 0, Magento = 0.3, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 156 | - |
| CMYK | 0 | 0.3 | 0.08 | 0.33 |
| HSL | 316.47º | 0.23% | 0.57% | - |
| HSV(B) | 316.47º | 0.3% | 0.67% | - |
| XYZ | 29.18 | 24.14 | 34.57 | - |
| YUV | 138.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 156 | 0 | 0.3 | 0.08 | 0.33 | 316.47 | 0.23 | 0.57 |
| Hex | AA | 77 | 9C | 0 | 1E | 8 | 21 | 13C | 17 | 39 |
| Octal | 252 | 167 | 234 | 0 | 36 | 10 | 41 | 474 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10011100 | 0 | 11110 | 1000 | 100001 | 100111100 | 10111 | 111001 |
Color Harmonies of #AA779C
Complementary color
Monochromatic Colors of #AA779C
Black with #AA779C
Text Example
Text Example
White with #AA779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA779C; }
p { color: rgb(170,119,156); }
H1.HeaderClassName
{
color: #AA779C;
}
.AnyTagClassName
{
color: #AA779C;
}
</style>
background-color css
<style>
a { background-color: #AA779C; }
a { background-color: rgb(170,119,156); }
div.DivClassName
{
background-color: #AA779C;
}
.BgClassName
{
background-color: #AA779C;
}
</style>
border-color css
<style>
span { border-color: #AA779C; }
span { border-color: rgb(170,119,156); }
td.TdClassName
{
border-color: #AA779C;
}
.TagClassName
{
border-color: #AA779C;
}
</style>