Shades of Bouquet #AD7396
Tints of Bouquet #AD7396
RGB
CMYK
RGB Variations
Color information
#AD7396 (or 0xAD7396) is known color: Bouquet. HEX triplet: AD, 73 and 96. RGB value is (173,115,150). Sum of RGB (Red+Green+Blue) = 173+115+150=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7396 is #528C69. Grayscale: #888888. Windows color (decimal): -5409898 or 9860013. OLE color: 9860013.
HSL color Cylindrical-coordinate representation of color #AD7396: hue angle of 323.79º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD7396 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 150 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.32 |
| HSL | 323.79º | 0.26% | 0.56% | - |
| HSV(B) | 323.79º | 0.34% | 0.68% | - |
| XYZ | 28.87 | 23.35 | 31.84 | - |
| YUV | 136.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 150 | 0 | 0.34 | 0.13 | 0.32 | 323.79 | 0.26 | 0.56 |
| Hex | AD | 73 | 96 | 0 | 22 | D | 20 | 144 | 1A | 38 |
| Octal | 255 | 163 | 226 | 0 | 42 | 15 | 40 | 504 | 32 | 70 |
| Binary | 10101101 | 1110011 | 10010110 | 0 | 100010 | 1101 | 100000 | 101000100 | 11010 | 111000 |
Color Harmonies of #AD7396
Complementary color
Monochromatic Colors of #AD7396
Black with #AD7396
Text Example
Text Example
White with #AD7396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7396; }
p { color: rgb(173,115,150); }
H1.HeaderClassName
{
color: #AD7396;
}
.AnyTagClassName
{
color: #AD7396;
}
</style>
background-color css
<style>
a { background-color: #AD7396; }
a { background-color: rgb(173,115,150); }
div.DivClassName
{
background-color: #AD7396;
}
.BgClassName
{
background-color: #AD7396;
}
</style>
border-color css
<style>
span { border-color: #AD7396; }
span { border-color: rgb(173,115,150); }
td.TdClassName
{
border-color: #AD7396;
}
.TagClassName
{
border-color: #AD7396;
}
</style>