Shades of Bouquet #A88999
Tints of Bouquet #A88999
RGB
CMYK
RGB Variations
Color information
#A88999 (or 0xA88999) is known color: Bouquet. HEX triplet: A8, 89 and 99. RGB value is (168,137,153). Sum of RGB (Red+Green+Blue) = 168+137+153=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 168 - color contains mainly: red. Hex color #A88999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88999 is #577666. Grayscale: #949494. Windows color (decimal): -5731943 or 10062248. OLE color: 10062248.
HSL color Cylindrical-coordinate representation of color #A88999: hue angle of 329.03º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A88999 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 137 | 153 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.34 |
| HSL | 329.03º | 0.15% | 0.6% | - |
| HSV(B) | 329.03º | 0.18% | 0.66% | - |
| XYZ | 30.84 | 28.52 | 34.02 | - |
| YUV | 148.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 153 | 0 | 0.18 | 0.09 | 0.34 | 329.03 | 0.15 | 0.6 |
| Hex | A8 | 89 | 99 | 0 | 12 | 9 | 22 | 149 | F | 3C |
| Octal | 250 | 211 | 231 | 0 | 22 | 11 | 42 | 511 | 17 | 74 |
| Binary | 10101000 | 10001001 | 10011001 | 0 | 10010 | 1001 | 100010 | 101001001 | 1111 | 111100 |
Color Harmonies of #A88999
Complementary color
Monochromatic Colors of #A88999
Black with #A88999
Text Example
Text Example
White with #A88999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88999; }
p { color: rgb(168,137,153); }
H1.HeaderClassName
{
color: #A88999;
}
.AnyTagClassName
{
color: #A88999;
}
</style>
background-color css
<style>
a { background-color: #A88999; }
a { background-color: rgb(168,137,153); }
div.DivClassName
{
background-color: #A88999;
}
.BgClassName
{
background-color: #A88999;
}
</style>
border-color css
<style>
span { border-color: #A88999; }
span { border-color: rgb(168,137,153); }
td.TdClassName
{
border-color: #A88999;
}
.TagClassName
{
border-color: #A88999;
}
</style>