Shades of Bouquet #AD8199
Tints of Bouquet #AD8199
RGB
CMYK
RGB Variations
Color information
#AD8199 (or 0xAD8199) is known color: Bouquet. HEX triplet: AD, 81 and 99. RGB value is (173,129,153). Sum of RGB (Red+Green+Blue) = 173+129+153=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8199 is #527E66. Grayscale: #909090. Windows color (decimal): -5406311 or 10060205. OLE color: 10060205.
HSL color Cylindrical-coordinate representation of color #AD8199: hue angle of 327.27º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8199 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 153 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.32 |
| HSL | 327.27º | 0.21% | 0.59% | - |
| HSV(B) | 327.27º | 0.25% | 0.68% | - |
| XYZ | 30.83 | 26.88 | 33.7 | - |
| YUV | 144.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 153 | 0 | 0.25 | 0.12 | 0.32 | 327.27 | 0.21 | 0.59 |
| Hex | AD | 81 | 99 | 0 | 19 | C | 20 | 147 | 15 | 3B |
| Octal | 255 | 201 | 231 | 0 | 31 | 14 | 40 | 507 | 25 | 73 |
| Binary | 10101101 | 10000001 | 10011001 | 0 | 11001 | 1100 | 100000 | 101000111 | 10101 | 111011 |
Color Harmonies of #AD8199
Complementary color
Monochromatic Colors of #AD8199
Black with #AD8199
Text Example
Text Example
White with #AD8199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8199; }
p { color: rgb(173,129,153); }
H1.HeaderClassName
{
color: #AD8199;
}
.AnyTagClassName
{
color: #AD8199;
}
</style>
background-color css
<style>
a { background-color: #AD8199; }
a { background-color: rgb(173,129,153); }
div.DivClassName
{
background-color: #AD8199;
}
.BgClassName
{
background-color: #AD8199;
}
</style>
border-color css
<style>
span { border-color: #AD8199; }
span { border-color: rgb(173,129,153); }
td.TdClassName
{
border-color: #AD8199;
}
.TagClassName
{
border-color: #AD8199;
}
</style>