Shades of Bouquet #A97091
Tints of Bouquet #A97091
RGB
CMYK
RGB Variations
Color information
#A97091 (or 0xA97091) is known color: Bouquet. HEX triplet: A9, 70 and 91. RGB value is (169,112,145). Sum of RGB (Red+Green+Blue) = 169+112+145=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A97091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97091 is #568F6E. Grayscale: #848484. Windows color (decimal): -5672815 or 9531561. OLE color: 9531561.
HSL color Cylindrical-coordinate representation of color #A97091: hue angle of 325.26º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A97091 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 145 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.34 |
| HSL | 325.26º | 0.25% | 0.55% | - |
| HSV(B) | 325.26º | 0.34% | 0.66% | - |
| XYZ | 27.27 | 22.07 | 29.61 | - |
| YUV | 132.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 145 | 0 | 0.34 | 0.14 | 0.34 | 325.26 | 0.25 | 0.55 |
| Hex | A9 | 70 | 91 | 0 | 22 | E | 22 | 145 | 19 | 37 |
| Octal | 251 | 160 | 221 | 0 | 42 | 16 | 42 | 505 | 31 | 67 |
| Binary | 10101001 | 1110000 | 10010001 | 0 | 100010 | 1110 | 100010 | 101000101 | 11001 | 110111 |
Color Harmonies of #A97091
Complementary color
Monochromatic Colors of #A97091
Black with #A97091
Text Example
Text Example
White with #A97091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97091; }
p { color: rgb(169,112,145); }
H1.HeaderClassName
{
color: #A97091;
}
.AnyTagClassName
{
color: #A97091;
}
</style>
background-color css
<style>
a { background-color: #A97091; }
a { background-color: rgb(169,112,145); }
div.DivClassName
{
background-color: #A97091;
}
.BgClassName
{
background-color: #A97091;
}
</style>
border-color css
<style>
span { border-color: #A97091; }
span { border-color: rgb(169,112,145); }
td.TdClassName
{
border-color: #A97091;
}
.TagClassName
{
border-color: #A97091;
}
</style>