Shades of Bouquet #AA7596
Tints of Bouquet #AA7596
RGB
CMYK
RGB Variations
Color information
#AA7596 (or 0xAA7596) is known color: Bouquet. HEX triplet: AA, 75 and 96. RGB value is (170,117,150). Sum of RGB (Red+Green+Blue) = 170+117+150=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7596 is #558A69. Grayscale: #888888. Windows color (decimal): -5605994 or 9860522. OLE color: 9860522.
HSL color Cylindrical-coordinate representation of color #AA7596: hue angle of 322.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7596 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 150 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.33 |
| HSL | 322.64º | 0.24% | 0.56% | - |
| HSV(B) | 322.64º | 0.31% | 0.67% | - |
| XYZ | 28.44 | 23.47 | 31.89 | - |
| YUV | 136.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 150 | 0 | 0.31 | 0.12 | 0.33 | 322.64 | 0.24 | 0.56 |
| Hex | AA | 75 | 96 | 0 | 1F | C | 21 | 143 | 18 | 38 |
| Octal | 252 | 165 | 226 | 0 | 37 | 14 | 41 | 503 | 30 | 70 |
| Binary | 10101010 | 1110101 | 10010110 | 0 | 11111 | 1100 | 100001 | 101000011 | 11000 | 111000 |
Color Harmonies of #AA7596
Complementary color
Monochromatic Colors of #AA7596
Black with #AA7596
Text Example
Text Example
White with #AA7596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7596; }
p { color: rgb(170,117,150); }
H1.HeaderClassName
{
color: #AA7596;
}
.AnyTagClassName
{
color: #AA7596;
}
</style>
background-color css
<style>
a { background-color: #AA7596; }
a { background-color: rgb(170,117,150); }
div.DivClassName
{
background-color: #AA7596;
}
.BgClassName
{
background-color: #AA7596;
}
</style>
border-color css
<style>
span { border-color: #AA7596; }
span { border-color: rgb(170,117,150); }
td.TdClassName
{
border-color: #AA7596;
}
.TagClassName
{
border-color: #AA7596;
}
</style>