Shades of Bouquet #AD8997
Tints of Bouquet #AD8997
RGB
CMYK
RGB Variations
Color information
#AD8997 (or 0xAD8997) is known color: Bouquet. HEX triplet: AD, 89 and 97. RGB value is (173,137,151). Sum of RGB (Red+Green+Blue) = 173+137+151=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8997 is #527668. Grayscale: #959595. Windows color (decimal): -5404265 or 9931181. OLE color: 9931181.
HSL color Cylindrical-coordinate representation of color #AD8997: hue angle of 336.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD8997 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 151 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.32 |
| HSL | 336.67º | 0.18% | 0.61% | - |
| HSV(B) | 336.67º | 0.21% | 0.68% | - |
| XYZ | 31.77 | 29.01 | 33.2 | - |
| YUV | 149.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 151 | 0 | 0.21 | 0.13 | 0.32 | 336.67 | 0.18 | 0.61 |
| Hex | AD | 89 | 97 | 0 | 15 | D | 20 | 151 | 12 | 3D |
| Octal | 255 | 211 | 227 | 0 | 25 | 15 | 40 | 521 | 22 | 75 |
| Binary | 10101101 | 10001001 | 10010111 | 0 | 10101 | 1101 | 100000 | 101010001 | 10010 | 111101 |
Color Harmonies of #AD8997
Complementary color
Monochromatic Colors of #AD8997
Black with #AD8997
Text Example
Text Example
White with #AD8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8997; }
p { color: rgb(173,137,151); }
H1.HeaderClassName
{
color: #AD8997;
}
.AnyTagClassName
{
color: #AD8997;
}
</style>
background-color css
<style>
a { background-color: #AD8997; }
a { background-color: rgb(173,137,151); }
div.DivClassName
{
background-color: #AD8997;
}
.BgClassName
{
background-color: #AD8997;
}
</style>
border-color css
<style>
span { border-color: #AD8997; }
span { border-color: rgb(173,137,151); }
td.TdClassName
{
border-color: #AD8997;
}
.TagClassName
{
border-color: #AD8997;
}
</style>