Shades of Bouquet #A9859E
Tints of Bouquet #A9859E
RGB
CMYK
RGB Variations
Color information
#A9859E (or 0xA9859E) is known color: Bouquet. HEX triplet: A9, 85 and 9E. RGB value is (169,133,158). Sum of RGB (Red+Green+Blue) = 169+133+158=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 169 - color contains mainly: red. Hex color #A9859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9859E is #567A61. Grayscale: #929292. Windows color (decimal): -5667426 or 10388905. OLE color: 10388905.
HSL color Cylindrical-coordinate representation of color #A9859E: hue angle of 318.33º 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 #A9859E is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 158 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.34 |
| HSL | 318.33º | 0.17% | 0.59% | - |
| HSV(B) | 318.33º | 0.21% | 0.66% | - |
| XYZ | 30.92 | 27.68 | 36.06 | - |
| YUV | 146.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 158 | 0 | 0.21 | 0.07 | 0.34 | 318.33 | 0.17 | 0.59 |
| Hex | A9 | 85 | 9E | 0 | 15 | 7 | 22 | 13E | 11 | 3B |
| Octal | 251 | 205 | 236 | 0 | 25 | 7 | 42 | 476 | 21 | 73 |
| Binary | 10101001 | 10000101 | 10011110 | 0 | 10101 | 111 | 100010 | 100111110 | 10001 | 111011 |
Color Harmonies of #A9859E
Complementary color
Monochromatic Colors of #A9859E
Black with #A9859E
Text Example
Text Example
White with #A9859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9859E; }
p { color: rgb(169,133,158); }
H1.HeaderClassName
{
color: #A9859E;
}
.AnyTagClassName
{
color: #A9859E;
}
</style>
background-color css
<style>
a { background-color: #A9859E; }
a { background-color: rgb(169,133,158); }
div.DivClassName
{
background-color: #A9859E;
}
.BgClassName
{
background-color: #A9859E;
}
</style>
border-color css
<style>
span { border-color: #A9859E; }
span { border-color: rgb(169,133,158); }
td.TdClassName
{
border-color: #A9859E;
}
.TagClassName
{
border-color: #A9859E;
}
</style>