Shades of Bouquet #AD8493
Tints of Bouquet #AD8493
RGB
CMYK
RGB Variations
Color information
#AD8493 (or 0xAD8493) is known color: Bouquet. HEX triplet: AD, 84 and 93. RGB value is (173,132,147). Sum of RGB (Red+Green+Blue) = 173+132+147=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8493 is #527B6C. Grayscale: #919191. Windows color (decimal): -5405549 or 9667757. OLE color: 9667757.
HSL color Cylindrical-coordinate representation of color #AD8493: hue angle of 338.05º 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 #AD8493 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 147 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.32 |
| HSL | 338.05º | 0.2% | 0.6% | - |
| HSV(B) | 338.05º | 0.24% | 0.68% | - |
| XYZ | 30.75 | 27.49 | 31.29 | - |
| YUV | 145.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 147 | 0 | 0.24 | 0.15 | 0.32 | 338.05 | 0.2 | 0.6 |
| Hex | AD | 84 | 93 | 0 | 18 | F | 20 | 152 | 14 | 3C |
| Octal | 255 | 204 | 223 | 0 | 30 | 17 | 40 | 522 | 24 | 74 |
| Binary | 10101101 | 10000100 | 10010011 | 0 | 11000 | 1111 | 100000 | 101010010 | 10100 | 111100 |
Color Harmonies of #AD8493
Complementary color
Monochromatic Colors of #AD8493
Black with #AD8493
Text Example
Text Example
White with #AD8493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8493; }
p { color: rgb(173,132,147); }
H1.HeaderClassName
{
color: #AD8493;
}
.AnyTagClassName
{
color: #AD8493;
}
</style>
background-color css
<style>
a { background-color: #AD8493; }
a { background-color: rgb(173,132,147); }
div.DivClassName
{
background-color: #AD8493;
}
.BgClassName
{
background-color: #AD8493;
}
</style>
border-color css
<style>
span { border-color: #AD8493; }
span { border-color: rgb(173,132,147); }
td.TdClassName
{
border-color: #AD8493;
}
.TagClassName
{
border-color: #AD8493;
}
</style>