Shades of Bouquet #AD8C9B
Tints of Bouquet #AD8C9B
RGB
CMYK
RGB Variations
Color information
#AD8C9B (or 0xAD8C9B) is known color: Bouquet. HEX triplet: AD, 8C and 9B. RGB value is (173,140,155). Sum of RGB (Red+Green+Blue) = 173+140+155=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C9B is #527364. Grayscale: #979797. Windows color (decimal): -5403493 or 10194093. OLE color: 10194093.
HSL color Cylindrical-coordinate representation of color #AD8C9B: hue angle of 332.73º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD8C9B is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 155 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.32 |
| HSL | 332.73º | 0.17% | 0.61% | - |
| HSV(B) | 332.73º | 0.19% | 0.68% | - |
| XYZ | 32.53 | 30.01 | 35.09 | - |
| YUV | 151.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 155 | 0 | 0.19 | 0.10 | 0.32 | 332.73 | 0.17 | 0.61 |
| Hex | AD | 8C | 9B | 0 | 13 | A | 20 | 14D | 11 | 3D |
| Octal | 255 | 214 | 233 | 0 | 23 | 12 | 40 | 515 | 21 | 75 |
| Binary | 10101101 | 10001100 | 10011011 | 0 | 10011 | 1010 | 100000 | 101001101 | 10001 | 111101 |
Color Harmonies of #AD8C9B
Complementary color
Monochromatic Colors of #AD8C9B
Black with #AD8C9B
Text Example
Text Example
White with #AD8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C9B; }
p { color: rgb(173,140,155); }
H1.HeaderClassName
{
color: #AD8C9B;
}
.AnyTagClassName
{
color: #AD8C9B;
}
</style>
background-color css
<style>
a { background-color: #AD8C9B; }
a { background-color: rgb(173,140,155); }
div.DivClassName
{
background-color: #AD8C9B;
}
.BgClassName
{
background-color: #AD8C9B;
}
</style>
border-color css
<style>
span { border-color: #AD8C9B; }
span { border-color: rgb(173,140,155); }
td.TdClassName
{
border-color: #AD8C9B;
}
.TagClassName
{
border-color: #AD8C9B;
}
</style>