Shades of Bouquet #AD729D
Tints of Bouquet #AD729D
RGB
CMYK
RGB Variations
Color information
#AD729D (or 0xAD729D) is known color: Bouquet. HEX triplet: AD, 72 and 9D. RGB value is (173,114,157). Sum of RGB (Red+Green+Blue) = 173+114+157=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD729D is #528D62. Grayscale: #888888. Windows color (decimal): -5410147 or 10318509. OLE color: 10318509.
HSL color Cylindrical-coordinate representation of color #AD729D: hue angle of 316.27º 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 #AD729D is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 157 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.32 |
| HSL | 316.27º | 0.26% | 0.56% | - |
| HSV(B) | 316.27º | 0.34% | 0.68% | - |
| XYZ | 29.34 | 23.35 | 34.86 | - |
| YUV | 136.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 157 | 0 | 0.34 | 0.09 | 0.32 | 316.27 | 0.26 | 0.56 |
| Hex | AD | 72 | 9D | 0 | 22 | 9 | 20 | 13C | 1A | 38 |
| Octal | 255 | 162 | 235 | 0 | 42 | 11 | 40 | 474 | 32 | 70 |
| Binary | 10101101 | 1110010 | 10011101 | 0 | 100010 | 1001 | 100000 | 100111100 | 11010 | 111000 |
Color Harmonies of #AD729D
Complementary color
Monochromatic Colors of #AD729D
Black with #AD729D
Text Example
Text Example
White with #AD729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD729D; }
p { color: rgb(173,114,157); }
H1.HeaderClassName
{
color: #AD729D;
}
.AnyTagClassName
{
color: #AD729D;
}
</style>
background-color css
<style>
a { background-color: #AD729D; }
a { background-color: rgb(173,114,157); }
div.DivClassName
{
background-color: #AD729D;
}
.BgClassName
{
background-color: #AD729D;
}
</style>
border-color css
<style>
span { border-color: #AD729D; }
span { border-color: rgb(173,114,157); }
td.TdClassName
{
border-color: #AD729D;
}
.TagClassName
{
border-color: #AD729D;
}
</style>