Shades of Bouquet #AD899D
Tints of Bouquet #AD899D
RGB
CMYK
RGB Variations
Color information
#AD899D (or 0xAD899D) is known color: Bouquet. HEX triplet: AD, 89 and 9D. RGB value is (173,137,157). Sum of RGB (Red+Green+Blue) = 173+137+157=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD899D is #527662. Grayscale: #969696. Windows color (decimal): -5404259 or 10324397. OLE color: 10324397.
HSL color Cylindrical-coordinate representation of color #AD899D: hue angle of 326.67º 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 #AD899D is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 157 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.32 |
| HSL | 326.67º | 0.18% | 0.61% | - |
| HSV(B) | 326.67º | 0.21% | 0.68% | - |
| XYZ | 32.27 | 29.21 | 35.84 | - |
| YUV | 150.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 157 | 0 | 0.21 | 0.09 | 0.32 | 326.67 | 0.18 | 0.61 |
| Hex | AD | 89 | 9D | 0 | 15 | 9 | 20 | 147 | 12 | 3D |
| Octal | 255 | 211 | 235 | 0 | 25 | 11 | 40 | 507 | 22 | 75 |
| Binary | 10101101 | 10001001 | 10011101 | 0 | 10101 | 1001 | 100000 | 101000111 | 10010 | 111101 |
Color Harmonies of #AD899D
Complementary color
Monochromatic Colors of #AD899D
Black with #AD899D
Text Example
Text Example
White with #AD899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD899D; }
p { color: rgb(173,137,157); }
H1.HeaderClassName
{
color: #AD899D;
}
.AnyTagClassName
{
color: #AD899D;
}
</style>
background-color css
<style>
a { background-color: #AD899D; }
a { background-color: rgb(173,137,157); }
div.DivClassName
{
background-color: #AD899D;
}
.BgClassName
{
background-color: #AD899D;
}
</style>
border-color css
<style>
span { border-color: #AD899D; }
span { border-color: rgb(173,137,157); }
td.TdClassName
{
border-color: #AD899D;
}
.TagClassName
{
border-color: #AD899D;
}
</style>