Shades of Bouquet #AA8099
Tints of Bouquet #AA8099
RGB
CMYK
RGB Variations
Color information
#AA8099 (or 0xAA8099) is known color: Bouquet. HEX triplet: AA, 80 and 99. RGB value is (170,128,153). Sum of RGB (Red+Green+Blue) = 170+128+153=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8099 is #557F66. Grayscale: #8F8F8F. Windows color (decimal): -5603175 or 10059946. OLE color: 10059946.
HSL color Cylindrical-coordinate representation of color #AA8099: hue angle of 324.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA8099 is Cyan = 0, Magento = 0.25, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 153 | - |
| CMYK | 0 | 0.25 | 0.1 | 0.33 |
| HSL | 324.29º | 0.2% | 0.58% | - |
| HSV(B) | 324.29º | 0.25% | 0.67% | - |
| XYZ | 30.05 | 26.28 | 33.63 | - |
| YUV | 143.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 153 | 0 | 0.25 | 0.1 | 0.33 | 324.29 | 0.2 | 0.58 |
| Hex | AA | 80 | 99 | 0 | 19 | A | 21 | 144 | 14 | 3A |
| Octal | 252 | 200 | 231 | 0 | 31 | 12 | 41 | 504 | 24 | 72 |
| Binary | 10101010 | 10000000 | 10011001 | 0 | 11001 | 1010 | 100001 | 101000100 | 10100 | 111010 |
Color Harmonies of #AA8099
Complementary color
Monochromatic Colors of #AA8099
Black with #AA8099
Text Example
Text Example
White with #AA8099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8099; }
p { color: rgb(170,128,153); }
H1.HeaderClassName
{
color: #AA8099;
}
.AnyTagClassName
{
color: #AA8099;
}
</style>
background-color css
<style>
a { background-color: #AA8099; }
a { background-color: rgb(170,128,153); }
div.DivClassName
{
background-color: #AA8099;
}
.BgClassName
{
background-color: #AA8099;
}
</style>
border-color css
<style>
span { border-color: #AA8099; }
span { border-color: rgb(170,128,153); }
td.TdClassName
{
border-color: #AA8099;
}
.TagClassName
{
border-color: #AA8099;
}
</style>