Shades of Bouquet #AA7890
Tints of Bouquet #AA7890
RGB
CMYK
RGB Variations
Color information
#AA7890 (or 0xAA7890) is known color: Bouquet. HEX triplet: AA, 78 and 90. RGB value is (170,120,144). Sum of RGB (Red+Green+Blue) = 170+120+144=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7890 is #55876F. Grayscale: #898989. Windows color (decimal): -5605232 or 9468074. OLE color: 9468074.
HSL color Cylindrical-coordinate representation of color #AA7890: hue angle of 331.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7890 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 144 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.33 |
| HSL | 331.2º | 0.23% | 0.57% | - |
| HSV(B) | 331.2º | 0.29% | 0.67% | - |
| XYZ | 28.33 | 23.99 | 29.52 | - |
| YUV | 137.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 144 | 0 | 0.29 | 0.15 | 0.33 | 331.2 | 0.23 | 0.57 |
| Hex | AA | 78 | 90 | 0 | 1D | F | 21 | 14B | 17 | 39 |
| Octal | 252 | 170 | 220 | 0 | 35 | 17 | 41 | 513 | 27 | 71 |
| Binary | 10101010 | 1111000 | 10010000 | 0 | 11101 | 1111 | 100001 | 101001011 | 10111 | 111001 |
Color Harmonies of #AA7890
Complementary color
Monochromatic Colors of #AA7890
Black with #AA7890
Text Example
Text Example
White with #AA7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7890; }
p { color: rgb(170,120,144); }
H1.HeaderClassName
{
color: #AA7890;
}
.AnyTagClassName
{
color: #AA7890;
}
</style>
background-color css
<style>
a { background-color: #AA7890; }
a { background-color: rgb(170,120,144); }
div.DivClassName
{
background-color: #AA7890;
}
.BgClassName
{
background-color: #AA7890;
}
</style>
border-color css
<style>
span { border-color: #AA7890; }
span { border-color: rgb(170,120,144); }
td.TdClassName
{
border-color: #AA7890;
}
.TagClassName
{
border-color: #AA7890;
}
</style>