Shades of Bouquet #A08699
Tints of Bouquet #A08699
RGB
CMYK
RGB Variations
Color information
#A08699 (or 0xA08699) is known color: Bouquet. HEX triplet: A0, 86 and 99. RGB value is (160,134,153). Sum of RGB (Red+Green+Blue) = 160+134+153=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A08699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08699 is #5F7966. Grayscale: #8F8F8F. Windows color (decimal): -6256999 or 10061472. OLE color: 10061472.
HSL color Cylindrical-coordinate representation of color #A08699: hue angle of 316.15º 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 #A08699 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 153 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.37 |
| HSL | 316.15º | 0.12% | 0.58% | - |
| HSV(B) | 316.15º | 0.16% | 0.63% | - |
| XYZ | 28.77 | 26.82 | 33.8 | - |
| YUV | 143.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 153 | 0 | 0.16 | 0.04 | 0.37 | 316.15 | 0.12 | 0.58 |
| Hex | A0 | 86 | 99 | 0 | 10 | 4 | 25 | 13C | C | 3A |
| Octal | 240 | 206 | 231 | 0 | 20 | 4 | 45 | 474 | 14 | 72 |
| Binary | 10100000 | 10000110 | 10011001 | 0 | 10000 | 100 | 100101 | 100111100 | 1100 | 111010 |
Color Harmonies of #A08699
Complementary color
Monochromatic Colors of #A08699
Black with #A08699
Text Example
Text Example
White with #A08699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08699; }
p { color: rgb(160,134,153); }
H1.HeaderClassName
{
color: #A08699;
}
.AnyTagClassName
{
color: #A08699;
}
</style>
background-color css
<style>
a { background-color: #A08699; }
a { background-color: rgb(160,134,153); }
div.DivClassName
{
background-color: #A08699;
}
.BgClassName
{
background-color: #A08699;
}
</style>
border-color css
<style>
span { border-color: #A08699; }
span { border-color: rgb(160,134,153); }
td.TdClassName
{
border-color: #A08699;
}
.TagClassName
{
border-color: #A08699;
}
</style>