Shades of Bouquet #AD859F
Tints of Bouquet #AD859F
RGB
CMYK
RGB Variations
Color information
#AD859F (or 0xAD859F) is known color: Bouquet. HEX triplet: AD, 85 and 9F. RGB value is (173,133,159). Sum of RGB (Red+Green+Blue) = 173+133+159=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD859F is #527A60. Grayscale: #939393. Windows color (decimal): -5405281 or 10454445. OLE color: 10454445.
HSL color Cylindrical-coordinate representation of color #AD859F: hue angle of 321º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD859F is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 159 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.32 |
| HSL | 321º | 0.2% | 0.6% | - |
| HSV(B) | 321º | 0.23% | 0.68% | - |
| XYZ | 31.88 | 28.16 | 36.56 | - |
| YUV | 147.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 159 | 0 | 0.23 | 0.08 | 0.32 | 321 | 0.2 | 0.6 |
| Hex | AD | 85 | 9F | 0 | 17 | 8 | 20 | 141 | 14 | 3C |
| Octal | 255 | 205 | 237 | 0 | 27 | 10 | 40 | 501 | 24 | 74 |
| Binary | 10101101 | 10000101 | 10011111 | 0 | 10111 | 1000 | 100000 | 101000001 | 10100 | 111100 |
Color Harmonies of #AD859F
Complementary color
Monochromatic Colors of #AD859F
Black with #AD859F
Text Example
Text Example
White with #AD859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD859F; }
p { color: rgb(173,133,159); }
H1.HeaderClassName
{
color: #AD859F;
}
.AnyTagClassName
{
color: #AD859F;
}
</style>
background-color css
<style>
a { background-color: #AD859F; }
a { background-color: rgb(173,133,159); }
div.DivClassName
{
background-color: #AD859F;
}
.BgClassName
{
background-color: #AD859F;
}
</style>
border-color css
<style>
span { border-color: #AD859F; }
span { border-color: rgb(173,133,159); }
td.TdClassName
{
border-color: #AD859F;
}
.TagClassName
{
border-color: #AD859F;
}
</style>