Shades of Bouquet #AD8395
Tints of Bouquet #AD8395
RGB
CMYK
RGB Variations
Color information
#AD8395 (or 0xAD8395) is known color: Bouquet. HEX triplet: AD, 83 and 95. RGB value is (173,131,149). Sum of RGB (Red+Green+Blue) = 173+131+149=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8395 is #527C6A. Grayscale: #919191. Windows color (decimal): -5405803 or 9798573. OLE color: 9798573.
HSL color Cylindrical-coordinate representation of color #AD8395: hue angle of 334.29º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8395 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 149 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.32 |
| HSL | 334.29º | 0.2% | 0.6% | - |
| HSV(B) | 334.29º | 0.24% | 0.68% | - |
| XYZ | 30.77 | 27.29 | 32.08 | - |
| YUV | 145.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 149 | 0 | 0.24 | 0.14 | 0.32 | 334.29 | 0.2 | 0.6 |
| Hex | AD | 83 | 95 | 0 | 18 | E | 20 | 14E | 14 | 3C |
| Octal | 255 | 203 | 225 | 0 | 30 | 16 | 40 | 516 | 24 | 74 |
| Binary | 10101101 | 10000011 | 10010101 | 0 | 11000 | 1110 | 100000 | 101001110 | 10100 | 111100 |
Color Harmonies of #AD8395
Complementary color
Monochromatic Colors of #AD8395
Black with #AD8395
Text Example
Text Example
White with #AD8395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8395; }
p { color: rgb(173,131,149); }
H1.HeaderClassName
{
color: #AD8395;
}
.AnyTagClassName
{
color: #AD8395;
}
</style>
background-color css
<style>
a { background-color: #AD8395; }
a { background-color: rgb(173,131,149); }
div.DivClassName
{
background-color: #AD8395;
}
.BgClassName
{
background-color: #AD8395;
}
</style>
border-color css
<style>
span { border-color: #AD8395; }
span { border-color: rgb(173,131,149); }
td.TdClassName
{
border-color: #AD8395;
}
.TagClassName
{
border-color: #AD8395;
}
</style>