Shades of Bouquet #AD6992
Tints of Bouquet #AD6992
RGB
CMYK
RGB Variations
Color information
#AD6992 (or 0xAD6992) is known color: Bouquet. HEX triplet: AD, 69 and 92. RGB value is (173,105,146). Sum of RGB (Red+Green+Blue) = 173+105+146=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6992 is #52966D. Grayscale: #818181. Windows color (decimal): -5412462 or 9595309. OLE color: 9595309.
HSL color Cylindrical-coordinate representation of color #AD6992: hue angle of 323.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6992 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 146 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.32 |
| HSL | 323.82º | 0.29% | 0.55% | - |
| HSV(B) | 323.82º | 0.39% | 0.68% | - |
| XYZ | 27.47 | 21.06 | 29.81 | - |
| YUV | 130.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 146 | 0 | 0.39 | 0.16 | 0.32 | 323.82 | 0.29 | 0.55 |
| Hex | AD | 69 | 92 | 0 | 27 | 10 | 20 | 144 | 1D | 37 |
| Octal | 255 | 151 | 222 | 0 | 47 | 20 | 40 | 504 | 35 | 67 |
| Binary | 10101101 | 1101001 | 10010010 | 0 | 100111 | 10000 | 100000 | 101000100 | 11101 | 110111 |
Color Harmonies of #AD6992
Complementary color
Monochromatic Colors of #AD6992
Black with #AD6992
Text Example
Text Example
White with #AD6992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6992; }
p { color: rgb(173,105,146); }
H1.HeaderClassName
{
color: #AD6992;
}
.AnyTagClassName
{
color: #AD6992;
}
</style>
background-color css
<style>
a { background-color: #AD6992; }
a { background-color: rgb(173,105,146); }
div.DivClassName
{
background-color: #AD6992;
}
.BgClassName
{
background-color: #AD6992;
}
</style>
border-color css
<style>
span { border-color: #AD6992; }
span { border-color: rgb(173,105,146); }
td.TdClassName
{
border-color: #AD6992;
}
.TagClassName
{
border-color: #AD6992;
}
</style>