Shades of Bouquet #AD8495
Tints of Bouquet #AD8495
RGB
CMYK
RGB Variations
Color information
#AD8495 (or 0xAD8495) is known color: Bouquet. HEX triplet: AD, 84 and 95. RGB value is (173,132,149). Sum of RGB (Red+Green+Blue) = 173+132+149=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8495 is #527B6A. Grayscale: #929292. Windows color (decimal): -5405547 or 9798829. OLE color: 9798829.
HSL color Cylindrical-coordinate representation of color #AD8495: hue angle of 335.12º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8495 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 149 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.32 |
| HSL | 335.12º | 0.2% | 0.6% | - |
| HSV(B) | 335.12º | 0.24% | 0.68% | - |
| XYZ | 30.91 | 27.56 | 32.12 | - |
| YUV | 146.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 149 | 0 | 0.24 | 0.14 | 0.32 | 335.12 | 0.2 | 0.6 |
| Hex | AD | 84 | 95 | 0 | 18 | E | 20 | 14F | 14 | 3C |
| Octal | 255 | 204 | 225 | 0 | 30 | 16 | 40 | 517 | 24 | 74 |
| Binary | 10101101 | 10000100 | 10010101 | 0 | 11000 | 1110 | 100000 | 101001111 | 10100 | 111100 |
Color Harmonies of #AD8495
Complementary color
Monochromatic Colors of #AD8495
Black with #AD8495
Text Example
Text Example
White with #AD8495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8495; }
p { color: rgb(173,132,149); }
H1.HeaderClassName
{
color: #AD8495;
}
.AnyTagClassName
{
color: #AD8495;
}
</style>
background-color css
<style>
a { background-color: #AD8495; }
a { background-color: rgb(173,132,149); }
div.DivClassName
{
background-color: #AD8495;
}
.BgClassName
{
background-color: #AD8495;
}
</style>
border-color css
<style>
span { border-color: #AD8495; }
span { border-color: rgb(173,132,149); }
td.TdClassName
{
border-color: #AD8495;
}
.TagClassName
{
border-color: #AD8495;
}
</style>