Shades of Bouquet #A08497
Tints of Bouquet #A08497
RGB
CMYK
RGB Variations
Color information
#A08497 (or 0xA08497) is known color: Bouquet. HEX triplet: A0, 84 and 97. RGB value is (160,132,151). Sum of RGB (Red+Green+Blue) = 160+132+151=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A08497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08497 is #5F7B68. Grayscale: #8E8E8E. Windows color (decimal): -6257513 or 9929888. OLE color: 9929888.
HSL color Cylindrical-coordinate representation of color #A08497: hue angle of 319.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08497 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 151 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.37 |
| HSL | 319.29º | 0.13% | 0.57% | - |
| HSV(B) | 319.29º | 0.18% | 0.63% | - |
| XYZ | 28.33 | 26.21 | 32.84 | - |
| YUV | 142.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 151 | 0 | 0.17 | 0.06 | 0.37 | 319.29 | 0.13 | 0.57 |
| Hex | A0 | 84 | 97 | 0 | 11 | 6 | 25 | 13F | D | 39 |
| Octal | 240 | 204 | 227 | 0 | 21 | 6 | 45 | 477 | 15 | 71 |
| Binary | 10100000 | 10000100 | 10010111 | 0 | 10001 | 110 | 100101 | 100111111 | 1101 | 111001 |
Color Harmonies of #A08497
Complementary color
Monochromatic Colors of #A08497
Black with #A08497
Text Example
Text Example
White with #A08497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08497; }
p { color: rgb(160,132,151); }
H1.HeaderClassName
{
color: #A08497;
}
.AnyTagClassName
{
color: #A08497;
}
</style>
background-color css
<style>
a { background-color: #A08497; }
a { background-color: rgb(160,132,151); }
div.DivClassName
{
background-color: #A08497;
}
.BgClassName
{
background-color: #A08497;
}
</style>
border-color css
<style>
span { border-color: #A08497; }
span { border-color: rgb(160,132,151); }
td.TdClassName
{
border-color: #A08497;
}
.TagClassName
{
border-color: #A08497;
}
</style>