Shades of Bouquet #AD8598
Tints of Bouquet #AD8598
RGB
CMYK
RGB Variations
Color information
#AD8598 (or 0xAD8598) is known color: Bouquet. HEX triplet: AD, 85 and 98. RGB value is (173,133,152). Sum of RGB (Red+Green+Blue) = 173+133+152=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8598 is #527A67. Grayscale: #939393. Windows color (decimal): -5405288 or 9995693. OLE color: 9995693.
HSL color Cylindrical-coordinate representation of color #AD8598: hue angle of 331.5º degrees, saturation: 0.2, 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 #AD8598 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 152 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.32 |
| HSL | 331.5º | 0.2% | 0.6% | - |
| HSV(B) | 331.5º | 0.23% | 0.68% | - |
| XYZ | 31.29 | 27.93 | 33.45 | - |
| YUV | 147.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 152 | 0 | 0.23 | 0.12 | 0.32 | 331.5 | 0.2 | 0.6 |
| Hex | AD | 85 | 98 | 0 | 17 | C | 20 | 14C | 14 | 3C |
| Octal | 255 | 205 | 230 | 0 | 27 | 14 | 40 | 514 | 24 | 74 |
| Binary | 10101101 | 10000101 | 10011000 | 0 | 10111 | 1100 | 100000 | 101001100 | 10100 | 111100 |
Color Harmonies of #AD8598
Complementary color
Monochromatic Colors of #AD8598
Black with #AD8598
Text Example
Text Example
White with #AD8598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8598; }
p { color: rgb(173,133,152); }
H1.HeaderClassName
{
color: #AD8598;
}
.AnyTagClassName
{
color: #AD8598;
}
</style>
background-color css
<style>
a { background-color: #AD8598; }
a { background-color: rgb(173,133,152); }
div.DivClassName
{
background-color: #AD8598;
}
.BgClassName
{
background-color: #AD8598;
}
</style>
border-color css
<style>
span { border-color: #AD8598; }
span { border-color: rgb(173,133,152); }
td.TdClassName
{
border-color: #AD8598;
}
.TagClassName
{
border-color: #AD8598;
}
</style>