Shades of Bouquet #A9899A
Tints of Bouquet #A9899A
RGB
CMYK
RGB Variations
Color information
#A9899A (or 0xA9899A) is known color: Bouquet. HEX triplet: A9, 89 and 9A. RGB value is (169,137,154). Sum of RGB (Red+Green+Blue) = 169+137+154=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 169 - color contains mainly: red. Hex color #A9899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9899A is #567665. Grayscale: #949494. Windows color (decimal): -5666406 or 10127785. OLE color: 10127785.
HSL color Cylindrical-coordinate representation of color #A9899A: hue angle of 328.12º 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 #A9899A is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 154 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.34 |
| HSL | 328.13º | 0.16% | 0.6% | - |
| HSV(B) | 328.13º | 0.19% | 0.66% | - |
| XYZ | 31.14 | 28.66 | 34.46 | - |
| YUV | 148.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 154 | 0 | 0.19 | 0.09 | 0.34 | 328.13 | 0.16 | 0.6 |
| Hex | A9 | 89 | 9A | 0 | 13 | 9 | 22 | 148 | 10 | 3C |
| Octal | 251 | 211 | 232 | 0 | 23 | 11 | 42 | 510 | 20 | 74 |
| Binary | 10101001 | 10001001 | 10011010 | 0 | 10011 | 1001 | 100010 | 101001000 | 10000 | 111100 |
Color Harmonies of #A9899A
Complementary color
Monochromatic Colors of #A9899A
Black with #A9899A
Text Example
Text Example
White with #A9899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9899A; }
p { color: rgb(169,137,154); }
H1.HeaderClassName
{
color: #A9899A;
}
.AnyTagClassName
{
color: #A9899A;
}
</style>
background-color css
<style>
a { background-color: #A9899A; }
a { background-color: rgb(169,137,154); }
div.DivClassName
{
background-color: #A9899A;
}
.BgClassName
{
background-color: #A9899A;
}
</style>
border-color css
<style>
span { border-color: #A9899A; }
span { border-color: rgb(169,137,154); }
td.TdClassName
{
border-color: #A9899A;
}
.TagClassName
{
border-color: #A9899A;
}
</style>