Shades of Bouquet #AD7792
Tints of Bouquet #AD7792
RGB
CMYK
RGB Variations
Color information
#AD7792 (or 0xAD7792) is known color: Bouquet. HEX triplet: AD, 77 and 92. RGB value is (173,119,146). Sum of RGB (Red+Green+Blue) = 173+119+146=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7792 is #52886D. Grayscale: #8A8A8A. Windows color (decimal): -5408878 or 9598893. OLE color: 9598893.
HSL color Cylindrical-coordinate representation of color #AD7792: hue angle of 330º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD7792 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 146 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.32 |
| HSL | 330º | 0.25% | 0.57% | - |
| HSV(B) | 330º | 0.31% | 0.68% | - |
| XYZ | 29.02 | 24.15 | 30.33 | - |
| YUV | 138.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 146 | 0 | 0.31 | 0.16 | 0.32 | 330 | 0.25 | 0.57 |
| Hex | AD | 77 | 92 | 0 | 1F | 10 | 20 | 14A | 19 | 39 |
| Octal | 255 | 167 | 222 | 0 | 37 | 20 | 40 | 512 | 31 | 71 |
| Binary | 10101101 | 1110111 | 10010010 | 0 | 11111 | 10000 | 100000 | 101001010 | 11001 | 111001 |
Color Harmonies of #AD7792
Complementary color
Monochromatic Colors of #AD7792
Black with #AD7792
Text Example
Text Example
White with #AD7792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7792; }
p { color: rgb(173,119,146); }
H1.HeaderClassName
{
color: #AD7792;
}
.AnyTagClassName
{
color: #AD7792;
}
</style>
background-color css
<style>
a { background-color: #AD7792; }
a { background-color: rgb(173,119,146); }
div.DivClassName
{
background-color: #AD7792;
}
.BgClassName
{
background-color: #AD7792;
}
</style>
border-color css
<style>
span { border-color: #AD7792; }
span { border-color: rgb(173,119,146); }
td.TdClassName
{
border-color: #AD7792;
}
.TagClassName
{
border-color: #AD7792;
}
</style>