Shades of Bouquet #AD8394
Tints of Bouquet #AD8394
RGB
CMYK
RGB Variations
Color information
#AD8394 (or 0xAD8394) is known color: Bouquet. HEX triplet: AD, 83 and 94. RGB value is (173,131,148). Sum of RGB (Red+Green+Blue) = 173+131+148=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8394 is #527C6B. Grayscale: #919191. Windows color (decimal): -5405804 or 9733037. OLE color: 9733037.
HSL color Cylindrical-coordinate representation of color #AD8394: hue angle of 335.71º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8394 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 148 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.32 |
| HSL | 335.71º | 0.2% | 0.6% | - |
| HSV(B) | 335.71º | 0.24% | 0.68% | - |
| XYZ | 30.7 | 27.25 | 31.66 | - |
| YUV | 145.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 148 | 0 | 0.24 | 0.14 | 0.32 | 335.71 | 0.2 | 0.6 |
| Hex | AD | 83 | 94 | 0 | 18 | E | 20 | 150 | 14 | 3C |
| Octal | 255 | 203 | 224 | 0 | 30 | 16 | 40 | 520 | 24 | 74 |
| Binary | 10101101 | 10000011 | 10010100 | 0 | 11000 | 1110 | 100000 | 101010000 | 10100 | 111100 |
Color Harmonies of #AD8394
Complementary color
Monochromatic Colors of #AD8394
Black with #AD8394
Text Example
Text Example
White with #AD8394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8394; }
p { color: rgb(173,131,148); }
H1.HeaderClassName
{
color: #AD8394;
}
.AnyTagClassName
{
color: #AD8394;
}
</style>
background-color css
<style>
a { background-color: #AD8394; }
a { background-color: rgb(173,131,148); }
div.DivClassName
{
background-color: #AD8394;
}
.BgClassName
{
background-color: #AD8394;
}
</style>
border-color css
<style>
span { border-color: #AD8394; }
span { border-color: rgb(173,131,148); }
td.TdClassName
{
border-color: #AD8394;
}
.TagClassName
{
border-color: #AD8394;
}
</style>