Shades of Bouquet #A98095
Tints of Bouquet #A98095
RGB
CMYK
RGB Variations
Color information
#A98095 (or 0xA98095) is known color: Bouquet. HEX triplet: A9, 80 and 95. RGB value is (169,128,149). Sum of RGB (Red+Green+Blue) = 169+128+149=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A98095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98095 is #567F6A. Grayscale: #8E8E8E. Windows color (decimal): -5668715 or 9797801. OLE color: 9797801.
HSL color Cylindrical-coordinate representation of color #A98095: hue angle of 329.27º 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 #A98095 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 149 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.34 |
| HSL | 329.27º | 0.19% | 0.58% | - |
| HSV(B) | 329.27º | 0.24% | 0.66% | - |
| XYZ | 29.51 | 26.04 | 31.91 | - |
| YUV | 142.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 149 | 0 | 0.24 | 0.12 | 0.34 | 329.27 | 0.19 | 0.58 |
| Hex | A9 | 80 | 95 | 0 | 18 | C | 22 | 149 | 13 | 3A |
| Octal | 251 | 200 | 225 | 0 | 30 | 14 | 42 | 511 | 23 | 72 |
| Binary | 10101001 | 10000000 | 10010101 | 0 | 11000 | 1100 | 100010 | 101001001 | 10011 | 111010 |
Color Harmonies of #A98095
Complementary color
Monochromatic Colors of #A98095
Black with #A98095
Text Example
Text Example
White with #A98095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98095; }
p { color: rgb(169,128,149); }
H1.HeaderClassName
{
color: #A98095;
}
.AnyTagClassName
{
color: #A98095;
}
</style>
background-color css
<style>
a { background-color: #A98095; }
a { background-color: rgb(169,128,149); }
div.DivClassName
{
background-color: #A98095;
}
.BgClassName
{
background-color: #A98095;
}
</style>
border-color css
<style>
span { border-color: #A98095; }
span { border-color: rgb(169,128,149); }
td.TdClassName
{
border-color: #A98095;
}
.TagClassName
{
border-color: #A98095;
}
</style>