Shades of Bouquet #A9859C
Tints of Bouquet #A9859C
RGB
CMYK
RGB Variations
Color information
#A9859C (or 0xA9859C) is known color: Bouquet. HEX triplet: A9, 85 and 9C. RGB value is (169,133,156). Sum of RGB (Red+Green+Blue) = 169+133+156=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 169 - color contains mainly: red. Hex color #A9859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9859C is #567A63. Grayscale: #929292. Windows color (decimal): -5667428 or 10257833. OLE color: 10257833.
HSL color Cylindrical-coordinate representation of color #A9859C: hue angle of 321.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9859C is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 156 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.34 |
| HSL | 321.67º | 0.17% | 0.59% | - |
| HSV(B) | 321.67º | 0.21% | 0.66% | - |
| XYZ | 30.75 | 27.61 | 35.16 | - |
| YUV | 146.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 156 | 0 | 0.21 | 0.08 | 0.34 | 321.67 | 0.17 | 0.59 |
| Hex | A9 | 85 | 9C | 0 | 15 | 8 | 22 | 142 | 11 | 3B |
| Octal | 251 | 205 | 234 | 0 | 25 | 10 | 42 | 502 | 21 | 73 |
| Binary | 10101001 | 10000101 | 10011100 | 0 | 10101 | 1000 | 100010 | 101000010 | 10001 | 111011 |
Color Harmonies of #A9859C
Complementary color
Monochromatic Colors of #A9859C
Black with #A9859C
Text Example
Text Example
White with #A9859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9859C; }
p { color: rgb(169,133,156); }
H1.HeaderClassName
{
color: #A9859C;
}
.AnyTagClassName
{
color: #A9859C;
}
</style>
background-color css
<style>
a { background-color: #A9859C; }
a { background-color: rgb(169,133,156); }
div.DivClassName
{
background-color: #A9859C;
}
.BgClassName
{
background-color: #A9859C;
}
</style>
border-color css
<style>
span { border-color: #A9859C; }
span { border-color: rgb(169,133,156); }
td.TdClassName
{
border-color: #A9859C;
}
.TagClassName
{
border-color: #A9859C;
}
</style>