Shades of Bouquet #AD7096
Tints of Bouquet #AD7096
RGB
CMYK
RGB Variations
Color information
#AD7096 (or 0xAD7096) is known color: Bouquet. HEX triplet: AD, 70 and 96. RGB value is (173,112,150). Sum of RGB (Red+Green+Blue) = 173+112+150=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7096 is #528F69. Grayscale: #868686. Windows color (decimal): -5410666 or 9859245. OLE color: 9859245.
HSL color Cylindrical-coordinate representation of color #AD7096: hue angle of 322.62º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD7096 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 150 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.32 |
| HSL | 322.62º | 0.27% | 0.56% | - |
| HSV(B) | 322.62º | 0.35% | 0.68% | - |
| XYZ | 28.53 | 22.67 | 31.73 | - |
| YUV | 134.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 150 | 0 | 0.35 | 0.13 | 0.32 | 322.62 | 0.27 | 0.56 |
| Hex | AD | 70 | 96 | 0 | 23 | D | 20 | 143 | 1B | 38 |
| Octal | 255 | 160 | 226 | 0 | 43 | 15 | 40 | 503 | 33 | 70 |
| Binary | 10101101 | 1110000 | 10010110 | 0 | 100011 | 1101 | 100000 | 101000011 | 11011 | 111000 |
Color Harmonies of #AD7096
Complementary color
Monochromatic Colors of #AD7096
Black with #AD7096
Text Example
Text Example
White with #AD7096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7096; }
p { color: rgb(173,112,150); }
H1.HeaderClassName
{
color: #AD7096;
}
.AnyTagClassName
{
color: #AD7096;
}
</style>
background-color css
<style>
a { background-color: #AD7096; }
a { background-color: rgb(173,112,150); }
div.DivClassName
{
background-color: #AD7096;
}
.BgClassName
{
background-color: #AD7096;
}
</style>
border-color css
<style>
span { border-color: #AD7096; }
span { border-color: rgb(173,112,150); }
td.TdClassName
{
border-color: #AD7096;
}
.TagClassName
{
border-color: #AD7096;
}
</style>