Shades of Bouquet #AD6D99
Tints of Bouquet #AD6D99
RGB
CMYK
RGB Variations
Color information
#AD6D99 (or 0xAD6D99) is known color: Bouquet. HEX triplet: AD, 6D and 99. RGB value is (173,109,153). Sum of RGB (Red+Green+Blue) = 173+109+153=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6D99 is #529266. Grayscale: #858585. Windows color (decimal): -5411431 or 10055085. OLE color: 10055085.
HSL color Cylindrical-coordinate representation of color #AD6D99: hue angle of 318.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D99 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 153 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.32 |
| HSL | 318.75º | 0.28% | 0.55% | - |
| HSV(B) | 318.75º | 0.37% | 0.68% | - |
| XYZ | 28.45 | 22.12 | 32.91 | - |
| YUV | 133.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 153 | 0 | 0.37 | 0.12 | 0.32 | 318.75 | 0.28 | 0.55 |
| Hex | AD | 6D | 99 | 0 | 25 | C | 20 | 13F | 1C | 37 |
| Octal | 255 | 155 | 231 | 0 | 45 | 14 | 40 | 477 | 34 | 67 |
| Binary | 10101101 | 1101101 | 10011001 | 0 | 100101 | 1100 | 100000 | 100111111 | 11100 | 110111 |
Color Harmonies of #AD6D99
Complementary color
Monochromatic Colors of #AD6D99
Black with #AD6D99
Text Example
Text Example
White with #AD6D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D99; }
p { color: rgb(173,109,153); }
H1.HeaderClassName
{
color: #AD6D99;
}
.AnyTagClassName
{
color: #AD6D99;
}
</style>
background-color css
<style>
a { background-color: #AD6D99; }
a { background-color: rgb(173,109,153); }
div.DivClassName
{
background-color: #AD6D99;
}
.BgClassName
{
background-color: #AD6D99;
}
</style>
border-color css
<style>
span { border-color: #AD6D99; }
span { border-color: rgb(173,109,153); }
td.TdClassName
{
border-color: #AD6D99;
}
.TagClassName
{
border-color: #AD6D99;
}
</style>