Shades of Bouquet #AD839A
Tints of Bouquet #AD839A
RGB
CMYK
RGB Variations
Color information
#AD839A (or 0xAD839A) is known color: Bouquet. HEX triplet: AD, 83 and 9A. RGB value is (173,131,154). Sum of RGB (Red+Green+Blue) = 173+131+154=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD839A is #527C65. Grayscale: #929292. Windows color (decimal): -5405798 or 10126253. OLE color: 10126253.
HSL color Cylindrical-coordinate representation of color #AD839A: hue angle of 327.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 #AD839A is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 154 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.32 |
| HSL | 327.14º | 0.2% | 0.6% | - |
| HSV(B) | 327.14º | 0.24% | 0.68% | - |
| XYZ | 31.18 | 27.45 | 34.23 | - |
| YUV | 146.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 154 | 0 | 0.24 | 0.11 | 0.32 | 327.14 | 0.2 | 0.6 |
| Hex | AD | 83 | 9A | 0 | 18 | B | 20 | 147 | 14 | 3C |
| Octal | 255 | 203 | 232 | 0 | 30 | 13 | 40 | 507 | 24 | 74 |
| Binary | 10101101 | 10000011 | 10011010 | 0 | 11000 | 1011 | 100000 | 101000111 | 10100 | 111100 |
Color Harmonies of #AD839A
Complementary color
Monochromatic Colors of #AD839A
Black with #AD839A
Text Example
Text Example
White with #AD839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD839A; }
p { color: rgb(173,131,154); }
H1.HeaderClassName
{
color: #AD839A;
}
.AnyTagClassName
{
color: #AD839A;
}
</style>
background-color css
<style>
a { background-color: #AD839A; }
a { background-color: rgb(173,131,154); }
div.DivClassName
{
background-color: #AD839A;
}
.BgClassName
{
background-color: #AD839A;
}
</style>
border-color css
<style>
span { border-color: #AD839A; }
span { border-color: rgb(173,131,154); }
td.TdClassName
{
border-color: #AD839A;
}
.TagClassName
{
border-color: #AD839A;
}
</style>