Shades of Bouquet #AD7B9C
Tints of Bouquet #AD7B9C
RGB
CMYK
RGB Variations
Color information
#AD7B9C (or 0xAD7B9C) is known color: Bouquet. HEX triplet: AD, 7B and 9C. RGB value is (173,123,156). Sum of RGB (Red+Green+Blue) = 173+123+156=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7B9C is #528463. Grayscale: #8D8D8D. Windows color (decimal): -5407844 or 10255277. OLE color: 10255277.
HSL color Cylindrical-coordinate representation of color #AD7B9C: hue angle of 320.4º 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 #AD7B9C is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 156 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.32 |
| HSL | 320.4º | 0.23% | 0.58% | - |
| HSV(B) | 320.4º | 0.29% | 0.68% | - |
| XYZ | 30.32 | 25.45 | 34.77 | - |
| YUV | 141.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 156 | 0 | 0.29 | 0.10 | 0.32 | 320.4 | 0.23 | 0.58 |
| Hex | AD | 7B | 9C | 0 | 1D | A | 20 | 140 | 17 | 3A |
| Octal | 255 | 173 | 234 | 0 | 35 | 12 | 40 | 500 | 27 | 72 |
| Binary | 10101101 | 1111011 | 10011100 | 0 | 11101 | 1010 | 100000 | 101000000 | 10111 | 111010 |
Color Harmonies of #AD7B9C
Complementary color
Monochromatic Colors of #AD7B9C
Black with #AD7B9C
Text Example
Text Example
White with #AD7B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B9C; }
p { color: rgb(173,123,156); }
H1.HeaderClassName
{
color: #AD7B9C;
}
.AnyTagClassName
{
color: #AD7B9C;
}
</style>
background-color css
<style>
a { background-color: #AD7B9C; }
a { background-color: rgb(173,123,156); }
div.DivClassName
{
background-color: #AD7B9C;
}
.BgClassName
{
background-color: #AD7B9C;
}
</style>
border-color css
<style>
span { border-color: #AD7B9C; }
span { border-color: rgb(173,123,156); }
td.TdClassName
{
border-color: #AD7B9C;
}
.TagClassName
{
border-color: #AD7B9C;
}
</style>