Shades of Bouquet #AD869C
Tints of Bouquet #AD869C
RGB
CMYK
RGB Variations
Color information
#AD869C (or 0xAD869C) is known color: Bouquet. HEX triplet: AD, 86 and 9C. RGB value is (173,134,156). Sum of RGB (Red+Green+Blue) = 173+134+156=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD869C is #527963. Grayscale: #949494. Windows color (decimal): -5405028 or 10258093. OLE color: 10258093.
HSL color Cylindrical-coordinate representation of color #AD869C: hue angle of 326.15º 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 #AD869C is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 156 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.32 |
| HSL | 326.15º | 0.19% | 0.6% | - |
| HSV(B) | 326.15º | 0.23% | 0.68% | - |
| XYZ | 31.76 | 28.33 | 35.25 | - |
| YUV | 148.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 156 | 0 | 0.23 | 0.10 | 0.32 | 326.15 | 0.19 | 0.6 |
| Hex | AD | 86 | 9C | 0 | 17 | A | 20 | 146 | 13 | 3C |
| Octal | 255 | 206 | 234 | 0 | 27 | 12 | 40 | 506 | 23 | 74 |
| Binary | 10101101 | 10000110 | 10011100 | 0 | 10111 | 1010 | 100000 | 101000110 | 10011 | 111100 |
Color Harmonies of #AD869C
Complementary color
Monochromatic Colors of #AD869C
Black with #AD869C
Text Example
Text Example
White with #AD869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD869C; }
p { color: rgb(173,134,156); }
H1.HeaderClassName
{
color: #AD869C;
}
.AnyTagClassName
{
color: #AD869C;
}
</style>
background-color css
<style>
a { background-color: #AD869C; }
a { background-color: rgb(173,134,156); }
div.DivClassName
{
background-color: #AD869C;
}
.BgClassName
{
background-color: #AD869C;
}
</style>
border-color css
<style>
span { border-color: #AD869C; }
span { border-color: rgb(173,134,156); }
td.TdClassName
{
border-color: #AD869C;
}
.TagClassName
{
border-color: #AD869C;
}
</style>