Shades of Bouquet #AD6B91
Tints of Bouquet #AD6B91
RGB
CMYK
RGB Variations
Color information
#AD6B91 (or 0xAD6B91) is known color: Bouquet. HEX triplet: AD, 6B and 91. RGB value is (173,107,145). Sum of RGB (Red+Green+Blue) = 173+107+145=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6B91 is #52946E. Grayscale: #828282. Windows color (decimal): -5411951 or 9530285. OLE color: 9530285.
HSL color Cylindrical-coordinate representation of color #AD6B91: hue angle of 325.45º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6B91 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 145 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.32 |
| HSL | 325.45º | 0.29% | 0.55% | - |
| HSV(B) | 325.45º | 0.38% | 0.68% | - |
| XYZ | 27.6 | 21.44 | 29.47 | - |
| YUV | 131.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 145 | 0 | 0.38 | 0.16 | 0.32 | 325.45 | 0.29 | 0.55 |
| Hex | AD | 6B | 91 | 0 | 26 | 10 | 20 | 145 | 1D | 37 |
| Octal | 255 | 153 | 221 | 0 | 46 | 20 | 40 | 505 | 35 | 67 |
| Binary | 10101101 | 1101011 | 10010001 | 0 | 100110 | 10000 | 100000 | 101000101 | 11101 | 110111 |
Color Harmonies of #AD6B91
Complementary color
Monochromatic Colors of #AD6B91
Black with #AD6B91
Text Example
Text Example
White with #AD6B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B91; }
p { color: rgb(173,107,145); }
H1.HeaderClassName
{
color: #AD6B91;
}
.AnyTagClassName
{
color: #AD6B91;
}
</style>
background-color css
<style>
a { background-color: #AD6B91; }
a { background-color: rgb(173,107,145); }
div.DivClassName
{
background-color: #AD6B91;
}
.BgClassName
{
background-color: #AD6B91;
}
</style>
border-color css
<style>
span { border-color: #AD6B91; }
span { border-color: rgb(173,107,145); }
td.TdClassName
{
border-color: #AD6B91;
}
.TagClassName
{
border-color: #AD6B91;
}
</style>