Shades of Bouquet #A98294
Tints of Bouquet #A98294
RGB
CMYK
RGB Variations
Color information
#A98294 (or 0xA98294) is known color: Bouquet. HEX triplet: A9, 82 and 94. RGB value is (169,130,148). Sum of RGB (Red+Green+Blue) = 169+130+148=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A98294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98294 is #567D6B. Grayscale: #8F8F8F. Windows color (decimal): -5668204 or 9732777. OLE color: 9732777.
HSL color Cylindrical-coordinate representation of color #A98294: hue angle of 332.31º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A98294 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 148 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.34 |
| HSL | 332.31º | 0.18% | 0.59% | - |
| HSV(B) | 332.31º | 0.23% | 0.66% | - |
| XYZ | 29.69 | 26.54 | 31.57 | - |
| YUV | 143.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 148 | 0 | 0.23 | 0.12 | 0.34 | 332.31 | 0.18 | 0.59 |
| Hex | A9 | 82 | 94 | 0 | 17 | C | 22 | 14C | 12 | 3B |
| Octal | 251 | 202 | 224 | 0 | 27 | 14 | 42 | 514 | 22 | 73 |
| Binary | 10101001 | 10000010 | 10010100 | 0 | 10111 | 1100 | 100010 | 101001100 | 10010 | 111011 |
Color Harmonies of #A98294
Complementary color
Monochromatic Colors of #A98294
Black with #A98294
Text Example
Text Example
White with #A98294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98294; }
p { color: rgb(169,130,148); }
H1.HeaderClassName
{
color: #A98294;
}
.AnyTagClassName
{
color: #A98294;
}
</style>
background-color css
<style>
a { background-color: #A98294; }
a { background-color: rgb(169,130,148); }
div.DivClassName
{
background-color: #A98294;
}
.BgClassName
{
background-color: #A98294;
}
</style>
border-color css
<style>
span { border-color: #A98294; }
span { border-color: rgb(169,130,148); }
td.TdClassName
{
border-color: #A98294;
}
.TagClassName
{
border-color: #A98294;
}
</style>