Shades of Bouquet #AD8895
Tints of Bouquet #AD8895
RGB
CMYK
RGB Variations
Color information
#AD8895 (or 0xAD8895) is known color: Bouquet. HEX triplet: AD, 88 and 95. RGB value is (173,136,149). Sum of RGB (Red+Green+Blue) = 173+136+149=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8895 is #52776A. Grayscale: #949494. Windows color (decimal): -5404523 or 9799853. OLE color: 9799853.
HSL color Cylindrical-coordinate representation of color #AD8895: hue angle of 338.92º 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 #AD8895 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 149 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.32 |
| HSL | 338.92º | 0.18% | 0.61% | - |
| HSV(B) | 338.92º | 0.21% | 0.68% | - |
| XYZ | 31.46 | 28.66 | 32.31 | - |
| YUV | 148.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 149 | 0 | 0.21 | 0.14 | 0.32 | 338.92 | 0.18 | 0.61 |
| Hex | AD | 88 | 95 | 0 | 15 | E | 20 | 153 | 12 | 3D |
| Octal | 255 | 210 | 225 | 0 | 25 | 16 | 40 | 523 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10010101 | 0 | 10101 | 1110 | 100000 | 101010011 | 10010 | 111101 |
Color Harmonies of #AD8895
Complementary color
Monochromatic Colors of #AD8895
Black with #AD8895
Text Example
Text Example
White with #AD8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8895; }
p { color: rgb(173,136,149); }
H1.HeaderClassName
{
color: #AD8895;
}
.AnyTagClassName
{
color: #AD8895;
}
</style>
background-color css
<style>
a { background-color: #AD8895; }
a { background-color: rgb(173,136,149); }
div.DivClassName
{
background-color: #AD8895;
}
.BgClassName
{
background-color: #AD8895;
}
</style>
border-color css
<style>
span { border-color: #AD8895; }
span { border-color: rgb(173,136,149); }
td.TdClassName
{
border-color: #AD8895;
}
.TagClassName
{
border-color: #AD8895;
}
</style>