Shades of Bouquet #AD76A4
Tints of Bouquet #AD76A4
RGB
CMYK
RGB Variations
Color information
#AD76A4 (or 0xAD76A4) is known color: Bouquet. HEX triplet: AD, 76 and A4. RGB value is (173,118,164). Sum of RGB (Red+Green+Blue) = 173+118+164=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD76A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD76A4 is #52895B. Grayscale: #8B8B8B. Windows color (decimal): -5409116 or 10778285. OLE color: 10778285.
HSL color Cylindrical-coordinate representation of color #AD76A4: hue angle of 309.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD76A4 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 164 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.32 |
| HSL | 309.82º | 0.25% | 0.57% | - |
| HSV(B) | 309.82º | 0.32% | 0.68% | - |
| XYZ | 30.41 | 24.52 | 38.25 | - |
| YUV | 139.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 164 | 0 | 0.32 | 0.05 | 0.32 | 309.82 | 0.25 | 0.57 |
| Hex | AD | 76 | A4 | 0 | 20 | 5 | 20 | 136 | 19 | 39 |
| Octal | 255 | 166 | 244 | 0 | 40 | 5 | 40 | 466 | 31 | 71 |
| Binary | 10101101 | 1110110 | 10100100 | 0 | 100000 | 101 | 100000 | 100110110 | 11001 | 111001 |
Color Harmonies of #AD76A4
Complementary color
Monochromatic Colors of #AD76A4
Black with #AD76A4
Text Example
Text Example
White with #AD76A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD76A4; }
p { color: rgb(173,118,164); }
H1.HeaderClassName
{
color: #AD76A4;
}
.AnyTagClassName
{
color: #AD76A4;
}
</style>
background-color css
<style>
a { background-color: #AD76A4; }
a { background-color: rgb(173,118,164); }
div.DivClassName
{
background-color: #AD76A4;
}
.BgClassName
{
background-color: #AD76A4;
}
</style>
border-color css
<style>
span { border-color: #AD76A4; }
span { border-color: rgb(173,118,164); }
td.TdClassName
{
border-color: #AD76A4;
}
.TagClassName
{
border-color: #AD76A4;
}
</style>