Shades of Bouquet #AA869C
Tints of Bouquet #AA869C
RGB
CMYK
RGB Variations
Color information
#AA869C (or 0xAA869C) is known color: Bouquet. HEX triplet: AA, 86 and 9C. RGB value is (170,134,156). Sum of RGB (Red+Green+Blue) = 170+134+156=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA869C is #557963. Grayscale: #939393. Windows color (decimal): -5601636 or 10258090. OLE color: 10258090.
HSL color Cylindrical-coordinate representation of color #AA869C: hue angle of 323.33º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA869C is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 156 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.33 |
| HSL | 323.33º | 0.17% | 0.6% | - |
| HSV(B) | 323.33º | 0.21% | 0.67% | - |
| XYZ | 31.1 | 28 | 35.22 | - |
| YUV | 147.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 156 | 0 | 0.21 | 0.08 | 0.33 | 323.33 | 0.17 | 0.6 |
| Hex | AA | 86 | 9C | 0 | 15 | 8 | 21 | 143 | 11 | 3C |
| Octal | 252 | 206 | 234 | 0 | 25 | 10 | 41 | 503 | 21 | 74 |
| Binary | 10101010 | 10000110 | 10011100 | 0 | 10101 | 1000 | 100001 | 101000011 | 10001 | 111100 |
Color Harmonies of #AA869C
Complementary color
Monochromatic Colors of #AA869C
Black with #AA869C
Text Example
Text Example
White with #AA869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA869C; }
p { color: rgb(170,134,156); }
H1.HeaderClassName
{
color: #AA869C;
}
.AnyTagClassName
{
color: #AA869C;
}
</style>
background-color css
<style>
a { background-color: #AA869C; }
a { background-color: rgb(170,134,156); }
div.DivClassName
{
background-color: #AA869C;
}
.BgClassName
{
background-color: #AA869C;
}
</style>
border-color css
<style>
span { border-color: #AA869C; }
span { border-color: rgb(170,134,156); }
td.TdClassName
{
border-color: #AA869C;
}
.TagClassName
{
border-color: #AA869C;
}
</style>