Shades of Bouquet #AD8E9F
Tints of Bouquet #AD8E9F
RGB
CMYK
RGB Variations
Color information
#AD8E9F (or 0xAD8E9F) is known color: Bouquet. HEX triplet: AD, 8E and 9F. RGB value is (173,142,159). Sum of RGB (Red+Green+Blue) = 173+142+159=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E9F is #527160. Grayscale: #999999. Windows color (decimal): -5402977 or 10456749. OLE color: 10456749.
HSL color Cylindrical-coordinate representation of color #AD8E9F: hue angle of 327.1º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8E9F is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 159 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.32 |
| HSL | 327.1º | 0.16% | 0.62% | - |
| HSV(B) | 327.1º | 0.18% | 0.68% | - |
| XYZ | 33.16 | 30.73 | 36.99 | - |
| YUV | 153.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 159 | 0 | 0.18 | 0.08 | 0.32 | 327.1 | 0.16 | 0.62 |
| Hex | AD | 8E | 9F | 0 | 12 | 8 | 20 | 147 | 10 | 3E |
| Octal | 255 | 216 | 237 | 0 | 22 | 10 | 40 | 507 | 20 | 76 |
| Binary | 10101101 | 10001110 | 10011111 | 0 | 10010 | 1000 | 100000 | 101000111 | 10000 | 111110 |
Color Harmonies of #AD8E9F
Complementary color
Monochromatic Colors of #AD8E9F
Black with #AD8E9F
Text Example
Text Example
White with #AD8E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E9F; }
p { color: rgb(173,142,159); }
H1.HeaderClassName
{
color: #AD8E9F;
}
.AnyTagClassName
{
color: #AD8E9F;
}
</style>
background-color css
<style>
a { background-color: #AD8E9F; }
a { background-color: rgb(173,142,159); }
div.DivClassName
{
background-color: #AD8E9F;
}
.BgClassName
{
background-color: #AD8E9F;
}
</style>
border-color css
<style>
span { border-color: #AD8E9F; }
span { border-color: rgb(173,142,159); }
td.TdClassName
{
border-color: #AD8E9F;
}
.TagClassName
{
border-color: #AD8E9F;
}
</style>