Shades of Bouquet #AD8EA3
Tints of Bouquet #AD8EA3
RGB
CMYK
RGB Variations
Color information
#AD8EA3 (or 0xAD8EA3) is known color: Bouquet. HEX triplet: AD, 8E and A3. RGB value is (173,142,163). Sum of RGB (Red+Green+Blue) = 173+142+163=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8EA3 is #52715C. Grayscale: #999999. Windows color (decimal): -5402973 or 10718893. OLE color: 10718893.
HSL color Cylindrical-coordinate representation of color #AD8EA3: hue angle of 319.35º 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 #AD8EA3 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 163 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.32 |
| HSL | 319.35º | 0.16% | 0.62% | - |
| HSV(B) | 319.35º | 0.18% | 0.68% | - |
| XYZ | 33.52 | 30.87 | 38.84 | - |
| YUV | 153.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 163 | 0 | 0.18 | 0.06 | 0.32 | 319.35 | 0.16 | 0.62 |
| Hex | AD | 8E | A3 | 0 | 12 | 6 | 20 | 13F | 10 | 3E |
| Octal | 255 | 216 | 243 | 0 | 22 | 6 | 40 | 477 | 20 | 76 |
| Binary | 10101101 | 10001110 | 10100011 | 0 | 10010 | 110 | 100000 | 100111111 | 10000 | 111110 |
Color Harmonies of #AD8EA3
Complementary color
Monochromatic Colors of #AD8EA3
Black with #AD8EA3
Text Example
Text Example
White with #AD8EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8EA3; }
p { color: rgb(173,142,163); }
H1.HeaderClassName
{
color: #AD8EA3;
}
.AnyTagClassName
{
color: #AD8EA3;
}
</style>
background-color css
<style>
a { background-color: #AD8EA3; }
a { background-color: rgb(173,142,163); }
div.DivClassName
{
background-color: #AD8EA3;
}
.BgClassName
{
background-color: #AD8EA3;
}
</style>
border-color css
<style>
span { border-color: #AD8EA3; }
span { border-color: rgb(173,142,163); }
td.TdClassName
{
border-color: #AD8EA3;
}
.TagClassName
{
border-color: #AD8EA3;
}
</style>