Shades of Bouquet #A88997
Tints of Bouquet #A88997
RGB
CMYK
RGB Variations
Color information
#A88997 (or 0xA88997) is known color: Bouquet. HEX triplet: A8, 89 and 97. RGB value is (168,137,151). Sum of RGB (Red+Green+Blue) = 168+137+151=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 168 - color contains mainly: red. Hex color #A88997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88997 is #577668. Grayscale: #939393. Windows color (decimal): -5731945 or 9931176. OLE color: 9931176.
HSL color Cylindrical-coordinate representation of color #A88997: hue angle of 332.9º 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 #A88997 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 137 | 151 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.34 |
| HSL | 332.9º | 0.15% | 0.6% | - |
| HSV(B) | 332.9º | 0.18% | 0.66% | - |
| XYZ | 30.68 | 28.45 | 33.15 | - |
| YUV | 147.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 151 | 0 | 0.18 | 0.10 | 0.34 | 332.9 | 0.15 | 0.6 |
| Hex | A8 | 89 | 97 | 0 | 12 | A | 22 | 14D | F | 3C |
| Octal | 250 | 211 | 227 | 0 | 22 | 12 | 42 | 515 | 17 | 74 |
| Binary | 10101000 | 10001001 | 10010111 | 0 | 10010 | 1010 | 100010 | 101001101 | 1111 | 111100 |
Color Harmonies of #A88997
Complementary color
Monochromatic Colors of #A88997
Black with #A88997
Text Example
Text Example
White with #A88997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88997; }
p { color: rgb(168,137,151); }
H1.HeaderClassName
{
color: #A88997;
}
.AnyTagClassName
{
color: #A88997;
}
</style>
background-color css
<style>
a { background-color: #A88997; }
a { background-color: rgb(168,137,151); }
div.DivClassName
{
background-color: #A88997;
}
.BgClassName
{
background-color: #A88997;
}
</style>
border-color css
<style>
span { border-color: #A88997; }
span { border-color: rgb(168,137,151); }
td.TdClassName
{
border-color: #A88997;
}
.TagClassName
{
border-color: #A88997;
}
</style>