Shades of Bouquet #AD8D9D
Tints of Bouquet #AD8D9D
RGB
CMYK
RGB Variations
Color information
#AD8D9D (or 0xAD8D9D) is known color: Bouquet. HEX triplet: AD, 8D and 9D. RGB value is (173,141,157). Sum of RGB (Red+Green+Blue) = 173+141+157=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D9D is #527262. Grayscale: #989898. Windows color (decimal): -5403235 or 10325421. OLE color: 10325421.
HSL color Cylindrical-coordinate representation of color #AD8D9D: hue angle of 330º 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 #AD8D9D is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 157 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.32 |
| HSL | 330º | 0.16% | 0.62% | - |
| HSV(B) | 330º | 0.18% | 0.68% | - |
| XYZ | 32.84 | 30.37 | 36.03 | - |
| YUV | 152.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 157 | 0 | 0.18 | 0.09 | 0.32 | 330 | 0.16 | 0.62 |
| Hex | AD | 8D | 9D | 0 | 12 | 9 | 20 | 14A | 10 | 3E |
| Octal | 255 | 215 | 235 | 0 | 22 | 11 | 40 | 512 | 20 | 76 |
| Binary | 10101101 | 10001101 | 10011101 | 0 | 10010 | 1001 | 100000 | 101001010 | 10000 | 111110 |
Color Harmonies of #AD8D9D
Complementary color
Monochromatic Colors of #AD8D9D
Black with #AD8D9D
Text Example
Text Example
White with #AD8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D9D; }
p { color: rgb(173,141,157); }
H1.HeaderClassName
{
color: #AD8D9D;
}
.AnyTagClassName
{
color: #AD8D9D;
}
</style>
background-color css
<style>
a { background-color: #AD8D9D; }
a { background-color: rgb(173,141,157); }
div.DivClassName
{
background-color: #AD8D9D;
}
.BgClassName
{
background-color: #AD8D9D;
}
</style>
border-color css
<style>
span { border-color: #AD8D9D; }
span { border-color: rgb(173,141,157); }
td.TdClassName
{
border-color: #AD8D9D;
}
.TagClassName
{
border-color: #AD8D9D;
}
</style>