Shades of Bouquet #AD8B9D
Tints of Bouquet #AD8B9D
RGB
CMYK
RGB Variations
Color information
#AD8B9D (or 0xAD8B9D) is known color: Bouquet. HEX triplet: AD, 8B and 9D. RGB value is (173,139,157). Sum of RGB (Red+Green+Blue) = 173+139+157=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8B9D is #527462. Grayscale: #979797. Windows color (decimal): -5403747 or 10324909. OLE color: 10324909.
HSL color Cylindrical-coordinate representation of color #AD8B9D: hue angle of 328.24º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8B9D is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 157 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.32 |
| HSL | 328.24º | 0.17% | 0.61% | - |
| HSV(B) | 328.24º | 0.2% | 0.68% | - |
| XYZ | 32.55 | 29.78 | 35.93 | - |
| YUV | 151.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 157 | 0 | 0.20 | 0.09 | 0.32 | 328.24 | 0.17 | 0.61 |
| Hex | AD | 8B | 9D | 0 | 14 | 9 | 20 | 148 | 11 | 3D |
| Octal | 255 | 213 | 235 | 0 | 24 | 11 | 40 | 510 | 21 | 75 |
| Binary | 10101101 | 10001011 | 10011101 | 0 | 10100 | 1001 | 100000 | 101001000 | 10001 | 111101 |
Color Harmonies of #AD8B9D
Complementary color
Monochromatic Colors of #AD8B9D
Black with #AD8B9D
Text Example
Text Example
White with #AD8B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B9D; }
p { color: rgb(173,139,157); }
H1.HeaderClassName
{
color: #AD8B9D;
}
.AnyTagClassName
{
color: #AD8B9D;
}
</style>
background-color css
<style>
a { background-color: #AD8B9D; }
a { background-color: rgb(173,139,157); }
div.DivClassName
{
background-color: #AD8B9D;
}
.BgClassName
{
background-color: #AD8B9D;
}
</style>
border-color css
<style>
span { border-color: #AD8B9D; }
span { border-color: rgb(173,139,157); }
td.TdClassName
{
border-color: #AD8B9D;
}
.TagClassName
{
border-color: #AD8B9D;
}
</style>