Shades of Bouquet #AD7E95
Tints of Bouquet #AD7E95
RGB
CMYK
RGB Variations
Color information
#AD7E95 (or 0xAD7E95) is known color: Bouquet. HEX triplet: AD, 7E and 95. RGB value is (173,126,149). Sum of RGB (Red+Green+Blue) = 173+126+149=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E95 is #52816A. Grayscale: #8E8E8E. Windows color (decimal): -5407083 or 9797293. OLE color: 9797293.
HSL color Cylindrical-coordinate representation of color #AD7E95: hue angle of 330.64º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7E95 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 149 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.32 |
| HSL | 330.64º | 0.22% | 0.59% | - |
| HSV(B) | 330.64º | 0.27% | 0.68% | - |
| XYZ | 30.12 | 25.98 | 31.86 | - |
| YUV | 142.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 149 | 0 | 0.27 | 0.14 | 0.32 | 330.64 | 0.22 | 0.59 |
| Hex | AD | 7E | 95 | 0 | 1B | E | 20 | 14B | 16 | 3B |
| Octal | 255 | 176 | 225 | 0 | 33 | 16 | 40 | 513 | 26 | 73 |
| Binary | 10101101 | 1111110 | 10010101 | 0 | 11011 | 1110 | 100000 | 101001011 | 10110 | 111011 |
Color Harmonies of #AD7E95
Complementary color
Monochromatic Colors of #AD7E95
Black with #AD7E95
Text Example
Text Example
White with #AD7E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E95; }
p { color: rgb(173,126,149); }
H1.HeaderClassName
{
color: #AD7E95;
}
.AnyTagClassName
{
color: #AD7E95;
}
</style>
background-color css
<style>
a { background-color: #AD7E95; }
a { background-color: rgb(173,126,149); }
div.DivClassName
{
background-color: #AD7E95;
}
.BgClassName
{
background-color: #AD7E95;
}
</style>
border-color css
<style>
span { border-color: #AD7E95; }
span { border-color: rgb(173,126,149); }
td.TdClassName
{
border-color: #AD7E95;
}
.TagClassName
{
border-color: #AD7E95;
}
</style>