Shades of Bouquet #AD8C9E
Tints of Bouquet #AD8C9E
RGB
CMYK
RGB Variations
Color information
#AD8C9E (or 0xAD8C9E) is known color: Bouquet. HEX triplet: AD, 8C and 9E. RGB value is (173,140,158). Sum of RGB (Red+Green+Blue) = 173+140+158=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C9E is #527361. Grayscale: #979797. Windows color (decimal): -5403490 or 10390701. OLE color: 10390701.
HSL color Cylindrical-coordinate representation of color #AD8C9E: hue angle of 327.27º 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 #AD8C9E is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 140 | 158 | - |
CMYK | 0 | 0.19 | 0.09 | 0.32 |
HSL | 327.27º | 0.17% | 0.61% | - |
HSV(B) | 327.27º | 0.19% | 0.68% | - |
XYZ | 32.78 | 30.11 | 36.43 | - |
YUV | 151.92 | 131.43 | 143.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 140 | 158 | 0 | 0.19 | 0.09 | 0.32 | 327.27 | 0.17 | 0.61 |
Hex | AD | 8C | 9E | 0 | 13 | 9 | 20 | 147 | 11 | 3D |
Octal | 255 | 214 | 236 | 0 | 23 | 11 | 40 | 507 | 21 | 75 |
Binary | 10101101 | 10001100 | 10011110 | 0 | 10011 | 1001 | 100000 | 101000111 | 10001 | 111101 |
Color Harmonies of #AD8C9E
Complementary color
Monochromatic Colors of #AD8C9E
Black with #AD8C9E
Text Example
Text Example
White with #AD8C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C9E; }
p { color: rgb(173,140,158); }
H1.HeaderClassName
{
color: #AD8C9E;
}
.AnyTagClassName
{
color: #AD8C9E;
}
</style>
background-color css
<style>
a { background-color: #AD8C9E; }
a { background-color: rgb(173,140,158); }
div.DivClassName
{
background-color: #AD8C9E;
}
.BgClassName
{
background-color: #AD8C9E;
}
</style>
border-color css
<style>
span { border-color: #AD8C9E; }
span { border-color: rgb(173,140,158); }
td.TdClassName
{
border-color: #AD8C9E;
}
.TagClassName
{
border-color: #AD8C9E;
}
</style>