Shades of Bouquet #A98299
Tints of Bouquet #A98299
RGB
CMYK
RGB Variations
Color information
#A98299 (or 0xA98299) is known color: Bouquet. HEX triplet: A9, 82 and 99. RGB value is (169,130,153). Sum of RGB (Red+Green+Blue) = 169+130+153=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A98299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98299 is #567D66. Grayscale: #909090. Windows color (decimal): -5668199 or 10060457. OLE color: 10060457.
HSL color Cylindrical-coordinate representation of color #A98299: hue angle of 324.62º 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 #A98299 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 153 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.34 |
| HSL | 324.62º | 0.18% | 0.59% | - |
| HSV(B) | 324.62º | 0.23% | 0.66% | - |
| XYZ | 30.09 | 26.7 | 33.7 | - |
| YUV | 144.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 153 | 0 | 0.23 | 0.09 | 0.34 | 324.62 | 0.18 | 0.59 |
| Hex | A9 | 82 | 99 | 0 | 17 | 9 | 22 | 145 | 12 | 3B |
| Octal | 251 | 202 | 231 | 0 | 27 | 11 | 42 | 505 | 22 | 73 |
| Binary | 10101001 | 10000010 | 10011001 | 0 | 10111 | 1001 | 100010 | 101000101 | 10010 | 111011 |
Color Harmonies of #A98299
Complementary color
Monochromatic Colors of #A98299
Black with #A98299
Text Example
Text Example
White with #A98299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98299; }
p { color: rgb(169,130,153); }
H1.HeaderClassName
{
color: #A98299;
}
.AnyTagClassName
{
color: #A98299;
}
</style>
background-color css
<style>
a { background-color: #A98299; }
a { background-color: rgb(169,130,153); }
div.DivClassName
{
background-color: #A98299;
}
.BgClassName
{
background-color: #A98299;
}
</style>
border-color css
<style>
span { border-color: #A98299; }
span { border-color: rgb(169,130,153); }
td.TdClassName
{
border-color: #A98299;
}
.TagClassName
{
border-color: #A98299;
}
</style>