Shades of Bouquet #A6739A
Tints of Bouquet #A6739A
RGB
CMYK
RGB Variations
Color information
#A6739A (or 0xA6739A) is known color: Bouquet. HEX triplet: A6, 73 and 9A. RGB value is (166,115,154). Sum of RGB (Red+Green+Blue) = 166+115+154=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6739A is #598C65. Grayscale: #868686. Windows color (decimal): -5868646 or 10122150. OLE color: 10122150.
HSL color Cylindrical-coordinate representation of color #A6739A: hue angle of 314.12º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6739A is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 154 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.35 |
| HSL | 314.12º | 0.22% | 0.55% | - |
| HSV(B) | 314.12º | 0.31% | 0.65% | - |
| XYZ | 27.69 | 22.7 | 33.49 | - |
| YUV | 134.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 154 | 0 | 0.31 | 0.07 | 0.35 | 314.12 | 0.22 | 0.55 |
| Hex | A6 | 73 | 9A | 0 | 1F | 7 | 23 | 13A | 16 | 37 |
| Octal | 246 | 163 | 232 | 0 | 37 | 7 | 43 | 472 | 26 | 67 |
| Binary | 10100110 | 1110011 | 10011010 | 0 | 11111 | 111 | 100011 | 100111010 | 10110 | 110111 |
Color Harmonies of #A6739A
Complementary color
Monochromatic Colors of #A6739A
Black with #A6739A
Text Example
Text Example
White with #A6739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6739A; }
p { color: rgb(166,115,154); }
H1.HeaderClassName
{
color: #A6739A;
}
.AnyTagClassName
{
color: #A6739A;
}
</style>
background-color css
<style>
a { background-color: #A6739A; }
a { background-color: rgb(166,115,154); }
div.DivClassName
{
background-color: #A6739A;
}
.BgClassName
{
background-color: #A6739A;
}
</style>
border-color css
<style>
span { border-color: #A6739A; }
span { border-color: rgb(166,115,154); }
td.TdClassName
{
border-color: #A6739A;
}
.TagClassName
{
border-color: #A6739A;
}
</style>