Shades of Bouquet #A9869D
Tints of Bouquet #A9869D
RGB
CMYK
RGB Variations
Color information
#A9869D (or 0xA9869D) is known color: Bouquet. HEX triplet: A9, 86 and 9D. RGB value is (169,134,157). Sum of RGB (Red+Green+Blue) = 169+134+157=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 169 - color contains mainly: red. Hex color #A9869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9869D is #567962. Grayscale: #939393. Windows color (decimal): -5667171 or 10323625. OLE color: 10323625.
HSL color Cylindrical-coordinate representation of color #A9869D: hue angle of 320.57º 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 #A9869D is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 157 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.34 |
| HSL | 320.57º | 0.17% | 0.59% | - |
| HSV(B) | 320.57º | 0.21% | 0.66% | - |
| XYZ | 30.97 | 27.92 | 35.65 | - |
| YUV | 147.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 157 | 0 | 0.21 | 0.07 | 0.34 | 320.57 | 0.17 | 0.59 |
| Hex | A9 | 86 | 9D | 0 | 15 | 7 | 22 | 141 | 11 | 3B |
| Octal | 251 | 206 | 235 | 0 | 25 | 7 | 42 | 501 | 21 | 73 |
| Binary | 10101001 | 10000110 | 10011101 | 0 | 10101 | 111 | 100010 | 101000001 | 10001 | 111011 |
Color Harmonies of #A9869D
Complementary color
Monochromatic Colors of #A9869D
Black with #A9869D
Text Example
Text Example
White with #A9869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9869D; }
p { color: rgb(169,134,157); }
H1.HeaderClassName
{
color: #A9869D;
}
.AnyTagClassName
{
color: #A9869D;
}
</style>
background-color css
<style>
a { background-color: #A9869D; }
a { background-color: rgb(169,134,157); }
div.DivClassName
{
background-color: #A9869D;
}
.BgClassName
{
background-color: #A9869D;
}
</style>
border-color css
<style>
span { border-color: #A9869D; }
span { border-color: rgb(169,134,157); }
td.TdClassName
{
border-color: #A9869D;
}
.TagClassName
{
border-color: #A9869D;
}
</style>