Shades of Bouquet #A88897
Tints of Bouquet #A88897
RGB
CMYK
RGB Variations
Color information
#A88897 (or 0xA88897) is known color: Bouquet. HEX triplet: A8, 88 and 97. RGB value is (168,136,151). Sum of RGB (Red+Green+Blue) = 168+136+151=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 168 - color contains mainly: red. Hex color #A88897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88897 is #577768. Grayscale: #939393. Windows color (decimal): -5732201 or 9930920. OLE color: 9930920.
HSL color Cylindrical-coordinate representation of color #A88897: hue angle of 331.88º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A88897 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 151 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.34 |
| HSL | 331.88º | 0.16% | 0.6% | - |
| HSV(B) | 331.88º | 0.19% | 0.66% | - |
| XYZ | 30.54 | 28.17 | 33.11 | - |
| YUV | 147.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 151 | 0 | 0.19 | 0.10 | 0.34 | 331.88 | 0.16 | 0.6 |
| Hex | A8 | 88 | 97 | 0 | 13 | A | 22 | 14C | 10 | 3C |
| Octal | 250 | 210 | 227 | 0 | 23 | 12 | 42 | 514 | 20 | 74 |
| Binary | 10101000 | 10001000 | 10010111 | 0 | 10011 | 1010 | 100010 | 101001100 | 10000 | 111100 |
Color Harmonies of #A88897
Complementary color
Monochromatic Colors of #A88897
Black with #A88897
Text Example
Text Example
White with #A88897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88897; }
p { color: rgb(168,136,151); }
H1.HeaderClassName
{
color: #A88897;
}
.AnyTagClassName
{
color: #A88897;
}
</style>
background-color css
<style>
a { background-color: #A88897; }
a { background-color: rgb(168,136,151); }
div.DivClassName
{
background-color: #A88897;
}
.BgClassName
{
background-color: #A88897;
}
</style>
border-color css
<style>
span { border-color: #A88897; }
span { border-color: rgb(168,136,151); }
td.TdClassName
{
border-color: #A88897;
}
.TagClassName
{
border-color: #A88897;
}
</style>