Shades of Bouquet #AD8A9E
Tints of Bouquet #AD8A9E
RGB
CMYK
RGB Variations
Color information
#AD8A9E (or 0xAD8A9E) is known color: Bouquet. HEX triplet: AD, 8A and 9E. RGB value is (173,138,158). Sum of RGB (Red+Green+Blue) = 173+138+158=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8A9E is #527561. Grayscale: #969696. Windows color (decimal): -5404002 or 10390189. OLE color: 10390189.
HSL color Cylindrical-coordinate representation of color #AD8A9E: hue angle of 325.71º degrees, saturation: 0.18, 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 #AD8A9E is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 158 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.32 |
| HSL | 325.71º | 0.18% | 0.61% | - |
| HSV(B) | 325.71º | 0.2% | 0.68% | - |
| XYZ | 32.49 | 29.53 | 36.33 | - |
| YUV | 150.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 158 | 0 | 0.20 | 0.09 | 0.32 | 325.71 | 0.18 | 0.61 |
| Hex | AD | 8A | 9E | 0 | 14 | 9 | 20 | 146 | 12 | 3D |
| Octal | 255 | 212 | 236 | 0 | 24 | 11 | 40 | 506 | 22 | 75 |
| Binary | 10101101 | 10001010 | 10011110 | 0 | 10100 | 1001 | 100000 | 101000110 | 10010 | 111101 |
Color Harmonies of #AD8A9E
Complementary color
Monochromatic Colors of #AD8A9E
Black with #AD8A9E
Text Example
Text Example
White with #AD8A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A9E; }
p { color: rgb(173,138,158); }
H1.HeaderClassName
{
color: #AD8A9E;
}
.AnyTagClassName
{
color: #AD8A9E;
}
</style>
background-color css
<style>
a { background-color: #AD8A9E; }
a { background-color: rgb(173,138,158); }
div.DivClassName
{
background-color: #AD8A9E;
}
.BgClassName
{
background-color: #AD8A9E;
}
</style>
border-color css
<style>
span { border-color: #AD8A9E; }
span { border-color: rgb(173,138,158); }
td.TdClassName
{
border-color: #AD8A9E;
}
.TagClassName
{
border-color: #AD8A9E;
}
</style>