Shades of Bouquet #AD7797
Tints of Bouquet #AD7797
RGB
CMYK
RGB Variations
Color information
#AD7797 (or 0xAD7797) is known color: Bouquet. HEX triplet: AD, 77 and 97. RGB value is (173,119,151). Sum of RGB (Red+Green+Blue) = 173+119+151=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7797 is #528868. Grayscale: #8A8A8A. Windows color (decimal): -5408873 or 9926573. OLE color: 9926573.
HSL color Cylindrical-coordinate representation of color #AD7797: hue angle of 324.44º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD7797 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 151 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.32 |
| HSL | 324.44º | 0.25% | 0.57% | - |
| HSV(B) | 324.44º | 0.31% | 0.68% | - |
| XYZ | 29.42 | 24.31 | 32.42 | - |
| YUV | 138.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 151 | 0 | 0.31 | 0.13 | 0.32 | 324.44 | 0.25 | 0.57 |
| Hex | AD | 77 | 97 | 0 | 1F | D | 20 | 144 | 19 | 39 |
| Octal | 255 | 167 | 227 | 0 | 37 | 15 | 40 | 504 | 31 | 71 |
| Binary | 10101101 | 1110111 | 10010111 | 0 | 11111 | 1101 | 100000 | 101000100 | 11001 | 111001 |
Color Harmonies of #AD7797
Complementary color
Monochromatic Colors of #AD7797
Black with #AD7797
Text Example
Text Example
White with #AD7797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7797; }
p { color: rgb(173,119,151); }
H1.HeaderClassName
{
color: #AD7797;
}
.AnyTagClassName
{
color: #AD7797;
}
</style>
background-color css
<style>
a { background-color: #AD7797; }
a { background-color: rgb(173,119,151); }
div.DivClassName
{
background-color: #AD7797;
}
.BgClassName
{
background-color: #AD7797;
}
</style>
border-color css
<style>
span { border-color: #AD7797; }
span { border-color: rgb(173,119,151); }
td.TdClassName
{
border-color: #AD7797;
}
.TagClassName
{
border-color: #AD7797;
}
</style>