Shades of Bouquet #AD88A0
Tints of Bouquet #AD88A0
RGB
CMYK
RGB Variations
Color information
#AD88A0 (or 0xAD88A0) is known color: Bouquet. HEX triplet: AD, 88 and A0. RGB value is (173,136,160). Sum of RGB (Red+Green+Blue) = 173+136+160=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD88A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD88A0 is #52775F. Grayscale: #959595. Windows color (decimal): -5404512 or 10520749. OLE color: 10520749.
HSL color Cylindrical-coordinate representation of color #AD88A0: hue angle of 321.08º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD88A0 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 160 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.32 |
| HSL | 321.08º | 0.18% | 0.61% | - |
| HSV(B) | 321.08º | 0.21% | 0.68% | - |
| XYZ | 32.38 | 29.03 | 37.15 | - |
| YUV | 149.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 160 | 0 | 0.21 | 0.08 | 0.32 | 321.08 | 0.18 | 0.61 |
| Hex | AD | 88 | A0 | 0 | 15 | 8 | 20 | 141 | 12 | 3D |
| Octal | 255 | 210 | 240 | 0 | 25 | 10 | 40 | 501 | 22 | 75 |
| Binary | 10101101 | 10001000 | 10100000 | 0 | 10101 | 1000 | 100000 | 101000001 | 10010 | 111101 |
Color Harmonies of #AD88A0
Complementary color
Monochromatic Colors of #AD88A0
Black with #AD88A0
Text Example
Text Example
White with #AD88A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD88A0; }
p { color: rgb(173,136,160); }
H1.HeaderClassName
{
color: #AD88A0;
}
.AnyTagClassName
{
color: #AD88A0;
}
</style>
background-color css
<style>
a { background-color: #AD88A0; }
a { background-color: rgb(173,136,160); }
div.DivClassName
{
background-color: #AD88A0;
}
.BgClassName
{
background-color: #AD88A0;
}
</style>
border-color css
<style>
span { border-color: #AD88A0; }
span { border-color: rgb(173,136,160); }
td.TdClassName
{
border-color: #AD88A0;
}
.TagClassName
{
border-color: #AD88A0;
}
</style>