Shades of Bouquet #AA77A2
Tints of Bouquet #AA77A2
RGB
CMYK
RGB Variations
Color information
#AA77A2 (or 0xAA77A2) is known color: Bouquet. HEX triplet: AA, 77 and A2. RGB value is (170,119,162). Sum of RGB (Red+Green+Blue) = 170+119+162=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA77A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA77A2 is #55885D. Grayscale: #8B8B8B. Windows color (decimal): -5605470 or 10647466. OLE color: 10647466.
HSL color Cylindrical-coordinate representation of color #AA77A2: hue angle of 309.41º 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 #AA77A2 is Cyan = 0, Magento = 0.3, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 162 | - |
| CMYK | 0 | 0.3 | 0.05 | 0.33 |
| HSL | 309.41º | 0.23% | 0.57% | - |
| HSV(B) | 309.41º | 0.3% | 0.67% | - |
| XYZ | 29.7 | 24.35 | 37.32 | - |
| YUV | 139.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 162 | 0 | 0.3 | 0.05 | 0.33 | 309.41 | 0.23 | 0.57 |
| Hex | AA | 77 | A2 | 0 | 1E | 5 | 21 | 135 | 17 | 39 |
| Octal | 252 | 167 | 242 | 0 | 36 | 5 | 41 | 465 | 27 | 71 |
| Binary | 10101010 | 1110111 | 10100010 | 0 | 11110 | 101 | 100001 | 100110101 | 10111 | 111001 |
Color Harmonies of #AA77A2
Complementary color
Monochromatic Colors of #AA77A2
Black with #AA77A2
Text Example
Text Example
White with #AA77A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77A2; }
p { color: rgb(170,119,162); }
H1.HeaderClassName
{
color: #AA77A2;
}
.AnyTagClassName
{
color: #AA77A2;
}
</style>
background-color css
<style>
a { background-color: #AA77A2; }
a { background-color: rgb(170,119,162); }
div.DivClassName
{
background-color: #AA77A2;
}
.BgClassName
{
background-color: #AA77A2;
}
</style>
border-color css
<style>
span { border-color: #AA77A2; }
span { border-color: rgb(170,119,162); }
td.TdClassName
{
border-color: #AA77A2;
}
.TagClassName
{
border-color: #AA77A2;
}
</style>