Shades of Bouquet #AD879C
Tints of Bouquet #AD879C
RGB
CMYK
RGB Variations
Color information
#AD879C (or 0xAD879C) is known color: Bouquet. HEX triplet: AD, 87 and 9C. RGB value is (173,135,156). Sum of RGB (Red+Green+Blue) = 173+135+156=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD879C is #527863. Grayscale: #949494. Windows color (decimal): -5404772 or 10258349. OLE color: 10258349.
HSL color Cylindrical-coordinate representation of color #AD879C: hue angle of 326.84º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD879C is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 156 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.32 |
| HSL | 326.84º | 0.19% | 0.6% | - |
| HSV(B) | 326.84º | 0.22% | 0.68% | - |
| XYZ | 31.9 | 28.61 | 35.29 | - |
| YUV | 148.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 156 | 0 | 0.22 | 0.10 | 0.32 | 326.84 | 0.19 | 0.6 |
| Hex | AD | 87 | 9C | 0 | 16 | A | 20 | 147 | 13 | 3C |
| Octal | 255 | 207 | 234 | 0 | 26 | 12 | 40 | 507 | 23 | 74 |
| Binary | 10101101 | 10000111 | 10011100 | 0 | 10110 | 1010 | 100000 | 101000111 | 10011 | 111100 |
Color Harmonies of #AD879C
Complementary color
Monochromatic Colors of #AD879C
Black with #AD879C
Text Example
Text Example
White with #AD879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD879C; }
p { color: rgb(173,135,156); }
H1.HeaderClassName
{
color: #AD879C;
}
.AnyTagClassName
{
color: #AD879C;
}
</style>
background-color css
<style>
a { background-color: #AD879C; }
a { background-color: rgb(173,135,156); }
div.DivClassName
{
background-color: #AD879C;
}
.BgClassName
{
background-color: #AD879C;
}
</style>
border-color css
<style>
span { border-color: #AD879C; }
span { border-color: rgb(173,135,156); }
td.TdClassName
{
border-color: #AD879C;
}
.TagClassName
{
border-color: #AD879C;
}
</style>