Shades of Bouquet #A98896
Tints of Bouquet #A98896
RGB
CMYK
RGB Variations
Color information
#A98896 (or 0xA98896) is known color: Bouquet. HEX triplet: A9, 88 and 96. RGB value is (169,136,150). Sum of RGB (Red+Green+Blue) = 169+136+150=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A98896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98896 is #567769. Grayscale: #939393. Windows color (decimal): -5666666 or 9865385. OLE color: 9865385.
HSL color Cylindrical-coordinate representation of color #A98896: hue angle of 334.55º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A98896 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 136 | 150 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.34 |
| HSL | 334.55º | 0.16% | 0.6% | - |
| HSV(B) | 334.55º | 0.2% | 0.66% | - |
| XYZ | 30.67 | 28.25 | 32.69 | - |
| YUV | 147.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 150 | 0 | 0.20 | 0.11 | 0.34 | 334.55 | 0.16 | 0.6 |
| Hex | A9 | 88 | 96 | 0 | 14 | B | 22 | 14F | 10 | 3C |
| Octal | 251 | 210 | 226 | 0 | 24 | 13 | 42 | 517 | 20 | 74 |
| Binary | 10101001 | 10001000 | 10010110 | 0 | 10100 | 1011 | 100010 | 101001111 | 10000 | 111100 |
Color Harmonies of #A98896
Complementary color
Monochromatic Colors of #A98896
Black with #A98896
Text Example
Text Example
White with #A98896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98896; }
p { color: rgb(169,136,150); }
H1.HeaderClassName
{
color: #A98896;
}
.AnyTagClassName
{
color: #A98896;
}
</style>
background-color css
<style>
a { background-color: #A98896; }
a { background-color: rgb(169,136,150); }
div.DivClassName
{
background-color: #A98896;
}
.BgClassName
{
background-color: #A98896;
}
</style>
border-color css
<style>
span { border-color: #A98896; }
span { border-color: rgb(169,136,150); }
td.TdClassName
{
border-color: #A98896;
}
.TagClassName
{
border-color: #A98896;
}
</style>