Shades of Bouquet #AD8B99
Tints of Bouquet #AD8B99
RGB
CMYK
RGB Variations
Color information
#AD8B99 (or 0xAD8B99) is known color: Bouquet. HEX triplet: AD, 8B and 99. RGB value is (173,139,153). Sum of RGB (Red+Green+Blue) = 173+139+153=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8B99 is #527466. Grayscale: #969696. Windows color (decimal): -5403751 or 10062765. OLE color: 10062765.
HSL color Cylindrical-coordinate representation of color #AD8B99: hue angle of 335.29º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8B99 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 153 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.32 |
| HSL | 335.29º | 0.17% | 0.61% | - |
| HSV(B) | 335.29º | 0.2% | 0.68% | - |
| XYZ | 32.22 | 29.65 | 34.16 | - |
| YUV | 150.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 153 | 0 | 0.20 | 0.12 | 0.32 | 335.29 | 0.17 | 0.61 |
| Hex | AD | 8B | 99 | 0 | 14 | C | 20 | 14F | 11 | 3D |
| Octal | 255 | 213 | 231 | 0 | 24 | 14 | 40 | 517 | 21 | 75 |
| Binary | 10101101 | 10001011 | 10011001 | 0 | 10100 | 1100 | 100000 | 101001111 | 10001 | 111101 |
Color Harmonies of #AD8B99
Complementary color
Monochromatic Colors of #AD8B99
Black with #AD8B99
Text Example
Text Example
White with #AD8B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B99; }
p { color: rgb(173,139,153); }
H1.HeaderClassName
{
color: #AD8B99;
}
.AnyTagClassName
{
color: #AD8B99;
}
</style>
background-color css
<style>
a { background-color: #AD8B99; }
a { background-color: rgb(173,139,153); }
div.DivClassName
{
background-color: #AD8B99;
}
.BgClassName
{
background-color: #AD8B99;
}
</style>
border-color css
<style>
span { border-color: #AD8B99; }
span { border-color: rgb(173,139,153); }
td.TdClassName
{
border-color: #AD8B99;
}
.TagClassName
{
border-color: #AD8B99;
}
</style>