Shades of Bouquet #AD869D
Tints of Bouquet #AD869D
RGB
CMYK
RGB Variations
Color information
#AD869D (or 0xAD869D) is known color: Bouquet. HEX triplet: AD, 86 and 9D. RGB value is (173,134,157). Sum of RGB (Red+Green+Blue) = 173+134+157=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD869D is #527962. Grayscale: #949494. Windows color (decimal): -5405027 or 10323629. OLE color: 10323629.
HSL color Cylindrical-coordinate representation of color #AD869D: hue angle of 324.62º 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 #AD869D is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 157 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.32 |
| HSL | 324.62º | 0.19% | 0.6% | - |
| HSV(B) | 324.62º | 0.23% | 0.68% | - |
| XYZ | 31.84 | 28.37 | 35.7 | - |
| YUV | 148.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 157 | 0 | 0.23 | 0.09 | 0.32 | 324.62 | 0.19 | 0.6 |
| Hex | AD | 86 | 9D | 0 | 17 | 9 | 20 | 145 | 13 | 3C |
| Octal | 255 | 206 | 235 | 0 | 27 | 11 | 40 | 505 | 23 | 74 |
| Binary | 10101101 | 10000110 | 10011101 | 0 | 10111 | 1001 | 100000 | 101000101 | 10011 | 111100 |
Color Harmonies of #AD869D
Complementary color
Monochromatic Colors of #AD869D
Black with #AD869D
Text Example
Text Example
White with #AD869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD869D; }
p { color: rgb(173,134,157); }
H1.HeaderClassName
{
color: #AD869D;
}
.AnyTagClassName
{
color: #AD869D;
}
</style>
background-color css
<style>
a { background-color: #AD869D; }
a { background-color: rgb(173,134,157); }
div.DivClassName
{
background-color: #AD869D;
}
.BgClassName
{
background-color: #AD869D;
}
</style>
border-color css
<style>
span { border-color: #AD869D; }
span { border-color: rgb(173,134,157); }
td.TdClassName
{
border-color: #AD869D;
}
.TagClassName
{
border-color: #AD869D;
}
</style>