Shades of Bouquet #A7729B
Tints of Bouquet #A7729B
RGB
CMYK
RGB Variations
Color information
#A7729B (or 0xA7729B) is known color: Bouquet. HEX triplet: A7, 72 and 9B. RGB value is (167,114,155). Sum of RGB (Red+Green+Blue) = 167+114+155=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 167 - color contains mainly: red. Hex color #A7729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7729B is #588D64. Grayscale: #868686. Windows color (decimal): -5803365 or 10187431. OLE color: 10187431.
HSL color Cylindrical-coordinate representation of color #A7729B: hue angle of 313.58º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7729B is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 155 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.35 |
| HSL | 313.58º | 0.23% | 0.55% | - |
| HSV(B) | 313.58º | 0.32% | 0.65% | - |
| XYZ | 27.87 | 22.62 | 33.91 | - |
| YUV | 134.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 155 | 0 | 0.32 | 0.07 | 0.35 | 313.58 | 0.23 | 0.55 |
| Hex | A7 | 72 | 9B | 0 | 20 | 7 | 23 | 13A | 17 | 37 |
| Octal | 247 | 162 | 233 | 0 | 40 | 7 | 43 | 472 | 27 | 67 |
| Binary | 10100111 | 1110010 | 10011011 | 0 | 100000 | 111 | 100011 | 100111010 | 10111 | 110111 |
Color Harmonies of #A7729B
Complementary color
Monochromatic Colors of #A7729B
Black with #A7729B
Text Example
Text Example
White with #A7729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7729B; }
p { color: rgb(167,114,155); }
H1.HeaderClassName
{
color: #A7729B;
}
.AnyTagClassName
{
color: #A7729B;
}
</style>
background-color css
<style>
a { background-color: #A7729B; }
a { background-color: rgb(167,114,155); }
div.DivClassName
{
background-color: #A7729B;
}
.BgClassName
{
background-color: #A7729B;
}
</style>
border-color css
<style>
span { border-color: #A7729B; }
span { border-color: rgb(167,114,155); }
td.TdClassName
{
border-color: #A7729B;
}
.TagClassName
{
border-color: #A7729B;
}
</style>