Shades of Bouquet #A5899C
Tints of Bouquet #A5899C
RGB
CMYK
RGB Variations
Color information
#A5899C (or 0xA5899C) is known color: Bouquet. HEX triplet: A5, 89 and 9C. RGB value is (165,137,156). Sum of RGB (Red+Green+Blue) = 165+137+156=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 165 - color contains mainly: red. Hex color #A5899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5899C is #5A7663. Grayscale: #939393. Windows color (decimal): -5928548 or 10258853. OLE color: 10258853.
HSL color Cylindrical-coordinate representation of color #A5899C: hue angle of 319.29º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5899C is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 137 | 156 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.35 |
| HSL | 319.29º | 0.13% | 0.59% | - |
| HSV(B) | 319.29º | 0.17% | 0.65% | - |
| XYZ | 30.46 | 28.29 | 35.31 | - |
| YUV | 147.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 156 | 0 | 0.17 | 0.05 | 0.35 | 319.29 | 0.13 | 0.59 |
| Hex | A5 | 89 | 9C | 0 | 11 | 5 | 23 | 13F | D | 3B |
| Octal | 245 | 211 | 234 | 0 | 21 | 5 | 43 | 477 | 15 | 73 |
| Binary | 10100101 | 10001001 | 10011100 | 0 | 10001 | 101 | 100011 | 100111111 | 1101 | 111011 |
Color Harmonies of #A5899C
Complementary color
Monochromatic Colors of #A5899C
Black with #A5899C
Text Example
Text Example
White with #A5899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5899C; }
p { color: rgb(165,137,156); }
H1.HeaderClassName
{
color: #A5899C;
}
.AnyTagClassName
{
color: #A5899C;
}
</style>
background-color css
<style>
a { background-color: #A5899C; }
a { background-color: rgb(165,137,156); }
div.DivClassName
{
background-color: #A5899C;
}
.BgClassName
{
background-color: #A5899C;
}
</style>
border-color css
<style>
span { border-color: #A5899C; }
span { border-color: rgb(165,137,156); }
td.TdClassName
{
border-color: #A5899C;
}
.TagClassName
{
border-color: #A5899C;
}
</style>