Shades of Bouquet #AD7694
Tints of Bouquet #AD7694
RGB
CMYK
RGB Variations
Color information
#AD7694 (or 0xAD7694) is known color: Bouquet. HEX triplet: AD, 76 and 94. RGB value is (173,118,148). Sum of RGB (Red+Green+Blue) = 173+118+148=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7694 is #52896B. Grayscale: #898989. Windows color (decimal): -5409132 or 9729709. OLE color: 9729709.
HSL color Cylindrical-coordinate representation of color #AD7694: hue angle of 327.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7694 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 148 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.32 |
| HSL | 327.27º | 0.25% | 0.57% | - |
| HSV(B) | 327.27º | 0.32% | 0.68% | - |
| XYZ | 29.06 | 23.98 | 31.11 | - |
| YUV | 137.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 148 | 0 | 0.32 | 0.14 | 0.32 | 327.27 | 0.25 | 0.57 |
| Hex | AD | 76 | 94 | 0 | 20 | E | 20 | 147 | 19 | 39 |
| Octal | 255 | 166 | 224 | 0 | 40 | 16 | 40 | 507 | 31 | 71 |
| Binary | 10101101 | 1110110 | 10010100 | 0 | 100000 | 1110 | 100000 | 101000111 | 11001 | 111001 |
Color Harmonies of #AD7694
Complementary color
Monochromatic Colors of #AD7694
Black with #AD7694
Text Example
Text Example
White with #AD7694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7694; }
p { color: rgb(173,118,148); }
H1.HeaderClassName
{
color: #AD7694;
}
.AnyTagClassName
{
color: #AD7694;
}
</style>
background-color css
<style>
a { background-color: #AD7694; }
a { background-color: rgb(173,118,148); }
div.DivClassName
{
background-color: #AD7694;
}
.BgClassName
{
background-color: #AD7694;
}
</style>
border-color css
<style>
span { border-color: #AD7694; }
span { border-color: rgb(173,118,148); }
td.TdClassName
{
border-color: #AD7694;
}
.TagClassName
{
border-color: #AD7694;
}
</style>