Shades of Bouquet #AD7A96
Tints of Bouquet #AD7A96
RGB
CMYK
RGB Variations
Color information
#AD7A96 (or 0xAD7A96) is known color: Bouquet. HEX triplet: AD, 7A and 96. RGB value is (173,122,150). Sum of RGB (Red+Green+Blue) = 173+122+150=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A96 is #528569. Grayscale: #8C8C8C. Windows color (decimal): -5408106 or 9861805. OLE color: 9861805.
HSL color Cylindrical-coordinate representation of color #AD7A96: hue angle of 327.06º 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 #AD7A96 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 150 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.32 |
| HSL | 327.06º | 0.24% | 0.58% | - |
| HSV(B) | 327.06º | 0.29% | 0.68% | - |
| XYZ | 29.7 | 25.01 | 32.12 | - |
| YUV | 140.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 150 | 0 | 0.29 | 0.13 | 0.32 | 327.06 | 0.24 | 0.58 |
| Hex | AD | 7A | 96 | 0 | 1D | D | 20 | 147 | 18 | 3A |
| Octal | 255 | 172 | 226 | 0 | 35 | 15 | 40 | 507 | 30 | 72 |
| Binary | 10101101 | 1111010 | 10010110 | 0 | 11101 | 1101 | 100000 | 101000111 | 11000 | 111010 |
Color Harmonies of #AD7A96
Complementary color
Monochromatic Colors of #AD7A96
Black with #AD7A96
Text Example
Text Example
White with #AD7A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A96; }
p { color: rgb(173,122,150); }
H1.HeaderClassName
{
color: #AD7A96;
}
.AnyTagClassName
{
color: #AD7A96;
}
</style>
background-color css
<style>
a { background-color: #AD7A96; }
a { background-color: rgb(173,122,150); }
div.DivClassName
{
background-color: #AD7A96;
}
.BgClassName
{
background-color: #AD7A96;
}
</style>
border-color css
<style>
span { border-color: #AD7A96; }
span { border-color: rgb(173,122,150); }
td.TdClassName
{
border-color: #AD7A96;
}
.TagClassName
{
border-color: #AD7A96;
}
</style>