Shades of Bouquet #AA8B99
Tints of Bouquet #AA8B99
RGB
CMYK
RGB Variations
Color information
#AA8B99 (or 0xAA8B99) is known color: Bouquet. HEX triplet: AA, 8B and 99. RGB value is (170,139,153). Sum of RGB (Red+Green+Blue) = 170+139+153=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8B99 is #557466. Grayscale: #959595. Windows color (decimal): -5600359 or 10062762. OLE color: 10062762.
HSL color Cylindrical-coordinate representation of color #AA8B99: hue angle of 332.9º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8B99 is Cyan = 0, Magento = 0.18, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 153 | - |
| CMYK | 0 | 0.18 | 0.1 | 0.33 |
| HSL | 332.9º | 0.15% | 0.61% | - |
| HSV(B) | 332.9º | 0.18% | 0.67% | - |
| XYZ | 31.56 | 29.31 | 34.13 | - |
| YUV | 149.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 153 | 0 | 0.18 | 0.1 | 0.33 | 332.9 | 0.15 | 0.61 |
| Hex | AA | 8B | 99 | 0 | 12 | A | 21 | 14D | F | 3D |
| Octal | 252 | 213 | 231 | 0 | 22 | 12 | 41 | 515 | 17 | 75 |
| Binary | 10101010 | 10001011 | 10011001 | 0 | 10010 | 1010 | 100001 | 101001101 | 1111 | 111101 |
Color Harmonies of #AA8B99
Complementary color
Monochromatic Colors of #AA8B99
Black with #AA8B99
Text Example
Text Example
White with #AA8B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B99; }
p { color: rgb(170,139,153); }
H1.HeaderClassName
{
color: #AA8B99;
}
.AnyTagClassName
{
color: #AA8B99;
}
</style>
background-color css
<style>
a { background-color: #AA8B99; }
a { background-color: rgb(170,139,153); }
div.DivClassName
{
background-color: #AA8B99;
}
.BgClassName
{
background-color: #AA8B99;
}
</style>
border-color css
<style>
span { border-color: #AA8B99; }
span { border-color: rgb(170,139,153); }
td.TdClassName
{
border-color: #AA8B99;
}
.TagClassName
{
border-color: #AA8B99;
}
</style>