Shades of Bouquet #A98191
Tints of Bouquet #A98191
RGB
CMYK
RGB Variations
Color information
#A98191 (or 0xA98191) is known color: Bouquet. HEX triplet: A9, 81 and 91. RGB value is (169,129,145). Sum of RGB (Red+Green+Blue) = 169+129+145=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A98191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98191 is #567E6E. Grayscale: #8E8E8E. Windows color (decimal): -5668463 or 9535913. OLE color: 9535913.
HSL color Cylindrical-coordinate representation of color #A98191: hue angle of 336º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98191 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 145 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.34 |
| HSL | 336º | 0.19% | 0.58% | - |
| HSV(B) | 336º | 0.24% | 0.66% | - |
| XYZ | 29.32 | 26.18 | 30.3 | - |
| YUV | 142.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 145 | 0 | 0.24 | 0.14 | 0.34 | 336 | 0.19 | 0.58 |
| Hex | A9 | 81 | 91 | 0 | 18 | E | 22 | 150 | 13 | 3A |
| Octal | 251 | 201 | 221 | 0 | 30 | 16 | 42 | 520 | 23 | 72 |
| Binary | 10101001 | 10000001 | 10010001 | 0 | 11000 | 1110 | 100010 | 101010000 | 10011 | 111010 |
Color Harmonies of #A98191
Complementary color
Monochromatic Colors of #A98191
Black with #A98191
Text Example
Text Example
White with #A98191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98191; }
p { color: rgb(169,129,145); }
H1.HeaderClassName
{
color: #A98191;
}
.AnyTagClassName
{
color: #A98191;
}
</style>
background-color css
<style>
a { background-color: #A98191; }
a { background-color: rgb(169,129,145); }
div.DivClassName
{
background-color: #A98191;
}
.BgClassName
{
background-color: #A98191;
}
</style>
border-color css
<style>
span { border-color: #A98191; }
span { border-color: rgb(169,129,145); }
td.TdClassName
{
border-color: #A98191;
}
.TagClassName
{
border-color: #A98191;
}
</style>