Shades of Bouquet #AA879C
Tints of Bouquet #AA879C
RGB
CMYK
RGB Variations
Color information
#AA879C (or 0xAA879C) is known color: Bouquet. HEX triplet: AA, 87 and 9C. RGB value is (170,135,156). Sum of RGB (Red+Green+Blue) = 170+135+156=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA879C is #557863. Grayscale: #939393. Windows color (decimal): -5601380 or 10258346. OLE color: 10258346.
HSL color Cylindrical-coordinate representation of color #AA879C: hue angle of 324º 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 #AA879C is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 156 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.33 |
| HSL | 324º | 0.17% | 0.6% | - |
| HSV(B) | 324º | 0.21% | 0.67% | - |
| XYZ | 31.24 | 28.27 | 35.26 | - |
| YUV | 147.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 156 | 0 | 0.21 | 0.08 | 0.33 | 324 | 0.17 | 0.6 |
| Hex | AA | 87 | 9C | 0 | 15 | 8 | 21 | 144 | 11 | 3C |
| Octal | 252 | 207 | 234 | 0 | 25 | 10 | 41 | 504 | 21 | 74 |
| Binary | 10101010 | 10000111 | 10011100 | 0 | 10101 | 1000 | 100001 | 101000100 | 10001 | 111100 |
Color Harmonies of #AA879C
Complementary color
Monochromatic Colors of #AA879C
Black with #AA879C
Text Example
Text Example
White with #AA879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA879C; }
p { color: rgb(170,135,156); }
H1.HeaderClassName
{
color: #AA879C;
}
.AnyTagClassName
{
color: #AA879C;
}
</style>
background-color css
<style>
a { background-color: #AA879C; }
a { background-color: rgb(170,135,156); }
div.DivClassName
{
background-color: #AA879C;
}
.BgClassName
{
background-color: #AA879C;
}
</style>
border-color css
<style>
span { border-color: #AA879C; }
span { border-color: rgb(170,135,156); }
td.TdClassName
{
border-color: #AA879C;
}
.TagClassName
{
border-color: #AA879C;
}
</style>