Shades of Bouquet #AA7396
Tints of Bouquet #AA7396
RGB
CMYK
RGB Variations
Color information
#AA7396 (or 0xAA7396) is known color: Bouquet. HEX triplet: AA, 73 and 96. RGB value is (170,115,150). Sum of RGB (Red+Green+Blue) = 170+115+150=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7396 is #558C69. Grayscale: #878787. Windows color (decimal): -5606506 or 9860010. OLE color: 9860010.
HSL color Cylindrical-coordinate representation of color #AA7396: hue angle of 321.82º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7396 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 150 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.33 |
| HSL | 321.82º | 0.24% | 0.56% | - |
| HSV(B) | 321.82º | 0.32% | 0.67% | - |
| XYZ | 28.21 | 23.01 | 31.81 | - |
| YUV | 135.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 150 | 0 | 0.32 | 0.12 | 0.33 | 321.82 | 0.24 | 0.56 |
| Hex | AA | 73 | 96 | 0 | 20 | C | 21 | 142 | 18 | 38 |
| Octal | 252 | 163 | 226 | 0 | 40 | 14 | 41 | 502 | 30 | 70 |
| Binary | 10101010 | 1110011 | 10010110 | 0 | 100000 | 1100 | 100001 | 101000010 | 11000 | 111000 |
Color Harmonies of #AA7396
Complementary color
Monochromatic Colors of #AA7396
Black with #AA7396
Text Example
Text Example
White with #AA7396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7396; }
p { color: rgb(170,115,150); }
H1.HeaderClassName
{
color: #AA7396;
}
.AnyTagClassName
{
color: #AA7396;
}
</style>
background-color css
<style>
a { background-color: #AA7396; }
a { background-color: rgb(170,115,150); }
div.DivClassName
{
background-color: #AA7396;
}
.BgClassName
{
background-color: #AA7396;
}
</style>
border-color css
<style>
span { border-color: #AA7396; }
span { border-color: rgb(170,115,150); }
td.TdClassName
{
border-color: #AA7396;
}
.TagClassName
{
border-color: #AA7396;
}
</style>