Shades of Bouquet #A98296
Tints of Bouquet #A98296
RGB
CMYK
RGB Variations
Color information
#A98296 (or 0xA98296) is known color: Bouquet. HEX triplet: A9, 82 and 96. RGB value is (169,130,150). Sum of RGB (Red+Green+Blue) = 169+130+150=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 169 - color contains mainly: red. Hex color #A98296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98296 is #567D69. Grayscale: #8F8F8F. Windows color (decimal): -5668202 or 9863849. OLE color: 9863849.
HSL color Cylindrical-coordinate representation of color #A98296: hue angle of 329.23º 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 #A98296 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 150 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.34 |
| HSL | 329.23º | 0.18% | 0.59% | - |
| HSV(B) | 329.23º | 0.23% | 0.66% | - |
| XYZ | 29.85 | 26.6 | 32.42 | - |
| YUV | 143.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 150 | 0 | 0.23 | 0.11 | 0.34 | 329.23 | 0.18 | 0.59 |
| Hex | A9 | 82 | 96 | 0 | 17 | B | 22 | 149 | 12 | 3B |
| Octal | 251 | 202 | 226 | 0 | 27 | 13 | 42 | 511 | 22 | 73 |
| Binary | 10101001 | 10000010 | 10010110 | 0 | 10111 | 1011 | 100010 | 101001001 | 10010 | 111011 |
Color Harmonies of #A98296
Complementary color
Monochromatic Colors of #A98296
Black with #A98296
Text Example
Text Example
White with #A98296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98296; }
p { color: rgb(169,130,150); }
H1.HeaderClassName
{
color: #A98296;
}
.AnyTagClassName
{
color: #A98296;
}
</style>
background-color css
<style>
a { background-color: #A98296; }
a { background-color: rgb(169,130,150); }
div.DivClassName
{
background-color: #A98296;
}
.BgClassName
{
background-color: #A98296;
}
</style>
border-color css
<style>
span { border-color: #A98296; }
span { border-color: rgb(169,130,150); }
td.TdClassName
{
border-color: #A98296;
}
.TagClassName
{
border-color: #A98296;
}
</style>