Shades of Bouquet #9A8895
Tints of Bouquet #9A8895
RGB
CMYK
RGB Variations
Color information
#9A8895 (or 0x9A8895) is known color: Bouquet. HEX triplet: 9A, 88 and 95. RGB value is (154,136,149). Sum of RGB (Red+Green+Blue) = 154+136+149=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8895 is #65776A. Grayscale: #8E8E8E. Windows color (decimal): -6649707 or 9799834. OLE color: 9799834.
HSL color Cylindrical-coordinate representation of color #9A8895: hue angle of 316.67º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A8895 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 149 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.40 |
| HSL | 316.67º | 0.08% | 0.57% | - |
| HSV(B) | 316.67º | 0.12% | 0.6% | - |
| XYZ | 27.56 | 26.65 | 32.13 | - |
| YUV | 142.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 149 | 0 | 0.12 | 0.03 | 0.40 | 316.67 | 0.08 | 0.57 |
| Hex | 9A | 88 | 95 | 0 | C | 3 | 28 | 13D | 8 | 39 |
| Octal | 232 | 210 | 225 | 0 | 14 | 3 | 50 | 475 | 10 | 71 |
| Binary | 10011010 | 10001000 | 10010101 | 0 | 1100 | 11 | 101000 | 100111101 | 1000 | 111001 |
Color Harmonies of #9A8895
Complementary color
Monochromatic Colors of #9A8895
Black with #9A8895
Text Example
Text Example
White with #9A8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8895; }
p { color: rgb(154,136,149); }
H1.HeaderClassName
{
color: #9A8895;
}
.AnyTagClassName
{
color: #9A8895;
}
</style>
background-color css
<style>
a { background-color: #9A8895; }
a { background-color: rgb(154,136,149); }
div.DivClassName
{
background-color: #9A8895;
}
.BgClassName
{
background-color: #9A8895;
}
</style>
border-color css
<style>
span { border-color: #9A8895; }
span { border-color: rgb(154,136,149); }
td.TdClassName
{
border-color: #9A8895;
}
.TagClassName
{
border-color: #9A8895;
}
</style>