Shades of Bouquet #AD8896
Tints of Bouquet #AD8896
RGB
CMYK
RGB Variations
Color information
#AD8896 (or 0xAD8896) is known color: Bouquet. HEX triplet: AD, 88 and 96. RGB value is (173,136,150). Sum of RGB (Red+Green+Blue) = 173+136+150=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8896 is #527769. Grayscale: #949494. Windows color (decimal): -5404522 or 9865389. OLE color: 9865389.
HSL color Cylindrical-coordinate representation of color #AD8896: hue angle of 337.3º 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 #AD8896 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 150 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.32 |
| HSL | 337.3º | 0.18% | 0.61% | - |
| HSV(B) | 337.3º | 0.21% | 0.68% | - |
| XYZ | 31.54 | 28.69 | 32.73 | - |
| YUV | 148.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 150 | 0 | 0.21 | 0.13 | 0.32 | 337.3 | 0.18 | 0.61 |
| Hex | AD | 88 | 96 | 0 | 15 | D | 20 | 151 | 12 | 3D |
| Octal | 255 | 210 | 226 | 0 | 25 | 15 | 40 | 521 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10010110 | 0 | 10101 | 1101 | 100000 | 101010001 | 10010 | 111101 |
Color Harmonies of #AD8896
Complementary color
Monochromatic Colors of #AD8896
Black with #AD8896
Text Example
Text Example
White with #AD8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8896; }
p { color: rgb(173,136,150); }
H1.HeaderClassName
{
color: #AD8896;
}
.AnyTagClassName
{
color: #AD8896;
}
</style>
background-color css
<style>
a { background-color: #AD8896; }
a { background-color: rgb(173,136,150); }
div.DivClassName
{
background-color: #AD8896;
}
.BgClassName
{
background-color: #AD8896;
}
</style>
border-color css
<style>
span { border-color: #AD8896; }
span { border-color: rgb(173,136,150); }
td.TdClassName
{
border-color: #AD8896;
}
.TagClassName
{
border-color: #AD8896;
}
</style>