Shades of Bouquet #A08696
Tints of Bouquet #A08696
RGB
CMYK
RGB Variations
Color information
#A08696 (or 0xA08696) is known color: Bouquet. HEX triplet: A0, 86 and 96. RGB value is (160,134,150). Sum of RGB (Red+Green+Blue) = 160+134+150=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 160 - color contains mainly: red. Hex color #A08696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08696 is #5F7969. Grayscale: #8F8F8F. Windows color (decimal): -6257002 or 9864864. OLE color: 9864864.
HSL color Cylindrical-coordinate representation of color #A08696: hue angle of 323.08º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08696 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 150 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.37 |
| HSL | 323.08º | 0.12% | 0.58% | - |
| HSV(B) | 323.08º | 0.16% | 0.63% | - |
| XYZ | 28.53 | 26.73 | 32.51 | - |
| YUV | 143.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 150 | 0 | 0.16 | 0.06 | 0.37 | 323.08 | 0.12 | 0.58 |
| Hex | A0 | 86 | 96 | 0 | 10 | 6 | 25 | 143 | C | 3A |
| Octal | 240 | 206 | 226 | 0 | 20 | 6 | 45 | 503 | 14 | 72 |
| Binary | 10100000 | 10000110 | 10010110 | 0 | 10000 | 110 | 100101 | 101000011 | 1100 | 111010 |
Color Harmonies of #A08696
Complementary color
Monochromatic Colors of #A08696
Black with #A08696
Text Example
Text Example
White with #A08696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08696; }
p { color: rgb(160,134,150); }
H1.HeaderClassName
{
color: #A08696;
}
.AnyTagClassName
{
color: #A08696;
}
</style>
background-color css
<style>
a { background-color: #A08696; }
a { background-color: rgb(160,134,150); }
div.DivClassName
{
background-color: #A08696;
}
.BgClassName
{
background-color: #A08696;
}
</style>
border-color css
<style>
span { border-color: #A08696; }
span { border-color: rgb(160,134,150); }
td.TdClassName
{
border-color: #A08696;
}
.TagClassName
{
border-color: #A08696;
}
</style>