Shades of Bouquet #AD7A97
Tints of Bouquet #AD7A97
RGB
CMYK
RGB Variations
Color information
#AD7A97 (or 0xAD7A97) is known color: Bouquet. HEX triplet: AD, 7A and 97. RGB value is (173,122,151). Sum of RGB (Red+Green+Blue) = 173+122+151=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A97 is #528568. Grayscale: #8C8C8C. Windows color (decimal): -5408105 or 9927341. OLE color: 9927341.
HSL color Cylindrical-coordinate representation of color #AD7A97: hue angle of 325.88º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7A97 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 151 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.32 |
| HSL | 325.88º | 0.24% | 0.58% | - |
| HSV(B) | 325.88º | 0.29% | 0.68% | - |
| XYZ | 29.78 | 25.04 | 32.54 | - |
| YUV | 140.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 151 | 0 | 0.29 | 0.13 | 0.32 | 325.88 | 0.24 | 0.58 |
| Hex | AD | 7A | 97 | 0 | 1D | D | 20 | 146 | 18 | 3A |
| Octal | 255 | 172 | 227 | 0 | 35 | 15 | 40 | 506 | 30 | 72 |
| Binary | 10101101 | 1111010 | 10010111 | 0 | 11101 | 1101 | 100000 | 101000110 | 11000 | 111010 |
Color Harmonies of #AD7A97
Complementary color
Monochromatic Colors of #AD7A97
Black with #AD7A97
Text Example
Text Example
White with #AD7A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A97; }
p { color: rgb(173,122,151); }
H1.HeaderClassName
{
color: #AD7A97;
}
.AnyTagClassName
{
color: #AD7A97;
}
</style>
background-color css
<style>
a { background-color: #AD7A97; }
a { background-color: rgb(173,122,151); }
div.DivClassName
{
background-color: #AD7A97;
}
.BgClassName
{
background-color: #AD7A97;
}
</style>
border-color css
<style>
span { border-color: #AD7A97; }
span { border-color: rgb(173,122,151); }
td.TdClassName
{
border-color: #AD7A97;
}
.TagClassName
{
border-color: #AD7A97;
}
</style>