Shades of Bouquet #AD869A
Tints of Bouquet #AD869A
RGB
CMYK
RGB Variations
Color information
#AD869A (or 0xAD869A) is known color: Bouquet. HEX triplet: AD, 86 and 9A. RGB value is (173,134,154). Sum of RGB (Red+Green+Blue) = 173+134+154=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD869A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD869A is #527965. Grayscale: #939393. Windows color (decimal): -5405030 or 10127021. OLE color: 10127021.
HSL color Cylindrical-coordinate representation of color #AD869A: hue angle of 329.23º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD869A is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 154 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.32 |
| HSL | 329.23º | 0.19% | 0.6% | - |
| HSV(B) | 329.23º | 0.23% | 0.68% | - |
| XYZ | 31.59 | 28.27 | 34.36 | - |
| YUV | 147.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 154 | 0 | 0.23 | 0.11 | 0.32 | 329.23 | 0.19 | 0.6 |
| Hex | AD | 86 | 9A | 0 | 17 | B | 20 | 149 | 13 | 3C |
| Octal | 255 | 206 | 232 | 0 | 27 | 13 | 40 | 511 | 23 | 74 |
| Binary | 10101101 | 10000110 | 10011010 | 0 | 10111 | 1011 | 100000 | 101001001 | 10011 | 111100 |
Color Harmonies of #AD869A
Complementary color
Monochromatic Colors of #AD869A
Black with #AD869A
Text Example
Text Example
White with #AD869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD869A; }
p { color: rgb(173,134,154); }
H1.HeaderClassName
{
color: #AD869A;
}
.AnyTagClassName
{
color: #AD869A;
}
</style>
background-color css
<style>
a { background-color: #AD869A; }
a { background-color: rgb(173,134,154); }
div.DivClassName
{
background-color: #AD869A;
}
.BgClassName
{
background-color: #AD869A;
}
</style>
border-color css
<style>
span { border-color: #AD869A; }
span { border-color: rgb(173,134,154); }
td.TdClassName
{
border-color: #AD869A;
}
.TagClassName
{
border-color: #AD869A;
}
</style>