Shades of Bouquet #A77392
Tints of Bouquet #A77392
RGB
CMYK
RGB Variations
Color information
#A77392 (or 0xA77392) is known color: Bouquet. HEX triplet: A7, 73 and 92. RGB value is (167,115,146). Sum of RGB (Red+Green+Blue) = 167+115+146=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A77392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77392 is #588C6D. Grayscale: #868686. Windows color (decimal): -5803118 or 9597863. OLE color: 9597863.
HSL color Cylindrical-coordinate representation of color #A77392: hue angle of 324.23º 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 #A77392 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 115 | 146 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.35 |
| HSL | 324.23º | 0.23% | 0.55% | - |
| HSV(B) | 324.23º | 0.31% | 0.65% | - |
| XYZ | 27.26 | 22.55 | 30.11 | - |
| YUV | 134.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 146 | 0 | 0.31 | 0.13 | 0.35 | 324.23 | 0.23 | 0.55 |
| Hex | A7 | 73 | 92 | 0 | 1F | D | 23 | 144 | 17 | 37 |
| Octal | 247 | 163 | 222 | 0 | 37 | 15 | 43 | 504 | 27 | 67 |
| Binary | 10100111 | 1110011 | 10010010 | 0 | 11111 | 1101 | 100011 | 101000100 | 10111 | 110111 |
Color Harmonies of #A77392
Complementary color
Monochromatic Colors of #A77392
Black with #A77392
Text Example
Text Example
White with #A77392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77392; }
p { color: rgb(167,115,146); }
H1.HeaderClassName
{
color: #A77392;
}
.AnyTagClassName
{
color: #A77392;
}
</style>
background-color css
<style>
a { background-color: #A77392; }
a { background-color: rgb(167,115,146); }
div.DivClassName
{
background-color: #A77392;
}
.BgClassName
{
background-color: #A77392;
}
</style>
border-color css
<style>
span { border-color: #A77392; }
span { border-color: rgb(167,115,146); }
td.TdClassName
{
border-color: #A77392;
}
.TagClassName
{
border-color: #A77392;
}
</style>