Shades of Bouquet #AD8EA0
Tints of Bouquet #AD8EA0
RGB
CMYK
RGB Variations
Color information
#AD8EA0 (or 0xAD8EA0) is known color: Bouquet. HEX triplet: AD, 8E and A0. RGB value is (173,142,160). Sum of RGB (Red+Green+Blue) = 173+142+160=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8EA0 is #52715F. Grayscale: #999999. Windows color (decimal): -5402976 or 10522285. OLE color: 10522285.
HSL color Cylindrical-coordinate representation of color #AD8EA0: hue angle of 325.16º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8EA0 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 160 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.32 |
| HSL | 325.16º | 0.16% | 0.62% | - |
| HSV(B) | 325.16º | 0.18% | 0.68% | - |
| XYZ | 33.25 | 30.77 | 37.44 | - |
| YUV | 153.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 160 | 0 | 0.18 | 0.08 | 0.32 | 325.16 | 0.16 | 0.62 |
| Hex | AD | 8E | A0 | 0 | 12 | 8 | 20 | 145 | 10 | 3E |
| Octal | 255 | 216 | 240 | 0 | 22 | 10 | 40 | 505 | 20 | 76 |
| Binary | 10101101 | 10001110 | 10100000 | 0 | 10010 | 1000 | 100000 | 101000101 | 10000 | 111110 |
Color Harmonies of #AD8EA0
Complementary color
Monochromatic Colors of #AD8EA0
Black with #AD8EA0
Text Example
Text Example
White with #AD8EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EA0; }
p { color: rgb(173,142,160); }
H1.HeaderClassName
{
color: #AD8EA0;
}
.AnyTagClassName
{
color: #AD8EA0;
}
</style>
background-color css
<style>
a { background-color: #AD8EA0; }
a { background-color: rgb(173,142,160); }
div.DivClassName
{
background-color: #AD8EA0;
}
.BgClassName
{
background-color: #AD8EA0;
}
</style>
border-color css
<style>
span { border-color: #AD8EA0; }
span { border-color: rgb(173,142,160); }
td.TdClassName
{
border-color: #AD8EA0;
}
.TagClassName
{
border-color: #AD8EA0;
}
</style>