Shades of Bouquet #A8889B
Tints of Bouquet #A8889B
RGB
CMYK
RGB Variations
Color information
#A8889B (or 0xA8889B) is known color: Bouquet. HEX triplet: A8, 88 and 9B. RGB value is (168,136,155). Sum of RGB (Red+Green+Blue) = 168+136+155=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 168 - color contains mainly: red. Hex color #A8889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8889B is #577764. Grayscale: #939393. Windows color (decimal): -5732197 or 10193064. OLE color: 10193064.
HSL color Cylindrical-coordinate representation of color #A8889B: hue angle of 324.38º 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 #A8889B is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 155 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.34 |
| HSL | 324.38º | 0.16% | 0.6% | - |
| HSV(B) | 324.38º | 0.19% | 0.66% | - |
| XYZ | 30.87 | 28.3 | 34.85 | - |
| YUV | 147.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 155 | 0 | 0.19 | 0.08 | 0.34 | 324.38 | 0.16 | 0.6 |
| Hex | A8 | 88 | 9B | 0 | 13 | 8 | 22 | 144 | 10 | 3C |
| Octal | 250 | 210 | 233 | 0 | 23 | 10 | 42 | 504 | 20 | 74 |
| Binary | 10101000 | 10001000 | 10011011 | 0 | 10011 | 1000 | 100010 | 101000100 | 10000 | 111100 |
Color Harmonies of #A8889B
Complementary color
Monochromatic Colors of #A8889B
Black with #A8889B
Text Example
Text Example
White with #A8889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8889B; }
p { color: rgb(168,136,155); }
H1.HeaderClassName
{
color: #A8889B;
}
.AnyTagClassName
{
color: #A8889B;
}
</style>
background-color css
<style>
a { background-color: #A8889B; }
a { background-color: rgb(168,136,155); }
div.DivClassName
{
background-color: #A8889B;
}
.BgClassName
{
background-color: #A8889B;
}
</style>
border-color css
<style>
span { border-color: #A8889B; }
span { border-color: rgb(168,136,155); }
td.TdClassName
{
border-color: #A8889B;
}
.TagClassName
{
border-color: #A8889B;
}
</style>