Shades of Bouquet #AD869E
Tints of Bouquet #AD869E
RGB
CMYK
RGB Variations
Color information
#AD869E (or 0xAD869E) is known color: Bouquet. HEX triplet: AD, 86 and 9E. RGB value is (173,134,158). Sum of RGB (Red+Green+Blue) = 173+134+158=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD869E is #527961. Grayscale: #949494. Windows color (decimal): -5405026 or 10389165. OLE color: 10389165.
HSL color Cylindrical-coordinate representation of color #AD869E: hue angle of 323.08º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD869E is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 158 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.32 |
| HSL | 323.08º | 0.19% | 0.6% | - |
| HSV(B) | 323.08º | 0.23% | 0.68% | - |
| XYZ | 31.93 | 28.4 | 36.15 | - |
| YUV | 148.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 158 | 0 | 0.23 | 0.09 | 0.32 | 323.08 | 0.19 | 0.6 |
| Hex | AD | 86 | 9E | 0 | 17 | 9 | 20 | 143 | 13 | 3C |
| Octal | 255 | 206 | 236 | 0 | 27 | 11 | 40 | 503 | 23 | 74 |
| Binary | 10101101 | 10000110 | 10011110 | 0 | 10111 | 1001 | 100000 | 101000011 | 10011 | 111100 |
Color Harmonies of #AD869E
Complementary color
Monochromatic Colors of #AD869E
Black with #AD869E
Text Example
Text Example
White with #AD869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD869E; }
p { color: rgb(173,134,158); }
H1.HeaderClassName
{
color: #AD869E;
}
.AnyTagClassName
{
color: #AD869E;
}
</style>
background-color css
<style>
a { background-color: #AD869E; }
a { background-color: rgb(173,134,158); }
div.DivClassName
{
background-color: #AD869E;
}
.BgClassName
{
background-color: #AD869E;
}
</style>
border-color css
<style>
span { border-color: #AD869E; }
span { border-color: rgb(173,134,158); }
td.TdClassName
{
border-color: #AD869E;
}
.TagClassName
{
border-color: #AD869E;
}
</style>