Shades of Bouquet #A6889E
Tints of Bouquet #A6889E
RGB
CMYK
RGB Variations
Color information
#A6889E (or 0xA6889E) is known color: Bouquet. HEX triplet: A6, 88 and 9E. RGB value is (166,136,158). Sum of RGB (Red+Green+Blue) = 166+136+158=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 166 - color contains mainly: red. Hex color #A6889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6889E is #597761. Grayscale: #939393. Windows color (decimal): -5863266 or 10389670. OLE color: 10389670.
HSL color Cylindrical-coordinate representation of color #A6889E: hue angle of 316º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6889E is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 158 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.35 |
| HSL | 316º | 0.14% | 0.59% | - |
| HSV(B) | 316º | 0.18% | 0.65% | - |
| XYZ | 30.7 | 28.18 | 36.17 | - |
| YUV | 147.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 158 | 0 | 0.18 | 0.05 | 0.35 | 316 | 0.14 | 0.59 |
| Hex | A6 | 88 | 9E | 0 | 12 | 5 | 23 | 13C | E | 3B |
| Octal | 246 | 210 | 236 | 0 | 22 | 5 | 43 | 474 | 16 | 73 |
| Binary | 10100110 | 10001000 | 10011110 | 0 | 10010 | 101 | 100011 | 100111100 | 1110 | 111011 |
Color Harmonies of #A6889E
Complementary color
Monochromatic Colors of #A6889E
Black with #A6889E
Text Example
Text Example
White with #A6889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6889E; }
p { color: rgb(166,136,158); }
H1.HeaderClassName
{
color: #A6889E;
}
.AnyTagClassName
{
color: #A6889E;
}
</style>
background-color css
<style>
a { background-color: #A6889E; }
a { background-color: rgb(166,136,158); }
div.DivClassName
{
background-color: #A6889E;
}
.BgClassName
{
background-color: #A6889E;
}
</style>
border-color css
<style>
span { border-color: #A6889E; }
span { border-color: rgb(166,136,158); }
td.TdClassName
{
border-color: #A6889E;
}
.TagClassName
{
border-color: #A6889E;
}
</style>