Shades of Bouquet #A98298
Tints of Bouquet #A98298
RGB
CMYK
RGB Variations
Color information
#A98298 (or 0xA98298) is known color: Bouquet. HEX triplet: A9, 82 and 98. RGB value is (169,130,152). Sum of RGB (Red+Green+Blue) = 169+130+152=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 169 - color contains mainly: red. Hex color #A98298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98298 is #567D67. Grayscale: #909090. Windows color (decimal): -5668200 or 9994921. OLE color: 9994921.
HSL color Cylindrical-coordinate representation of color #A98298: hue angle of 326.15º 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 #A98298 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 152 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.34 |
| HSL | 326.15º | 0.18% | 0.59% | - |
| HSV(B) | 326.15º | 0.23% | 0.66% | - |
| XYZ | 30.01 | 26.67 | 33.27 | - |
| YUV | 144.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 152 | 0 | 0.23 | 0.10 | 0.34 | 326.15 | 0.18 | 0.59 |
| Hex | A9 | 82 | 98 | 0 | 17 | A | 22 | 146 | 12 | 3B |
| Octal | 251 | 202 | 230 | 0 | 27 | 12 | 42 | 506 | 22 | 73 |
| Binary | 10101001 | 10000010 | 10011000 | 0 | 10111 | 1010 | 100010 | 101000110 | 10010 | 111011 |
Color Harmonies of #A98298
Complementary color
Monochromatic Colors of #A98298
Black with #A98298
Text Example
Text Example
White with #A98298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98298; }
p { color: rgb(169,130,152); }
H1.HeaderClassName
{
color: #A98298;
}
.AnyTagClassName
{
color: #A98298;
}
</style>
background-color css
<style>
a { background-color: #A98298; }
a { background-color: rgb(169,130,152); }
div.DivClassName
{
background-color: #A98298;
}
.BgClassName
{
background-color: #A98298;
}
</style>
border-color css
<style>
span { border-color: #A98298; }
span { border-color: rgb(169,130,152); }
td.TdClassName
{
border-color: #A98298;
}
.TagClassName
{
border-color: #A98298;
}
</style>