Shades of Bouquet #AD6B99
Tints of Bouquet #AD6B99
RGB
CMYK
RGB Variations
Color information
#AD6B99 (or 0xAD6B99) is known color: Bouquet. HEX triplet: AD, 6B and 99. RGB value is (173,107,153). Sum of RGB (Red+Green+Blue) = 173+107+153=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6B99 is #529466. Grayscale: #838383. Windows color (decimal): -5411943 or 10054573. OLE color: 10054573.
HSL color Cylindrical-coordinate representation of color #AD6B99: hue angle of 318.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6B99 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 153 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.32 |
| HSL | 318.18º | 0.29% | 0.55% | - |
| HSV(B) | 318.18º | 0.38% | 0.68% | - |
| XYZ | 28.24 | 21.7 | 32.84 | - |
| YUV | 131.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 153 | 0 | 0.38 | 0.12 | 0.32 | 318.18 | 0.29 | 0.55 |
| Hex | AD | 6B | 99 | 0 | 26 | C | 20 | 13E | 1D | 37 |
| Octal | 255 | 153 | 231 | 0 | 46 | 14 | 40 | 476 | 35 | 67 |
| Binary | 10101101 | 1101011 | 10011001 | 0 | 100110 | 1100 | 100000 | 100111110 | 11101 | 110111 |
Color Harmonies of #AD6B99
Complementary color
Monochromatic Colors of #AD6B99
Black with #AD6B99
Text Example
Text Example
White with #AD6B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B99; }
p { color: rgb(173,107,153); }
H1.HeaderClassName
{
color: #AD6B99;
}
.AnyTagClassName
{
color: #AD6B99;
}
</style>
background-color css
<style>
a { background-color: #AD6B99; }
a { background-color: rgb(173,107,153); }
div.DivClassName
{
background-color: #AD6B99;
}
.BgClassName
{
background-color: #AD6B99;
}
</style>
border-color css
<style>
span { border-color: #AD6B99; }
span { border-color: rgb(173,107,153); }
td.TdClassName
{
border-color: #AD6B99;
}
.TagClassName
{
border-color: #AD6B99;
}
</style>