Shades of Bouquet #AD7E9C
Tints of Bouquet #AD7E9C
RGB
CMYK
RGB Variations
Color information
#AD7E9C (or 0xAD7E9C) is known color: Bouquet. HEX triplet: AD, 7E and 9C. RGB value is (173,126,156). Sum of RGB (Red+Green+Blue) = 173+126+156=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E9C is #528163. Grayscale: #8F8F8F. Windows color (decimal): -5407076 or 10256045. OLE color: 10256045.
HSL color Cylindrical-coordinate representation of color #AD7E9C: hue angle of 321.7º 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 #AD7E9C is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 156 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.32 |
| HSL | 321.7º | 0.22% | 0.59% | - |
| HSV(B) | 321.7º | 0.27% | 0.68% | - |
| XYZ | 30.7 | 26.21 | 34.89 | - |
| YUV | 143.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 156 | 0 | 0.27 | 0.10 | 0.32 | 321.7 | 0.22 | 0.59 |
| Hex | AD | 7E | 9C | 0 | 1B | A | 20 | 142 | 16 | 3B |
| Octal | 255 | 176 | 234 | 0 | 33 | 12 | 40 | 502 | 26 | 73 |
| Binary | 10101101 | 1111110 | 10011100 | 0 | 11011 | 1010 | 100000 | 101000010 | 10110 | 111011 |
Color Harmonies of #AD7E9C
Complementary color
Monochromatic Colors of #AD7E9C
Black with #AD7E9C
Text Example
Text Example
White with #AD7E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E9C; }
p { color: rgb(173,126,156); }
H1.HeaderClassName
{
color: #AD7E9C;
}
.AnyTagClassName
{
color: #AD7E9C;
}
</style>
background-color css
<style>
a { background-color: #AD7E9C; }
a { background-color: rgb(173,126,156); }
div.DivClassName
{
background-color: #AD7E9C;
}
.BgClassName
{
background-color: #AD7E9C;
}
</style>
border-color css
<style>
span { border-color: #AD7E9C; }
span { border-color: rgb(173,126,156); }
td.TdClassName
{
border-color: #AD7E9C;
}
.TagClassName
{
border-color: #AD7E9C;
}
</style>