Shades of Bouquet #AD85A0
Tints of Bouquet #AD85A0
RGB
CMYK
RGB Variations
Color information
#AD85A0 (or 0xAD85A0) is known color: Bouquet. HEX triplet: AD, 85 and A0. RGB value is (173,133,160). Sum of RGB (Red+Green+Blue) = 173+133+160=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD85A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD85A0 is #527A5F. Grayscale: #939393. Windows color (decimal): -5405280 or 10519981. OLE color: 10519981.
HSL color Cylindrical-coordinate representation of color #AD85A0: hue angle of 319.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD85A0 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 160 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.32 |
| HSL | 319.5º | 0.2% | 0.6% | - |
| HSV(B) | 319.5º | 0.23% | 0.68% | - |
| XYZ | 31.97 | 28.2 | 37.02 | - |
| YUV | 148.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 160 | 0 | 0.23 | 0.08 | 0.32 | 319.5 | 0.2 | 0.6 |
| Hex | AD | 85 | A0 | 0 | 17 | 8 | 20 | 140 | 14 | 3C |
| Octal | 255 | 205 | 240 | 0 | 27 | 10 | 40 | 500 | 24 | 74 |
| Binary | 10101101 | 10000101 | 10100000 | 0 | 10111 | 1000 | 100000 | 101000000 | 10100 | 111100 |
Color Harmonies of #AD85A0
Complementary color
Monochromatic Colors of #AD85A0
Black with #AD85A0
Text Example
Text Example
White with #AD85A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85A0; }
p { color: rgb(173,133,160); }
H1.HeaderClassName
{
color: #AD85A0;
}
.AnyTagClassName
{
color: #AD85A0;
}
</style>
background-color css
<style>
a { background-color: #AD85A0; }
a { background-color: rgb(173,133,160); }
div.DivClassName
{
background-color: #AD85A0;
}
.BgClassName
{
background-color: #AD85A0;
}
</style>
border-color css
<style>
span { border-color: #AD85A0; }
span { border-color: rgb(173,133,160); }
td.TdClassName
{
border-color: #AD85A0;
}
.TagClassName
{
border-color: #AD85A0;
}
</style>