Shades of Bouquet #A87991
Tints of Bouquet #A87991
RGB
CMYK
RGB Variations
Color information
#A87991 (or 0xA87991) is known color: Bouquet. HEX triplet: A8, 79 and 91. RGB value is (168,121,145). Sum of RGB (Red+Green+Blue) = 168+121+145=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A87991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87991 is #57866E. Grayscale: #898989. Windows color (decimal): -5736047 or 9533864. OLE color: 9533864.
HSL color Cylindrical-coordinate representation of color #A87991: hue angle of 329.36º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A87991 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 145 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.34 |
| HSL | 329.36º | 0.21% | 0.57% | - |
| HSV(B) | 329.36º | 0.28% | 0.66% | - |
| XYZ | 28.1 | 24.04 | 29.95 | - |
| YUV | 137.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 145 | 0 | 0.28 | 0.14 | 0.34 | 329.36 | 0.21 | 0.57 |
| Hex | A8 | 79 | 91 | 0 | 1C | E | 22 | 149 | 15 | 39 |
| Octal | 250 | 171 | 221 | 0 | 34 | 16 | 42 | 511 | 25 | 71 |
| Binary | 10101000 | 1111001 | 10010001 | 0 | 11100 | 1110 | 100010 | 101001001 | 10101 | 111001 |
Color Harmonies of #A87991
Complementary color
Monochromatic Colors of #A87991
Black with #A87991
Text Example
Text Example
White with #A87991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87991; }
p { color: rgb(168,121,145); }
H1.HeaderClassName
{
color: #A87991;
}
.AnyTagClassName
{
color: #A87991;
}
</style>
background-color css
<style>
a { background-color: #A87991; }
a { background-color: rgb(168,121,145); }
div.DivClassName
{
background-color: #A87991;
}
.BgClassName
{
background-color: #A87991;
}
</style>
border-color css
<style>
span { border-color: #A87991; }
span { border-color: rgb(168,121,145); }
td.TdClassName
{
border-color: #A87991;
}
.TagClassName
{
border-color: #A87991;
}
</style>