Shades of Bouquet #A6889D
Tints of Bouquet #A6889D
RGB
CMYK
RGB Variations
Color information
#A6889D (or 0xA6889D) is known color: Bouquet. HEX triplet: A6, 88 and 9D. RGB value is (166,136,157). Sum of RGB (Red+Green+Blue) = 166+136+157=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 166 - color contains mainly: red. Hex color #A6889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6889D is #597762. Grayscale: #939393. Windows color (decimal): -5863267 or 10324134. OLE color: 10324134.
HSL color Cylindrical-coordinate representation of color #A6889D: hue angle of 318º 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 #A6889D is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 157 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.35 |
| HSL | 318º | 0.14% | 0.59% | - |
| HSV(B) | 318º | 0.18% | 0.65% | - |
| XYZ | 30.62 | 28.15 | 35.72 | - |
| YUV | 147.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 157 | 0 | 0.18 | 0.05 | 0.35 | 318 | 0.14 | 0.59 |
| Hex | A6 | 88 | 9D | 0 | 12 | 5 | 23 | 13E | E | 3B |
| Octal | 246 | 210 | 235 | 0 | 22 | 5 | 43 | 476 | 16 | 73 |
| Binary | 10100110 | 10001000 | 10011101 | 0 | 10010 | 101 | 100011 | 100111110 | 1110 | 111011 |
Color Harmonies of #A6889D
Complementary color
Monochromatic Colors of #A6889D
Black with #A6889D
Text Example
Text Example
White with #A6889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6889D; }
p { color: rgb(166,136,157); }
H1.HeaderClassName
{
color: #A6889D;
}
.AnyTagClassName
{
color: #A6889D;
}
</style>
background-color css
<style>
a { background-color: #A6889D; }
a { background-color: rgb(166,136,157); }
div.DivClassName
{
background-color: #A6889D;
}
.BgClassName
{
background-color: #A6889D;
}
</style>
border-color css
<style>
span { border-color: #A6889D; }
span { border-color: rgb(166,136,157); }
td.TdClassName
{
border-color: #A6889D;
}
.TagClassName
{
border-color: #A6889D;
}
</style>