Shades of Bouquet #AA8A9B
Tints of Bouquet #AA8A9B
RGB
CMYK
RGB Variations
Color information
#AA8A9B (or 0xAA8A9B) is known color: Bouquet. HEX triplet: AA, 8A and 9B. RGB value is (170,138,155). Sum of RGB (Red+Green+Blue) = 170+138+155=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8A9B is #557564. Grayscale: #959595. Windows color (decimal): -5600613 or 10193578. OLE color: 10193578.
HSL color Cylindrical-coordinate representation of color #AA8A9B: hue angle of 328.12º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA8A9B is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 155 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.33 |
| HSL | 328.13º | 0.16% | 0.6% | - |
| HSV(B) | 328.13º | 0.19% | 0.67% | - |
| XYZ | 31.58 | 29.09 | 34.96 | - |
| YUV | 149.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 155 | 0 | 0.19 | 0.09 | 0.33 | 328.13 | 0.16 | 0.6 |
| Hex | AA | 8A | 9B | 0 | 13 | 9 | 21 | 148 | 10 | 3C |
| Octal | 252 | 212 | 233 | 0 | 23 | 11 | 41 | 510 | 20 | 74 |
| Binary | 10101010 | 10001010 | 10011011 | 0 | 10011 | 1001 | 100001 | 101001000 | 10000 | 111100 |
Color Harmonies of #AA8A9B
Complementary color
Monochromatic Colors of #AA8A9B
Black with #AA8A9B
Text Example
Text Example
White with #AA8A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A9B; }
p { color: rgb(170,138,155); }
H1.HeaderClassName
{
color: #AA8A9B;
}
.AnyTagClassName
{
color: #AA8A9B;
}
</style>
background-color css
<style>
a { background-color: #AA8A9B; }
a { background-color: rgb(170,138,155); }
div.DivClassName
{
background-color: #AA8A9B;
}
.BgClassName
{
background-color: #AA8A9B;
}
</style>
border-color css
<style>
span { border-color: #AA8A9B; }
span { border-color: rgb(170,138,155); }
td.TdClassName
{
border-color: #AA8A9B;
}
.TagClassName
{
border-color: #AA8A9B;
}
</style>