Shades of Bouquet #AD7596
Tints of Bouquet #AD7596
RGB
CMYK
RGB Variations
Color information
#AD7596 (or 0xAD7596) is known color: Bouquet. HEX triplet: AD, 75 and 96. RGB value is (173,117,150). Sum of RGB (Red+Green+Blue) = 173+117+150=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7596 is #528A69. Grayscale: #898989. Windows color (decimal): -5409386 or 9860525. OLE color: 9860525.
HSL color Cylindrical-coordinate representation of color #AD7596: hue angle of 324.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7596 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 150 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.32 |
| HSL | 324.64º | 0.25% | 0.57% | - |
| HSV(B) | 324.64º | 0.32% | 0.68% | - |
| XYZ | 29.1 | 23.81 | 31.92 | - |
| YUV | 137.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 150 | 0 | 0.32 | 0.13 | 0.32 | 324.64 | 0.25 | 0.57 |
| Hex | AD | 75 | 96 | 0 | 20 | D | 20 | 145 | 19 | 39 |
| Octal | 255 | 165 | 226 | 0 | 40 | 15 | 40 | 505 | 31 | 71 |
| Binary | 10101101 | 1110101 | 10010110 | 0 | 100000 | 1101 | 100000 | 101000101 | 11001 | 111001 |
Color Harmonies of #AD7596
Complementary color
Monochromatic Colors of #AD7596
Black with #AD7596
Text Example
Text Example
White with #AD7596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7596; }
p { color: rgb(173,117,150); }
H1.HeaderClassName
{
color: #AD7596;
}
.AnyTagClassName
{
color: #AD7596;
}
</style>
background-color css
<style>
a { background-color: #AD7596; }
a { background-color: rgb(173,117,150); }
div.DivClassName
{
background-color: #AD7596;
}
.BgClassName
{
background-color: #AD7596;
}
</style>
border-color css
<style>
span { border-color: #AD7596; }
span { border-color: rgb(173,117,150); }
td.TdClassName
{
border-color: #AD7596;
}
.TagClassName
{
border-color: #AD7596;
}
</style>