Shades of Bouquet #A4899D
Tints of Bouquet #A4899D
RGB
CMYK
RGB Variations
Color information
#A4899D (or 0xA4899D) is known color: Bouquet. HEX triplet: A4, 89 and 9D. RGB value is (164,137,157). Sum of RGB (Red+Green+Blue) = 164+137+157=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A4899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4899D is #5B7662. Grayscale: #939393. Windows color (decimal): -5994083 or 10324388. OLE color: 10324388.
HSL color Cylindrical-coordinate representation of color #A4899D: hue angle of 315.56º 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 #A4899D is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 137 | 157 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.36 |
| HSL | 315.56º | 0.13% | 0.59% | - |
| HSV(B) | 315.56º | 0.16% | 0.64% | - |
| XYZ | 30.34 | 28.22 | 35.75 | - |
| YUV | 147.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 137 | 157 | 0 | 0.16 | 0.04 | 0.36 | 315.56 | 0.13 | 0.59 |
| Hex | A4 | 89 | 9D | 0 | 10 | 4 | 24 | 13C | D | 3B |
| Octal | 244 | 211 | 235 | 0 | 20 | 4 | 44 | 474 | 15 | 73 |
| Binary | 10100100 | 10001001 | 10011101 | 0 | 10000 | 100 | 100100 | 100111100 | 1101 | 111011 |
Color Harmonies of #A4899D
Complementary color
Monochromatic Colors of #A4899D
Black with #A4899D
Text Example
Text Example
White with #A4899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4899D; }
p { color: rgb(164,137,157); }
H1.HeaderClassName
{
color: #A4899D;
}
.AnyTagClassName
{
color: #A4899D;
}
</style>
background-color css
<style>
a { background-color: #A4899D; }
a { background-color: rgb(164,137,157); }
div.DivClassName
{
background-color: #A4899D;
}
.BgClassName
{
background-color: #A4899D;
}
</style>
border-color css
<style>
span { border-color: #A4899D; }
span { border-color: rgb(164,137,157); }
td.TdClassName
{
border-color: #A4899D;
}
.TagClassName
{
border-color: #A4899D;
}
</style>