Shades of Bouquet #A98599
Tints of Bouquet #A98599
RGB
CMYK
RGB Variations
Color information
#A98599 (or 0xA98599) is known color: Bouquet. HEX triplet: A9, 85 and 99. RGB value is (169,133,153). Sum of RGB (Red+Green+Blue) = 169+133+153=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A98599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98599 is #567A66. Grayscale: #929292. Windows color (decimal): -5667431 or 10061225. OLE color: 10061225.
HSL color Cylindrical-coordinate representation of color #A98599: hue angle of 326.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A98599 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 153 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.34 |
| HSL | 326.67º | 0.17% | 0.59% | - |
| HSV(B) | 326.67º | 0.21% | 0.66% | - |
| XYZ | 30.5 | 27.51 | 33.84 | - |
| YUV | 146.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 153 | 0 | 0.21 | 0.09 | 0.34 | 326.67 | 0.17 | 0.59 |
| Hex | A9 | 85 | 99 | 0 | 15 | 9 | 22 | 147 | 11 | 3B |
| Octal | 251 | 205 | 231 | 0 | 25 | 11 | 42 | 507 | 21 | 73 |
| Binary | 10101001 | 10000101 | 10011001 | 0 | 10101 | 1001 | 100010 | 101000111 | 10001 | 111011 |
Color Harmonies of #A98599
Complementary color
Monochromatic Colors of #A98599
Black with #A98599
Text Example
Text Example
White with #A98599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98599; }
p { color: rgb(169,133,153); }
H1.HeaderClassName
{
color: #A98599;
}
.AnyTagClassName
{
color: #A98599;
}
</style>
background-color css
<style>
a { background-color: #A98599; }
a { background-color: rgb(169,133,153); }
div.DivClassName
{
background-color: #A98599;
}
.BgClassName
{
background-color: #A98599;
}
</style>
border-color css
<style>
span { border-color: #A98599; }
span { border-color: rgb(169,133,153); }
td.TdClassName
{
border-color: #A98599;
}
.TagClassName
{
border-color: #A98599;
}
</style>