Shades of Bouquet #A78196
Tints of Bouquet #A78196
RGB
CMYK
RGB Variations
Color information
#A78196 (or 0xA78196) is known color: Bouquet. HEX triplet: A7, 81 and 96. RGB value is (167,129,150). Sum of RGB (Red+Green+Blue) = 167+129+150=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 167 - color contains mainly: red. Hex color #A78196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78196 is #587E69. Grayscale: #8E8E8E. Windows color (decimal): -5799530 or 9863591. OLE color: 9863591.
HSL color Cylindrical-coordinate representation of color #A78196: hue angle of 326.84º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78196 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 129 | 150 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.35 |
| HSL | 326.84º | 0.18% | 0.58% | - |
| HSV(B) | 326.84º | 0.23% | 0.65% | - |
| XYZ | 29.29 | 26.12 | 32.35 | - |
| YUV | 142.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 150 | 0 | 0.23 | 0.10 | 0.35 | 326.84 | 0.18 | 0.58 |
| Hex | A7 | 81 | 96 | 0 | 17 | A | 23 | 147 | 12 | 3A |
| Octal | 247 | 201 | 226 | 0 | 27 | 12 | 43 | 507 | 22 | 72 |
| Binary | 10100111 | 10000001 | 10010110 | 0 | 10111 | 1010 | 100011 | 101000111 | 10010 | 111010 |
Color Harmonies of #A78196
Complementary color
Monochromatic Colors of #A78196
Black with #A78196
Text Example
Text Example
White with #A78196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78196; }
p { color: rgb(167,129,150); }
H1.HeaderClassName
{
color: #A78196;
}
.AnyTagClassName
{
color: #A78196;
}
</style>
background-color css
<style>
a { background-color: #A78196; }
a { background-color: rgb(167,129,150); }
div.DivClassName
{
background-color: #A78196;
}
.BgClassName
{
background-color: #A78196;
}
</style>
border-color css
<style>
span { border-color: #A78196; }
span { border-color: rgb(167,129,150); }
td.TdClassName
{
border-color: #A78196;
}
.TagClassName
{
border-color: #A78196;
}
</style>