Shades of Bouquet #AD859E
Tints of Bouquet #AD859E
RGB
CMYK
RGB Variations
Color information
#AD859E (or 0xAD859E) is known color: Bouquet. HEX triplet: AD, 85 and 9E. RGB value is (173,133,158). Sum of RGB (Red+Green+Blue) = 173+133+158=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD859E is #527A61. Grayscale: #939393. Windows color (decimal): -5405282 or 10388909. OLE color: 10388909.
HSL color Cylindrical-coordinate representation of color #AD859E: hue angle of 322.5º 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 #AD859E is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 158 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.32 |
| HSL | 322.5º | 0.2% | 0.6% | - |
| HSV(B) | 322.5º | 0.23% | 0.68% | - |
| XYZ | 31.79 | 28.13 | 36.1 | - |
| YUV | 147.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 158 | 0 | 0.23 | 0.09 | 0.32 | 322.5 | 0.2 | 0.6 |
| Hex | AD | 85 | 9E | 0 | 17 | 9 | 20 | 142 | 14 | 3C |
| Octal | 255 | 205 | 236 | 0 | 27 | 11 | 40 | 502 | 24 | 74 |
| Binary | 10101101 | 10000101 | 10011110 | 0 | 10111 | 1001 | 100000 | 101000010 | 10100 | 111100 |
Color Harmonies of #AD859E
Complementary color
Monochromatic Colors of #AD859E
Black with #AD859E
Text Example
Text Example
White with #AD859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD859E; }
p { color: rgb(173,133,158); }
H1.HeaderClassName
{
color: #AD859E;
}
.AnyTagClassName
{
color: #AD859E;
}
</style>
background-color css
<style>
a { background-color: #AD859E; }
a { background-color: rgb(173,133,158); }
div.DivClassName
{
background-color: #AD859E;
}
.BgClassName
{
background-color: #AD859E;
}
</style>
border-color css
<style>
span { border-color: #AD859E; }
span { border-color: rgb(173,133,158); }
td.TdClassName
{
border-color: #AD859E;
}
.TagClassName
{
border-color: #AD859E;
}
</style>