Shades of Bouquet #AA7C9C
Tints of Bouquet #AA7C9C
RGB
CMYK
RGB Variations
Color information
#AA7C9C (or 0xAA7C9C) is known color: Bouquet. HEX triplet: AA, 7C and 9C. RGB value is (170,124,156). Sum of RGB (Red+Green+Blue) = 170+124+156=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7C9C is #558363. Grayscale: #8D8D8D. Windows color (decimal): -5604196 or 10255530. OLE color: 10255530.
HSL color Cylindrical-coordinate representation of color #AA7C9C: hue angle of 318.26º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA7C9C is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 156 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.33 |
| HSL | 318.26º | 0.21% | 0.58% | - |
| HSV(B) | 318.26º | 0.27% | 0.67% | - |
| XYZ | 29.79 | 25.36 | 34.78 | - |
| YUV | 141.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 156 | 0 | 0.27 | 0.08 | 0.33 | 318.26 | 0.21 | 0.58 |
| Hex | AA | 7C | 9C | 0 | 1B | 8 | 21 | 13E | 15 | 3A |
| Octal | 252 | 174 | 234 | 0 | 33 | 10 | 41 | 476 | 25 | 72 |
| Binary | 10101010 | 1111100 | 10011100 | 0 | 11011 | 1000 | 100001 | 100111110 | 10101 | 111010 |
Color Harmonies of #AA7C9C
Complementary color
Monochromatic Colors of #AA7C9C
Black with #AA7C9C
Text Example
Text Example
White with #AA7C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C9C; }
p { color: rgb(170,124,156); }
H1.HeaderClassName
{
color: #AA7C9C;
}
.AnyTagClassName
{
color: #AA7C9C;
}
</style>
background-color css
<style>
a { background-color: #AA7C9C; }
a { background-color: rgb(170,124,156); }
div.DivClassName
{
background-color: #AA7C9C;
}
.BgClassName
{
background-color: #AA7C9C;
}
</style>
border-color css
<style>
span { border-color: #AA7C9C; }
span { border-color: rgb(170,124,156); }
td.TdClassName
{
border-color: #AA7C9C;
}
.TagClassName
{
border-color: #AA7C9C;
}
</style>