Shades of Bouquet #AD7B9F
Tints of Bouquet #AD7B9F
RGB
CMYK
RGB Variations
Color information
#AD7B9F (or 0xAD7B9F) is known color: Bouquet. HEX triplet: AD, 7B and 9F. RGB value is (173,123,159). Sum of RGB (Red+Green+Blue) = 173+123+159=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7B9F is #528460. Grayscale: #8D8D8D. Windows color (decimal): -5407841 or 10451885. OLE color: 10451885.
HSL color Cylindrical-coordinate representation of color #AD7B9F: hue angle of 316.8º degrees, saturation: 0.23, 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 #AD7B9F is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 159 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.32 |
| HSL | 316.8º | 0.23% | 0.58% | - |
| HSV(B) | 316.8º | 0.29% | 0.68% | - |
| XYZ | 30.57 | 25.55 | 36.12 | - |
| YUV | 142.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 159 | 0 | 0.29 | 0.08 | 0.32 | 316.8 | 0.23 | 0.58 |
| Hex | AD | 7B | 9F | 0 | 1D | 8 | 20 | 13D | 17 | 3A |
| Octal | 255 | 173 | 237 | 0 | 35 | 10 | 40 | 475 | 27 | 72 |
| Binary | 10101101 | 1111011 | 10011111 | 0 | 11101 | 1000 | 100000 | 100111101 | 10111 | 111010 |
Color Harmonies of #AD7B9F
Complementary color
Monochromatic Colors of #AD7B9F
Black with #AD7B9F
Text Example
Text Example
White with #AD7B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B9F; }
p { color: rgb(173,123,159); }
H1.HeaderClassName
{
color: #AD7B9F;
}
.AnyTagClassName
{
color: #AD7B9F;
}
</style>
background-color css
<style>
a { background-color: #AD7B9F; }
a { background-color: rgb(173,123,159); }
div.DivClassName
{
background-color: #AD7B9F;
}
.BgClassName
{
background-color: #AD7B9F;
}
</style>
border-color css
<style>
span { border-color: #AD7B9F; }
span { border-color: rgb(173,123,159); }
td.TdClassName
{
border-color: #AD7B9F;
}
.TagClassName
{
border-color: #AD7B9F;
}
</style>