Shades of Bouquet #AD8393
Tints of Bouquet #AD8393
RGB
CMYK
RGB Variations
Color information
#AD8393 (or 0xAD8393) is known color: Bouquet. HEX triplet: AD, 83 and 93. RGB value is (173,131,147). Sum of RGB (Red+Green+Blue) = 173+131+147=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8393 is #527C6C. Grayscale: #919191. Windows color (decimal): -5405805 or 9667501. OLE color: 9667501.
HSL color Cylindrical-coordinate representation of color #AD8393: hue angle of 337.14º 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 #AD8393 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 147 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.32 |
| HSL | 337.14º | 0.2% | 0.6% | - |
| HSV(B) | 337.14º | 0.24% | 0.68% | - |
| XYZ | 30.62 | 27.22 | 31.24 | - |
| YUV | 145.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 147 | 0 | 0.24 | 0.15 | 0.32 | 337.14 | 0.2 | 0.6 |
| Hex | AD | 83 | 93 | 0 | 18 | F | 20 | 151 | 14 | 3C |
| Octal | 255 | 203 | 223 | 0 | 30 | 17 | 40 | 521 | 24 | 74 |
| Binary | 10101101 | 10000011 | 10010011 | 0 | 11000 | 1111 | 100000 | 101010001 | 10100 | 111100 |
Color Harmonies of #AD8393
Complementary color
Monochromatic Colors of #AD8393
Black with #AD8393
Text Example
Text Example
White with #AD8393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8393; }
p { color: rgb(173,131,147); }
H1.HeaderClassName
{
color: #AD8393;
}
.AnyTagClassName
{
color: #AD8393;
}
</style>
background-color css
<style>
a { background-color: #AD8393; }
a { background-color: rgb(173,131,147); }
div.DivClassName
{
background-color: #AD8393;
}
.BgClassName
{
background-color: #AD8393;
}
</style>
border-color css
<style>
span { border-color: #AD8393; }
span { border-color: rgb(173,131,147); }
td.TdClassName
{
border-color: #AD8393;
}
.TagClassName
{
border-color: #AD8393;
}
</style>