Shades of Bouquet #A9879A
Tints of Bouquet #A9879A
RGB
CMYK
RGB Variations
Color information
#A9879A (or 0xA9879A) is known color: Bouquet. HEX triplet: A9, 87 and 9A. RGB value is (169,135,154). Sum of RGB (Red+Green+Blue) = 169+135+154=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 169 - color contains mainly: red. Hex color #A9879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9879A is #567865. Grayscale: #939393. Windows color (decimal): -5666918 or 10127273. OLE color: 10127273.
HSL color Cylindrical-coordinate representation of color #A9879A: hue angle of 326.47º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9879A is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 135 | 154 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.34 |
| HSL | 326.47º | 0.17% | 0.6% | - |
| HSV(B) | 326.47º | 0.2% | 0.66% | - |
| XYZ | 30.86 | 28.1 | 34.37 | - |
| YUV | 147.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 154 | 0 | 0.20 | 0.09 | 0.34 | 326.47 | 0.17 | 0.6 |
| Hex | A9 | 87 | 9A | 0 | 14 | 9 | 22 | 146 | 11 | 3C |
| Octal | 251 | 207 | 232 | 0 | 24 | 11 | 42 | 506 | 21 | 74 |
| Binary | 10101001 | 10000111 | 10011010 | 0 | 10100 | 1001 | 100010 | 101000110 | 10001 | 111100 |
Color Harmonies of #A9879A
Complementary color
Monochromatic Colors of #A9879A
Black with #A9879A
Text Example
Text Example
White with #A9879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9879A; }
p { color: rgb(169,135,154); }
H1.HeaderClassName
{
color: #A9879A;
}
.AnyTagClassName
{
color: #A9879A;
}
</style>
background-color css
<style>
a { background-color: #A9879A; }
a { background-color: rgb(169,135,154); }
div.DivClassName
{
background-color: #A9879A;
}
.BgClassName
{
background-color: #A9879A;
}
</style>
border-color css
<style>
span { border-color: #A9879A; }
span { border-color: rgb(169,135,154); }
td.TdClassName
{
border-color: #A9879A;
}
.TagClassName
{
border-color: #A9879A;
}
</style>