Shades of Bouquet #A87396
Tints of Bouquet #A87396
RGB
CMYK
RGB Variations
Color information
#A87396 (or 0xA87396) is known color: Bouquet. HEX triplet: A8, 73 and 96. RGB value is (168,115,150). Sum of RGB (Red+Green+Blue) = 168+115+150=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A87396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87396 is #578C69. Grayscale: #868686. Windows color (decimal): -5737578 or 9860008. OLE color: 9860008.
HSL color Cylindrical-coordinate representation of color #A87396: hue angle of 320.38º 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 #A87396 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 150 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.34 |
| HSL | 320.38º | 0.23% | 0.55% | - |
| HSV(B) | 320.38º | 0.32% | 0.66% | - |
| XYZ | 27.78 | 22.79 | 31.79 | - |
| YUV | 134.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 150 | 0 | 0.32 | 0.11 | 0.34 | 320.38 | 0.23 | 0.55 |
| Hex | A8 | 73 | 96 | 0 | 20 | B | 22 | 140 | 17 | 37 |
| Octal | 250 | 163 | 226 | 0 | 40 | 13 | 42 | 500 | 27 | 67 |
| Binary | 10101000 | 1110011 | 10010110 | 0 | 100000 | 1011 | 100010 | 101000000 | 10111 | 110111 |
Color Harmonies of #A87396
Complementary color
Monochromatic Colors of #A87396
Black with #A87396
Text Example
Text Example
White with #A87396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87396; }
p { color: rgb(168,115,150); }
H1.HeaderClassName
{
color: #A87396;
}
.AnyTagClassName
{
color: #A87396;
}
</style>
background-color css
<style>
a { background-color: #A87396; }
a { background-color: rgb(168,115,150); }
div.DivClassName
{
background-color: #A87396;
}
.BgClassName
{
background-color: #A87396;
}
</style>
border-color css
<style>
span { border-color: #A87396; }
span { border-color: rgb(168,115,150); }
td.TdClassName
{
border-color: #A87396;
}
.TagClassName
{
border-color: #A87396;
}
</style>