Shades of Bouquet #A87392
Tints of Bouquet #A87392
RGB
CMYK
RGB Variations
Color information
#A87392 (or 0xA87392) is known color: Bouquet. HEX triplet: A8, 73 and 92. RGB value is (168,115,146). Sum of RGB (Red+Green+Blue) = 168+115+146=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A87392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87392 is #578C6D. Grayscale: #868686. Windows color (decimal): -5737582 or 9597864. OLE color: 9597864.
HSL color Cylindrical-coordinate representation of color #A87392: hue angle of 324.91º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87392 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 146 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.34 |
| HSL | 324.91º | 0.23% | 0.55% | - |
| HSV(B) | 324.91º | 0.32% | 0.66% | - |
| XYZ | 27.47 | 22.66 | 30.12 | - |
| YUV | 134.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 146 | 0 | 0.32 | 0.13 | 0.34 | 324.91 | 0.23 | 0.55 |
| Hex | A8 | 73 | 92 | 0 | 20 | D | 22 | 145 | 17 | 37 |
| Octal | 250 | 163 | 222 | 0 | 40 | 15 | 42 | 505 | 27 | 67 |
| Binary | 10101000 | 1110011 | 10010010 | 0 | 100000 | 1101 | 100010 | 101000101 | 10111 | 110111 |
Color Harmonies of #A87392
Complementary color
Monochromatic Colors of #A87392
Black with #A87392
Text Example
Text Example
White with #A87392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87392; }
p { color: rgb(168,115,146); }
H1.HeaderClassName
{
color: #A87392;
}
.AnyTagClassName
{
color: #A87392;
}
</style>
background-color css
<style>
a { background-color: #A87392; }
a { background-color: rgb(168,115,146); }
div.DivClassName
{
background-color: #A87392;
}
.BgClassName
{
background-color: #A87392;
}
</style>
border-color css
<style>
span { border-color: #A87392; }
span { border-color: rgb(168,115,146); }
td.TdClassName
{
border-color: #A87392;
}
.TagClassName
{
border-color: #A87392;
}
</style>