Shades of Bouquet #AD849D
Tints of Bouquet #AD849D
RGB
CMYK
RGB Variations
Color information
#AD849D (or 0xAD849D) is known color: Bouquet. HEX triplet: AD, 84 and 9D. RGB value is (173,132,157). Sum of RGB (Red+Green+Blue) = 173+132+157=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD849D is #527B62. Grayscale: #939393. Windows color (decimal): -5405539 or 10323117. OLE color: 10323117.
HSL color Cylindrical-coordinate representation of color #AD849D: hue angle of 323.41º 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 #AD849D is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 132 | 157 | - |
CMYK | 0 | 0.24 | 0.09 | 0.32 |
HSL | 323.41º | 0.2% | 0.6% | - |
HSV(B) | 323.41º | 0.24% | 0.68% | - |
XYZ | 31.57 | 27.82 | 35.6 | - |
YUV | 147.11 | 133.58 | 146.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 132 | 157 | 0 | 0.24 | 0.09 | 0.32 | 323.41 | 0.2 | 0.6 |
Hex | AD | 84 | 9D | 0 | 18 | 9 | 20 | 143 | 14 | 3C |
Octal | 255 | 204 | 235 | 0 | 30 | 11 | 40 | 503 | 24 | 74 |
Binary | 10101101 | 10000100 | 10011101 | 0 | 11000 | 1001 | 100000 | 101000011 | 10100 | 111100 |
Color Harmonies of #AD849D
Complementary color
Monochromatic Colors of #AD849D
Black with #AD849D
Text Example
Text Example
White with #AD849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD849D; }
p { color: rgb(173,132,157); }
H1.HeaderClassName
{
color: #AD849D;
}
.AnyTagClassName
{
color: #AD849D;
}
</style>
background-color css
<style>
a { background-color: #AD849D; }
a { background-color: rgb(173,132,157); }
div.DivClassName
{
background-color: #AD849D;
}
.BgClassName
{
background-color: #AD849D;
}
</style>
border-color css
<style>
span { border-color: #AD849D; }
span { border-color: rgb(173,132,157); }
td.TdClassName
{
border-color: #AD849D;
}
.TagClassName
{
border-color: #AD849D;
}
</style>