Shades of Bouquet #AD7896
Tints of Bouquet #AD7896
RGB
CMYK
RGB Variations
Color information
#AD7896 (or 0xAD7896) is known color: Bouquet. HEX triplet: AD, 78 and 96. RGB value is (173,120,150). Sum of RGB (Red+Green+Blue) = 173+120+150=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7896 is #528769. Grayscale: #8B8B8B. Windows color (decimal): -5408618 or 9861293. OLE color: 9861293.
HSL color Cylindrical-coordinate representation of color #AD7896: hue angle of 326.04º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD7896 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 150 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.32 |
| HSL | 326.04º | 0.24% | 0.57% | - |
| HSV(B) | 326.04º | 0.31% | 0.68% | - |
| XYZ | 29.46 | 24.52 | 32.03 | - |
| YUV | 139.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 150 | 0 | 0.31 | 0.13 | 0.32 | 326.04 | 0.24 | 0.57 |
| Hex | AD | 78 | 96 | 0 | 1F | D | 20 | 146 | 18 | 39 |
| Octal | 255 | 170 | 226 | 0 | 37 | 15 | 40 | 506 | 30 | 71 |
| Binary | 10101101 | 1111000 | 10010110 | 0 | 11111 | 1101 | 100000 | 101000110 | 11000 | 111001 |
Color Harmonies of #AD7896
Complementary color
Monochromatic Colors of #AD7896
Black with #AD7896
Text Example
Text Example
White with #AD7896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7896; }
p { color: rgb(173,120,150); }
H1.HeaderClassName
{
color: #AD7896;
}
.AnyTagClassName
{
color: #AD7896;
}
</style>
background-color css
<style>
a { background-color: #AD7896; }
a { background-color: rgb(173,120,150); }
div.DivClassName
{
background-color: #AD7896;
}
.BgClassName
{
background-color: #AD7896;
}
</style>
border-color css
<style>
span { border-color: #AD7896; }
span { border-color: rgb(173,120,150); }
td.TdClassName
{
border-color: #AD7896;
}
.TagClassName
{
border-color: #AD7896;
}
</style>