Shades of Bouquet #AD889D
Tints of Bouquet #AD889D
RGB
CMYK
RGB Variations
Color information
#AD889D (or 0xAD889D) is known color: Bouquet. HEX triplet: AD, 88 and 9D. RGB value is (173,136,157). Sum of RGB (Red+Green+Blue) = 173+136+157=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD889D is #527762. Grayscale: #959595. Windows color (decimal): -5404515 or 10324141. OLE color: 10324141.
HSL color Cylindrical-coordinate representation of color #AD889D: hue angle of 325.95º 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 #AD889D is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 157 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.32 |
| HSL | 325.95º | 0.18% | 0.61% | - |
| HSV(B) | 325.95º | 0.21% | 0.68% | - |
| XYZ | 32.12 | 28.93 | 35.79 | - |
| YUV | 149.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 157 | 0 | 0.21 | 0.09 | 0.32 | 325.95 | 0.18 | 0.61 |
| Hex | AD | 88 | 9D | 0 | 15 | 9 | 20 | 146 | 12 | 3D |
| Octal | 255 | 210 | 235 | 0 | 25 | 11 | 40 | 506 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10011101 | 0 | 10101 | 1001 | 100000 | 101000110 | 10010 | 111101 |
Color Harmonies of #AD889D
Complementary color
Monochromatic Colors of #AD889D
Black with #AD889D
Text Example
Text Example
White with #AD889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD889D; }
p { color: rgb(173,136,157); }
H1.HeaderClassName
{
color: #AD889D;
}
.AnyTagClassName
{
color: #AD889D;
}
</style>
background-color css
<style>
a { background-color: #AD889D; }
a { background-color: rgb(173,136,157); }
div.DivClassName
{
background-color: #AD889D;
}
.BgClassName
{
background-color: #AD889D;
}
</style>
border-color css
<style>
span { border-color: #AD889D; }
span { border-color: rgb(173,136,157); }
td.TdClassName
{
border-color: #AD889D;
}
.TagClassName
{
border-color: #AD889D;
}
</style>