Shades of Bouquet #AD849F
Tints of Bouquet #AD849F
RGB
CMYK
RGB Variations
Color information
#AD849F (or 0xAD849F) is known color: Bouquet. HEX triplet: AD, 84 and 9F. RGB value is (173,132,159). Sum of RGB (Red+Green+Blue) = 173+132+159=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD849F is #527B60. Grayscale: #939393. Windows color (decimal): -5405537 or 10454189. OLE color: 10454189.
HSL color Cylindrical-coordinate representation of color #AD849F: hue angle of 320.49º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD849F is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 159 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.32 |
| HSL | 320.49º | 0.2% | 0.6% | - |
| HSV(B) | 320.49º | 0.24% | 0.68% | - |
| XYZ | 31.74 | 27.89 | 36.51 | - |
| YUV | 147.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 159 | 0 | 0.24 | 0.08 | 0.32 | 320.49 | 0.2 | 0.6 |
| Hex | AD | 84 | 9F | 0 | 18 | 8 | 20 | 140 | 14 | 3C |
| Octal | 255 | 204 | 237 | 0 | 30 | 10 | 40 | 500 | 24 | 74 |
| Binary | 10101101 | 10000100 | 10011111 | 0 | 11000 | 1000 | 100000 | 101000000 | 10100 | 111100 |
Color Harmonies of #AD849F
Complementary color
Monochromatic Colors of #AD849F
Black with #AD849F
Text Example
Text Example
White with #AD849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD849F; }
p { color: rgb(173,132,159); }
H1.HeaderClassName
{
color: #AD849F;
}
.AnyTagClassName
{
color: #AD849F;
}
</style>
background-color css
<style>
a { background-color: #AD849F; }
a { background-color: rgb(173,132,159); }
div.DivClassName
{
background-color: #AD849F;
}
.BgClassName
{
background-color: #AD849F;
}
</style>
border-color css
<style>
span { border-color: #AD849F; }
span { border-color: rgb(173,132,159); }
td.TdClassName
{
border-color: #AD849F;
}
.TagClassName
{
border-color: #AD849F;
}
</style>