Shades of Bouquet #AD889E
Tints of Bouquet #AD889E
RGB
CMYK
RGB Variations
Color information
#AD889E (or 0xAD889E) is known color: Bouquet. HEX triplet: AD, 88 and 9E. RGB value is (173,136,158). Sum of RGB (Red+Green+Blue) = 173+136+158=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD889E is #527761. Grayscale: #959595. Windows color (decimal): -5404514 or 10389677. OLE color: 10389677.
HSL color Cylindrical-coordinate representation of color #AD889E: hue angle of 324.32º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD889E is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 158 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.32 |
| HSL | 324.32º | 0.18% | 0.61% | - |
| HSV(B) | 324.32º | 0.21% | 0.68% | - |
| XYZ | 32.21 | 28.96 | 36.24 | - |
| YUV | 149.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 158 | 0 | 0.21 | 0.09 | 0.32 | 324.32 | 0.18 | 0.61 |
| Hex | AD | 88 | 9E | 0 | 15 | 9 | 20 | 144 | 12 | 3D |
| Octal | 255 | 210 | 236 | 0 | 25 | 11 | 40 | 504 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10011110 | 0 | 10101 | 1001 | 100000 | 101000100 | 10010 | 111101 |
Color Harmonies of #AD889E
Complementary color
Monochromatic Colors of #AD889E
Black with #AD889E
Text Example
Text Example
White with #AD889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD889E; }
p { color: rgb(173,136,158); }
H1.HeaderClassName
{
color: #AD889E;
}
.AnyTagClassName
{
color: #AD889E;
}
</style>
background-color css
<style>
a { background-color: #AD889E; }
a { background-color: rgb(173,136,158); }
div.DivClassName
{
background-color: #AD889E;
}
.BgClassName
{
background-color: #AD889E;
}
</style>
border-color css
<style>
span { border-color: #AD889E; }
span { border-color: rgb(173,136,158); }
td.TdClassName
{
border-color: #AD889E;
}
.TagClassName
{
border-color: #AD889E;
}
</style>