Shades of Bouquet #A6899B
Tints of Bouquet #A6899B
RGB
CMYK
RGB Variations
Color information
#A6899B (or 0xA6899B) is known color: Bouquet. HEX triplet: A6, 89 and 9B. RGB value is (166,137,155). Sum of RGB (Red+Green+Blue) = 166+137+155=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 166 - color contains mainly: red. Hex color #A6899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6899B is #597664. Grayscale: #939393. Windows color (decimal): -5863013 or 10193318. OLE color: 10193318.
HSL color Cylindrical-coordinate representation of color #A6899B: hue angle of 322.76º degrees, saturation: 0.14, 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 #A6899B is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 155 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.35 |
| HSL | 322.76º | 0.14% | 0.59% | - |
| HSV(B) | 322.76º | 0.17% | 0.65% | - |
| XYZ | 30.59 | 28.36 | 34.87 | - |
| YUV | 147.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 155 | 0 | 0.17 | 0.07 | 0.35 | 322.76 | 0.14 | 0.59 |
| Hex | A6 | 89 | 9B | 0 | 11 | 7 | 23 | 143 | E | 3B |
| Octal | 246 | 211 | 233 | 0 | 21 | 7 | 43 | 503 | 16 | 73 |
| Binary | 10100110 | 10001001 | 10011011 | 0 | 10001 | 111 | 100011 | 101000011 | 1110 | 111011 |
Color Harmonies of #A6899B
Complementary color
Monochromatic Colors of #A6899B
Black with #A6899B
Text Example
Text Example
White with #A6899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6899B; }
p { color: rgb(166,137,155); }
H1.HeaderClassName
{
color: #A6899B;
}
.AnyTagClassName
{
color: #A6899B;
}
</style>
background-color css
<style>
a { background-color: #A6899B; }
a { background-color: rgb(166,137,155); }
div.DivClassName
{
background-color: #A6899B;
}
.BgClassName
{
background-color: #A6899B;
}
</style>
border-color css
<style>
span { border-color: #A6899B; }
span { border-color: rgb(166,137,155); }
td.TdClassName
{
border-color: #A6899B;
}
.TagClassName
{
border-color: #A6899B;
}
</style>