Shades of Bouquet #AD7195
Tints of Bouquet #AD7195
RGB
CMYK
RGB Variations
Color information
#AD7195 (or 0xAD7195) is known color: Bouquet. HEX triplet: AD, 71 and 95. RGB value is (173,113,149). Sum of RGB (Red+Green+Blue) = 173+113+149=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7195 is #528E6A. Grayscale: #868686. Windows color (decimal): -5410411 or 9793965. OLE color: 9793965.
HSL color Cylindrical-coordinate representation of color #AD7195: hue angle of 324º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD7195 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 149 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.32 |
| HSL | 324º | 0.27% | 0.56% | - |
| HSV(B) | 324º | 0.35% | 0.68% | - |
| XYZ | 28.56 | 22.86 | 31.34 | - |
| YUV | 135.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 149 | 0 | 0.35 | 0.14 | 0.32 | 324 | 0.27 | 0.56 |
| Hex | AD | 71 | 95 | 0 | 23 | E | 20 | 144 | 1B | 38 |
| Octal | 255 | 161 | 225 | 0 | 43 | 16 | 40 | 504 | 33 | 70 |
| Binary | 10101101 | 1110001 | 10010101 | 0 | 100011 | 1110 | 100000 | 101000100 | 11011 | 111000 |
Color Harmonies of #AD7195
Complementary color
Monochromatic Colors of #AD7195
Black with #AD7195
Text Example
Text Example
White with #AD7195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7195; }
p { color: rgb(173,113,149); }
H1.HeaderClassName
{
color: #AD7195;
}
.AnyTagClassName
{
color: #AD7195;
}
</style>
background-color css
<style>
a { background-color: #AD7195; }
a { background-color: rgb(173,113,149); }
div.DivClassName
{
background-color: #AD7195;
}
.BgClassName
{
background-color: #AD7195;
}
</style>
border-color css
<style>
span { border-color: #AD7195; }
span { border-color: rgb(173,113,149); }
td.TdClassName
{
border-color: #AD7195;
}
.TagClassName
{
border-color: #AD7195;
}
</style>