Shades of Bouquet #A4899A
Tints of Bouquet #A4899A
RGB
CMYK
RGB Variations
Color information
#A4899A (or 0xA4899A) is known color: Bouquet. HEX triplet: A4, 89 and 9A. RGB value is (164,137,154). Sum of RGB (Red+Green+Blue) = 164+137+154=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 164 - color contains mainly: red. Hex color #A4899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4899A is #5B7665. Grayscale: #929292. Windows color (decimal): -5994086 or 10127780. OLE color: 10127780.
HSL color Cylindrical-coordinate representation of color #A4899A: hue angle of 322.22º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4899A is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 137 | 154 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.36 |
| HSL | 322.22º | 0.13% | 0.59% | - |
| HSV(B) | 322.22º | 0.16% | 0.64% | - |
| XYZ | 30.09 | 28.12 | 34.41 | - |
| YUV | 147.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 154 | 0 | 0.16 | 0.06 | 0.36 | 322.22 | 0.13 | 0.59 |
| Hex | A4 | 89 | 9A | 0 | 10 | 6 | 24 | 142 | D | 3B |
| Octal | 244 | 211 | 232 | 0 | 20 | 6 | 44 | 502 | 15 | 73 |
| Binary | 10100100 | 10001001 | 10011010 | 0 | 10000 | 110 | 100100 | 101000010 | 1101 | 111011 |
Color Harmonies of #A4899A
Complementary color
Monochromatic Colors of #A4899A
Black with #A4899A
Text Example
Text Example
White with #A4899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4899A; }
p { color: rgb(164,137,154); }
H1.HeaderClassName
{
color: #A4899A;
}
.AnyTagClassName
{
color: #A4899A;
}
</style>
background-color css
<style>
a { background-color: #A4899A; }
a { background-color: rgb(164,137,154); }
div.DivClassName
{
background-color: #A4899A;
}
.BgClassName
{
background-color: #A4899A;
}
</style>
border-color css
<style>
span { border-color: #A4899A; }
span { border-color: rgb(164,137,154); }
td.TdClassName
{
border-color: #A4899A;
}
.TagClassName
{
border-color: #A4899A;
}
</style>