Shades of Bouquet #AA879F
Tints of Bouquet #AA879F
RGB
CMYK
RGB Variations
Color information
#AA879F (or 0xAA879F) is known color: Bouquet. HEX triplet: AA, 87 and 9F. RGB value is (170,135,159). Sum of RGB (Red+Green+Blue) = 170+135+159=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA879F is #557860. Grayscale: #949494. Windows color (decimal): -5601377 or 10454954. OLE color: 10454954.
HSL color Cylindrical-coordinate representation of color #AA879F: hue angle of 318.86º 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 #AA879F is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 159 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.33 |
| HSL | 318.86º | 0.17% | 0.6% | - |
| HSV(B) | 318.86º | 0.21% | 0.67% | - |
| XYZ | 31.5 | 28.38 | 36.62 | - |
| YUV | 148.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 159 | 0 | 0.21 | 0.06 | 0.33 | 318.86 | 0.17 | 0.6 |
| Hex | AA | 87 | 9F | 0 | 15 | 6 | 21 | 13F | 11 | 3C |
| Octal | 252 | 207 | 237 | 0 | 25 | 6 | 41 | 477 | 21 | 74 |
| Binary | 10101010 | 10000111 | 10011111 | 0 | 10101 | 110 | 100001 | 100111111 | 10001 | 111100 |
Color Harmonies of #AA879F
Complementary color
Monochromatic Colors of #AA879F
Black with #AA879F
Text Example
Text Example
White with #AA879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA879F; }
p { color: rgb(170,135,159); }
H1.HeaderClassName
{
color: #AA879F;
}
.AnyTagClassName
{
color: #AA879F;
}
</style>
background-color css
<style>
a { background-color: #AA879F; }
a { background-color: rgb(170,135,159); }
div.DivClassName
{
background-color: #AA879F;
}
.BgClassName
{
background-color: #AA879F;
}
</style>
border-color css
<style>
span { border-color: #AA879F; }
span { border-color: rgb(170,135,159); }
td.TdClassName
{
border-color: #AA879F;
}
.TagClassName
{
border-color: #AA879F;
}
</style>