Shades of Bouquet #A6729D
Tints of Bouquet #A6729D
RGB
CMYK
RGB Variations
Color information
#A6729D (or 0xA6729D) is known color: Bouquet. HEX triplet: A6, 72 and 9D. RGB value is (166,114,157). Sum of RGB (Red+Green+Blue) = 166+114+157=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A6729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6729D is #598D62. Grayscale: #868686. Windows color (decimal): -5868899 or 10318502. OLE color: 10318502.
HSL color Cylindrical-coordinate representation of color #A6729D: hue angle of 310.38º degrees, saturation: 0.23, 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 #A6729D is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 157 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.35 |
| HSL | 310.38º | 0.23% | 0.55% | - |
| HSV(B) | 310.38º | 0.31% | 0.65% | - |
| XYZ | 27.83 | 22.58 | 34.79 | - |
| YUV | 134.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 157 | 0 | 0.31 | 0.05 | 0.35 | 310.38 | 0.23 | 0.55 |
| Hex | A6 | 72 | 9D | 0 | 1F | 5 | 23 | 136 | 17 | 37 |
| Octal | 246 | 162 | 235 | 0 | 37 | 5 | 43 | 466 | 27 | 67 |
| Binary | 10100110 | 1110010 | 10011101 | 0 | 11111 | 101 | 100011 | 100110110 | 10111 | 110111 |
Color Harmonies of #A6729D
Complementary color
Monochromatic Colors of #A6729D
Black with #A6729D
Text Example
Text Example
White with #A6729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6729D; }
p { color: rgb(166,114,157); }
H1.HeaderClassName
{
color: #A6729D;
}
.AnyTagClassName
{
color: #A6729D;
}
</style>
background-color css
<style>
a { background-color: #A6729D; }
a { background-color: rgb(166,114,157); }
div.DivClassName
{
background-color: #A6729D;
}
.BgClassName
{
background-color: #A6729D;
}
</style>
border-color css
<style>
span { border-color: #A6729D; }
span { border-color: rgb(166,114,157); }
td.TdClassName
{
border-color: #A6729D;
}
.TagClassName
{
border-color: #A6729D;
}
</style>