Shades of Bouquet #A9899F
Tints of Bouquet #A9899F
RGB
CMYK
RGB Variations
Color information
#A9899F (or 0xA9899F) is known color: Bouquet. HEX triplet: A9, 89 and 9F. RGB value is (169,137,159). Sum of RGB (Red+Green+Blue) = 169+137+159=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A9899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9899F is #567660. Grayscale: #959595. Windows color (decimal): -5666401 or 10455465. OLE color: 10455465.
HSL color Cylindrical-coordinate representation of color #A9899F: hue angle of 318.75º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9899F is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 159 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.34 |
| HSL | 318.75º | 0.16% | 0.6% | - |
| HSV(B) | 318.75º | 0.19% | 0.66% | - |
| XYZ | 31.57 | 28.83 | 36.7 | - |
| YUV | 149.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 159 | 0 | 0.19 | 0.06 | 0.34 | 318.75 | 0.16 | 0.6 |
| Hex | A9 | 89 | 9F | 0 | 13 | 6 | 22 | 13F | 10 | 3C |
| Octal | 251 | 211 | 237 | 0 | 23 | 6 | 42 | 477 | 20 | 74 |
| Binary | 10101001 | 10001001 | 10011111 | 0 | 10011 | 110 | 100010 | 100111111 | 10000 | 111100 |
Color Harmonies of #A9899F
Complementary color
Monochromatic Colors of #A9899F
Black with #A9899F
Text Example
Text Example
White with #A9899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9899F; }
p { color: rgb(169,137,159); }
H1.HeaderClassName
{
color: #A9899F;
}
.AnyTagClassName
{
color: #A9899F;
}
</style>
background-color css
<style>
a { background-color: #A9899F; }
a { background-color: rgb(169,137,159); }
div.DivClassName
{
background-color: #A9899F;
}
.BgClassName
{
background-color: #A9899F;
}
</style>
border-color css
<style>
span { border-color: #A9899F; }
span { border-color: rgb(169,137,159); }
td.TdClassName
{
border-color: #A9899F;
}
.TagClassName
{
border-color: #A9899F;
}
</style>