Shades of Bouquet #AD7E97
Tints of Bouquet #AD7E97
RGB
CMYK
RGB Variations
Color information
#AD7E97 (or 0xAD7E97) is known color: Bouquet. HEX triplet: AD, 7E and 97. RGB value is (173,126,151). Sum of RGB (Red+Green+Blue) = 173+126+151=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E97 is #528168. Grayscale: #8E8E8E. Windows color (decimal): -5407081 or 9928365. OLE color: 9928365.
HSL color Cylindrical-coordinate representation of color #AD7E97: hue angle of 328.09º 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 #AD7E97 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 151 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.32 |
| HSL | 328.09º | 0.22% | 0.59% | - |
| HSV(B) | 328.09º | 0.27% | 0.68% | - |
| XYZ | 30.28 | 26.04 | 32.71 | - |
| YUV | 142.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 151 | 0 | 0.27 | 0.13 | 0.32 | 328.09 | 0.22 | 0.59 |
| Hex | AD | 7E | 97 | 0 | 1B | D | 20 | 148 | 16 | 3B |
| Octal | 255 | 176 | 227 | 0 | 33 | 15 | 40 | 510 | 26 | 73 |
| Binary | 10101101 | 1111110 | 10010111 | 0 | 11011 | 1101 | 100000 | 101001000 | 10110 | 111011 |
Color Harmonies of #AD7E97
Complementary color
Monochromatic Colors of #AD7E97
Black with #AD7E97
Text Example
Text Example
White with #AD7E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E97; }
p { color: rgb(173,126,151); }
H1.HeaderClassName
{
color: #AD7E97;
}
.AnyTagClassName
{
color: #AD7E97;
}
</style>
background-color css
<style>
a { background-color: #AD7E97; }
a { background-color: rgb(173,126,151); }
div.DivClassName
{
background-color: #AD7E97;
}
.BgClassName
{
background-color: #AD7E97;
}
</style>
border-color css
<style>
span { border-color: #AD7E97; }
span { border-color: rgb(173,126,151); }
td.TdClassName
{
border-color: #AD7E97;
}
.TagClassName
{
border-color: #AD7E97;
}
</style>