Shades of Bouquet #AD8497
Tints of Bouquet #AD8497
RGB
CMYK
RGB Variations
Color information
#AD8497 (or 0xAD8497) is known color: Bouquet. HEX triplet: AD, 84 and 97. RGB value is (173,132,151). Sum of RGB (Red+Green+Blue) = 173+132+151=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8497 is #527B68. Grayscale: #929292. Windows color (decimal): -5405545 or 9929901. OLE color: 9929901.
HSL color Cylindrical-coordinate representation of color #AD8497: hue angle of 332.2º 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 #AD8497 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 151 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.32 |
| HSL | 332.2º | 0.2% | 0.6% | - |
| HSV(B) | 332.2º | 0.24% | 0.68% | - |
| XYZ | 31.07 | 27.62 | 32.97 | - |
| YUV | 146.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 151 | 0 | 0.24 | 0.13 | 0.32 | 332.2 | 0.2 | 0.6 |
| Hex | AD | 84 | 97 | 0 | 18 | D | 20 | 14C | 14 | 3C |
| Octal | 255 | 204 | 227 | 0 | 30 | 15 | 40 | 514 | 24 | 74 |
| Binary | 10101101 | 10000100 | 10010111 | 0 | 11000 | 1101 | 100000 | 101001100 | 10100 | 111100 |
Color Harmonies of #AD8497
Complementary color
Monochromatic Colors of #AD8497
Black with #AD8497
Text Example
Text Example
White with #AD8497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8497; }
p { color: rgb(173,132,151); }
H1.HeaderClassName
{
color: #AD8497;
}
.AnyTagClassName
{
color: #AD8497;
}
</style>
background-color css
<style>
a { background-color: #AD8497; }
a { background-color: rgb(173,132,151); }
div.DivClassName
{
background-color: #AD8497;
}
.BgClassName
{
background-color: #AD8497;
}
</style>
border-color css
<style>
span { border-color: #AD8497; }
span { border-color: rgb(173,132,151); }
td.TdClassName
{
border-color: #AD8497;
}
.TagClassName
{
border-color: #AD8497;
}
</style>