Shades of Bouquet #AD8DA1
Tints of Bouquet #AD8DA1
RGB
CMYK
RGB Variations
Color information
#AD8DA1 (or 0xAD8DA1) is known color: Bouquet. HEX triplet: AD, 8D and A1. RGB value is (173,141,161). Sum of RGB (Red+Green+Blue) = 173+141+161=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DA1 is #52725E. Grayscale: #989898. Windows color (decimal): -5403231 or 10587565. OLE color: 10587565.
HSL color Cylindrical-coordinate representation of color #AD8DA1: hue angle of 322.5º 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 #AD8DA1 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 161 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.32 |
| HSL | 322.5º | 0.16% | 0.62% | - |
| HSV(B) | 322.5º | 0.18% | 0.68% | - |
| XYZ | 33.19 | 30.51 | 37.86 | - |
| YUV | 152.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 161 | 0 | 0.18 | 0.07 | 0.32 | 322.5 | 0.16 | 0.62 |
| Hex | AD | 8D | A1 | 0 | 12 | 7 | 20 | 142 | 10 | 3E |
| Octal | 255 | 215 | 241 | 0 | 22 | 7 | 40 | 502 | 20 | 76 |
| Binary | 10101101 | 10001101 | 10100001 | 0 | 10010 | 111 | 100000 | 101000010 | 10000 | 111110 |
Color Harmonies of #AD8DA1
Complementary color
Monochromatic Colors of #AD8DA1
Black with #AD8DA1
Text Example
Text Example
White with #AD8DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DA1; }
p { color: rgb(173,141,161); }
H1.HeaderClassName
{
color: #AD8DA1;
}
.AnyTagClassName
{
color: #AD8DA1;
}
</style>
background-color css
<style>
a { background-color: #AD8DA1; }
a { background-color: rgb(173,141,161); }
div.DivClassName
{
background-color: #AD8DA1;
}
.BgClassName
{
background-color: #AD8DA1;
}
</style>
border-color css
<style>
span { border-color: #AD8DA1; }
span { border-color: rgb(173,141,161); }
td.TdClassName
{
border-color: #AD8DA1;
}
.TagClassName
{
border-color: #AD8DA1;
}
</style>