Shades of Bouquet #AD8698
Tints of Bouquet #AD8698
RGB
CMYK
RGB Variations
Color information
#AD8698 (or 0xAD8698) is known color: Bouquet. HEX triplet: AD, 86 and 98. RGB value is (173,134,152). Sum of RGB (Red+Green+Blue) = 173+134+152=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8698 is #527967. Grayscale: #939393. Windows color (decimal): -5405032 or 9995949. OLE color: 9995949.
HSL color Cylindrical-coordinate representation of color #AD8698: hue angle of 332.31º 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 #AD8698 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 152 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.32 |
| HSL | 332.31º | 0.19% | 0.6% | - |
| HSV(B) | 332.31º | 0.23% | 0.68% | - |
| XYZ | 31.43 | 28.2 | 33.49 | - |
| YUV | 147.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 152 | 0 | 0.23 | 0.12 | 0.32 | 332.31 | 0.19 | 0.6 |
| Hex | AD | 86 | 98 | 0 | 17 | C | 20 | 14C | 13 | 3C |
| Octal | 255 | 206 | 230 | 0 | 27 | 14 | 40 | 514 | 23 | 74 |
| Binary | 10101101 | 10000110 | 10011000 | 0 | 10111 | 1100 | 100000 | 101001100 | 10011 | 111100 |
Color Harmonies of #AD8698
Complementary color
Monochromatic Colors of #AD8698
Black with #AD8698
Text Example
Text Example
White with #AD8698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8698; }
p { color: rgb(173,134,152); }
H1.HeaderClassName
{
color: #AD8698;
}
.AnyTagClassName
{
color: #AD8698;
}
</style>
background-color css
<style>
a { background-color: #AD8698; }
a { background-color: rgb(173,134,152); }
div.DivClassName
{
background-color: #AD8698;
}
.BgClassName
{
background-color: #AD8698;
}
</style>
border-color css
<style>
span { border-color: #AD8698; }
span { border-color: rgb(173,134,152); }
td.TdClassName
{
border-color: #AD8698;
}
.TagClassName
{
border-color: #AD8698;
}
</style>