Shades of Bouquet #AA7995
Tints of Bouquet #AA7995
RGB
CMYK
RGB Variations
Color information
#AA7995 (or 0xAA7995) is known color: Bouquet. HEX triplet: AA, 79 and 95. RGB value is (170,121,149). Sum of RGB (Red+Green+Blue) = 170+121+149=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7995 is #55866A. Grayscale: #8A8A8A. Windows color (decimal): -5604971 or 9796010. OLE color: 9796010.
HSL color Cylindrical-coordinate representation of color #AA7995: hue angle of 325.71º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7995 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 149 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.33 |
| HSL | 325.71º | 0.22% | 0.57% | - |
| HSV(B) | 325.71º | 0.29% | 0.67% | - |
| XYZ | 28.84 | 24.39 | 31.62 | - |
| YUV | 138.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 149 | 0 | 0.29 | 0.12 | 0.33 | 325.71 | 0.22 | 0.57 |
| Hex | AA | 79 | 95 | 0 | 1D | C | 21 | 146 | 16 | 39 |
| Octal | 252 | 171 | 225 | 0 | 35 | 14 | 41 | 506 | 26 | 71 |
| Binary | 10101010 | 1111001 | 10010101 | 0 | 11101 | 1100 | 100001 | 101000110 | 10110 | 111001 |
Color Harmonies of #AA7995
Complementary color
Monochromatic Colors of #AA7995
Black with #AA7995
Text Example
Text Example
White with #AA7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7995; }
p { color: rgb(170,121,149); }
H1.HeaderClassName
{
color: #AA7995;
}
.AnyTagClassName
{
color: #AA7995;
}
</style>
background-color css
<style>
a { background-color: #AA7995; }
a { background-color: rgb(170,121,149); }
div.DivClassName
{
background-color: #AA7995;
}
.BgClassName
{
background-color: #AA7995;
}
</style>
border-color css
<style>
span { border-color: #AA7995; }
span { border-color: rgb(170,121,149); }
td.TdClassName
{
border-color: #AA7995;
}
.TagClassName
{
border-color: #AA7995;
}
</style>