Shades of Bouquet #AD739B
Tints of Bouquet #AD739B
RGB
CMYK
RGB Variations
Color information
#AD739B (or 0xAD739B) is known color: Bouquet. HEX triplet: AD, 73 and 9B. RGB value is (173,115,155). Sum of RGB (Red+Green+Blue) = 173+115+155=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD739B is #528C64. Grayscale: #888888. Windows color (decimal): -5409893 or 10187693. OLE color: 10187693.
HSL color Cylindrical-coordinate representation of color #AD739B: hue angle of 318.62º 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 #AD739B is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 155 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.32 |
| HSL | 318.62º | 0.26% | 0.56% | - |
| HSV(B) | 318.62º | 0.34% | 0.68% | - |
| XYZ | 29.28 | 23.51 | 34.01 | - |
| YUV | 136.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 155 | 0 | 0.34 | 0.10 | 0.32 | 318.62 | 0.26 | 0.56 |
| Hex | AD | 73 | 9B | 0 | 22 | A | 20 | 13F | 1A | 38 |
| Octal | 255 | 163 | 233 | 0 | 42 | 12 | 40 | 477 | 32 | 70 |
| Binary | 10101101 | 1110011 | 10011011 | 0 | 100010 | 1010 | 100000 | 100111111 | 11010 | 111000 |
Color Harmonies of #AD739B
Complementary color
Monochromatic Colors of #AD739B
Black with #AD739B
Text Example
Text Example
White with #AD739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD739B; }
p { color: rgb(173,115,155); }
H1.HeaderClassName
{
color: #AD739B;
}
.AnyTagClassName
{
color: #AD739B;
}
</style>
background-color css
<style>
a { background-color: #AD739B; }
a { background-color: rgb(173,115,155); }
div.DivClassName
{
background-color: #AD739B;
}
.BgClassName
{
background-color: #AD739B;
}
</style>
border-color css
<style>
span { border-color: #AD739B; }
span { border-color: rgb(173,115,155); }
td.TdClassName
{
border-color: #AD739B;
}
.TagClassName
{
border-color: #AD739B;
}
</style>