Shades of Bouquet #AA7C92
Tints of Bouquet #AA7C92
RGB
CMYK
RGB Variations
Color information
#AA7C92 (or 0xAA7C92) is known color: Bouquet. HEX triplet: AA, 7C and 92. RGB value is (170,124,146). Sum of RGB (Red+Green+Blue) = 170+124+146=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7C92 is #55836D. Grayscale: #8C8C8C. Windows color (decimal): -5604206 or 9600170. OLE color: 9600170.
HSL color Cylindrical-coordinate representation of color #AA7C92: hue angle of 331.3º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA7C92 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 146 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.33 |
| HSL | 331.3º | 0.21% | 0.58% | - |
| HSV(B) | 331.3º | 0.27% | 0.67% | - |
| XYZ | 28.97 | 25.04 | 30.5 | - |
| YUV | 140.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 146 | 0 | 0.27 | 0.14 | 0.33 | 331.3 | 0.21 | 0.58 |
| Hex | AA | 7C | 92 | 0 | 1B | E | 21 | 14B | 15 | 3A |
| Octal | 252 | 174 | 222 | 0 | 33 | 16 | 41 | 513 | 25 | 72 |
| Binary | 10101010 | 1111100 | 10010010 | 0 | 11011 | 1110 | 100001 | 101001011 | 10101 | 111010 |
Color Harmonies of #AA7C92
Complementary color
Monochromatic Colors of #AA7C92
Black with #AA7C92
Text Example
Text Example
White with #AA7C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C92; }
p { color: rgb(170,124,146); }
H1.HeaderClassName
{
color: #AA7C92;
}
.AnyTagClassName
{
color: #AA7C92;
}
</style>
background-color css
<style>
a { background-color: #AA7C92; }
a { background-color: rgb(170,124,146); }
div.DivClassName
{
background-color: #AA7C92;
}
.BgClassName
{
background-color: #AA7C92;
}
</style>
border-color css
<style>
span { border-color: #AA7C92; }
span { border-color: rgb(170,124,146); }
td.TdClassName
{
border-color: #AA7C92;
}
.TagClassName
{
border-color: #AA7C92;
}
</style>