Shades of Bouquet #A78896
Tints of Bouquet #A78896
RGB
CMYK
RGB Variations
Color information
#A78896 (or 0xA78896) is known color: Bouquet. HEX triplet: A7, 88 and 96. RGB value is (167,136,150). Sum of RGB (Red+Green+Blue) = 167+136+150=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 167 - color contains mainly: red. Hex color #A78896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78896 is #587769. Grayscale: #929292. Windows color (decimal): -5797738 or 9865383. OLE color: 9865383.
HSL color Cylindrical-coordinate representation of color #A78896: hue angle of 332.9º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A78896 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 136 | 150 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.35 |
| HSL | 332.9º | 0.15% | 0.59% | - |
| HSV(B) | 332.9º | 0.19% | 0.65% | - |
| XYZ | 30.25 | 28.03 | 32.67 | - |
| YUV | 146.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 150 | 0 | 0.19 | 0.10 | 0.35 | 332.9 | 0.15 | 0.59 |
| Hex | A7 | 88 | 96 | 0 | 13 | A | 23 | 14D | F | 3B |
| Octal | 247 | 210 | 226 | 0 | 23 | 12 | 43 | 515 | 17 | 73 |
| Binary | 10100111 | 10001000 | 10010110 | 0 | 10011 | 1010 | 100011 | 101001101 | 1111 | 111011 |
Color Harmonies of #A78896
Complementary color
Monochromatic Colors of #A78896
Black with #A78896
Text Example
Text Example
White with #A78896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78896; }
p { color: rgb(167,136,150); }
H1.HeaderClassName
{
color: #A78896;
}
.AnyTagClassName
{
color: #A78896;
}
</style>
background-color css
<style>
a { background-color: #A78896; }
a { background-color: rgb(167,136,150); }
div.DivClassName
{
background-color: #A78896;
}
.BgClassName
{
background-color: #A78896;
}
</style>
border-color css
<style>
span { border-color: #A78896; }
span { border-color: rgb(167,136,150); }
td.TdClassName
{
border-color: #A78896;
}
.TagClassName
{
border-color: #A78896;
}
</style>