Shades of Bouquet #AA769C
Tints of Bouquet #AA769C
RGB
CMYK
RGB Variations
Color information
#AA769C (or 0xAA769C) is known color: Bouquet. HEX triplet: AA, 76 and 9C. RGB value is (170,118,156). Sum of RGB (Red+Green+Blue) = 170+118+156=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA769C is #558963. Grayscale: #898989. Windows color (decimal): -5605732 or 10253994. OLE color: 10253994.
HSL color Cylindrical-coordinate representation of color #AA769C: hue angle of 316.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA769C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 156 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.33 |
| HSL | 316.15º | 0.23% | 0.56% | - |
| HSV(B) | 316.15º | 0.31% | 0.67% | - |
| XYZ | 29.06 | 23.9 | 34.53 | - |
| YUV | 137.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 156 | 0 | 0.31 | 0.08 | 0.33 | 316.15 | 0.23 | 0.56 |
| Hex | AA | 76 | 9C | 0 | 1F | 8 | 21 | 13C | 17 | 38 |
| Octal | 252 | 166 | 234 | 0 | 37 | 10 | 41 | 474 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10011100 | 0 | 11111 | 1000 | 100001 | 100111100 | 10111 | 111000 |
Color Harmonies of #AA769C
Complementary color
Monochromatic Colors of #AA769C
Black with #AA769C
Text Example
Text Example
White with #AA769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA769C; }
p { color: rgb(170,118,156); }
H1.HeaderClassName
{
color: #AA769C;
}
.AnyTagClassName
{
color: #AA769C;
}
</style>
background-color css
<style>
a { background-color: #AA769C; }
a { background-color: rgb(170,118,156); }
div.DivClassName
{
background-color: #AA769C;
}
.BgClassName
{
background-color: #AA769C;
}
</style>
border-color css
<style>
span { border-color: #AA769C; }
span { border-color: rgb(170,118,156); }
td.TdClassName
{
border-color: #AA769C;
}
.TagClassName
{
border-color: #AA769C;
}
</style>