Shades of Bouquet #AD729A
Tints of Bouquet #AD729A
RGB
CMYK
RGB Variations
Color information
#AD729A (or 0xAD729A) is known color: Bouquet. HEX triplet: AD, 72 and 9A. RGB value is (173,114,154). Sum of RGB (Red+Green+Blue) = 173+114+154=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD729A is #528D65. Grayscale: #888888. Windows color (decimal): -5410150 or 10121901. OLE color: 10121901.
HSL color Cylindrical-coordinate representation of color #AD729A: hue angle of 319.32º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD729A is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 154 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.32 |
| HSL | 319.32º | 0.26% | 0.56% | - |
| HSV(B) | 319.32º | 0.34% | 0.68% | - |
| XYZ | 29.08 | 23.25 | 33.53 | - |
| YUV | 136.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 154 | 0 | 0.34 | 0.11 | 0.32 | 319.32 | 0.26 | 0.56 |
| Hex | AD | 72 | 9A | 0 | 22 | B | 20 | 13F | 1A | 38 |
| Octal | 255 | 162 | 232 | 0 | 42 | 13 | 40 | 477 | 32 | 70 |
| Binary | 10101101 | 1110010 | 10011010 | 0 | 100010 | 1011 | 100000 | 100111111 | 11010 | 111000 |
Color Harmonies of #AD729A
Complementary color
Monochromatic Colors of #AD729A
Black with #AD729A
Text Example
Text Example
White with #AD729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD729A; }
p { color: rgb(173,114,154); }
H1.HeaderClassName
{
color: #AD729A;
}
.AnyTagClassName
{
color: #AD729A;
}
</style>
background-color css
<style>
a { background-color: #AD729A; }
a { background-color: rgb(173,114,154); }
div.DivClassName
{
background-color: #AD729A;
}
.BgClassName
{
background-color: #AD729A;
}
</style>
border-color css
<style>
span { border-color: #AD729A; }
span { border-color: rgb(173,114,154); }
td.TdClassName
{
border-color: #AD729A;
}
.TagClassName
{
border-color: #AD729A;
}
</style>