Shades of Bouquet #AD8193
Tints of Bouquet #AD8193
RGB
CMYK
RGB Variations
Color information
#AD8193 (or 0xAD8193) is known color: Bouquet. HEX triplet: AD, 81 and 93. RGB value is (173,129,147). Sum of RGB (Red+Green+Blue) = 173+129+147=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8193 is #527E6C. Grayscale: #909090. Windows color (decimal): -5406317 or 9666989. OLE color: 9666989.
HSL color Cylindrical-coordinate representation of color #AD8193: hue angle of 335.45º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8193 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 147 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.32 |
| HSL | 335.45º | 0.21% | 0.59% | - |
| HSV(B) | 335.45º | 0.25% | 0.68% | - |
| XYZ | 30.35 | 26.69 | 31.16 | - |
| YUV | 144.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 147 | 0 | 0.25 | 0.15 | 0.32 | 335.45 | 0.21 | 0.59 |
| Hex | AD | 81 | 93 | 0 | 19 | F | 20 | 14F | 15 | 3B |
| Octal | 255 | 201 | 223 | 0 | 31 | 17 | 40 | 517 | 25 | 73 |
| Binary | 10101101 | 10000001 | 10010011 | 0 | 11001 | 1111 | 100000 | 101001111 | 10101 | 111011 |
Color Harmonies of #AD8193
Complementary color
Monochromatic Colors of #AD8193
Black with #AD8193
Text Example
Text Example
White with #AD8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8193; }
p { color: rgb(173,129,147); }
H1.HeaderClassName
{
color: #AD8193;
}
.AnyTagClassName
{
color: #AD8193;
}
</style>
background-color css
<style>
a { background-color: #AD8193; }
a { background-color: rgb(173,129,147); }
div.DivClassName
{
background-color: #AD8193;
}
.BgClassName
{
background-color: #AD8193;
}
</style>
border-color css
<style>
span { border-color: #AD8193; }
span { border-color: rgb(173,129,147); }
td.TdClassName
{
border-color: #AD8193;
}
.TagClassName
{
border-color: #AD8193;
}
</style>