Shades of Bouquet #AD7795
Tints of Bouquet #AD7795
RGB
CMYK
RGB Variations
Color information
#AD7795 (or 0xAD7795) is known color: Bouquet. HEX triplet: AD, 77 and 95. RGB value is (173,119,149). Sum of RGB (Red+Green+Blue) = 173+119+149=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7795 is #52886A. Grayscale: #8A8A8A. Windows color (decimal): -5408875 or 9795501. OLE color: 9795501.
HSL color Cylindrical-coordinate representation of color #AD7795: hue angle of 326.67º 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 #AD7795 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 149 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.32 |
| HSL | 326.67º | 0.25% | 0.57% | - |
| HSV(B) | 326.67º | 0.31% | 0.68% | - |
| XYZ | 29.26 | 24.25 | 31.57 | - |
| YUV | 138.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 149 | 0 | 0.31 | 0.14 | 0.32 | 326.67 | 0.25 | 0.57 |
| Hex | AD | 77 | 95 | 0 | 1F | E | 20 | 147 | 19 | 39 |
| Octal | 255 | 167 | 225 | 0 | 37 | 16 | 40 | 507 | 31 | 71 |
| Binary | 10101101 | 1110111 | 10010101 | 0 | 11111 | 1110 | 100000 | 101000111 | 11001 | 111001 |
Color Harmonies of #AD7795
Complementary color
Monochromatic Colors of #AD7795
Black with #AD7795
Text Example
Text Example
White with #AD7795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7795; }
p { color: rgb(173,119,149); }
H1.HeaderClassName
{
color: #AD7795;
}
.AnyTagClassName
{
color: #AD7795;
}
</style>
background-color css
<style>
a { background-color: #AD7795; }
a { background-color: rgb(173,119,149); }
div.DivClassName
{
background-color: #AD7795;
}
.BgClassName
{
background-color: #AD7795;
}
</style>
border-color css
<style>
span { border-color: #AD7795; }
span { border-color: rgb(173,119,149); }
td.TdClassName
{
border-color: #AD7795;
}
.TagClassName
{
border-color: #AD7795;
}
</style>