Shades of Bouquet #9A8E96
Tints of Bouquet #9A8E96
RGB
CMYK
RGB Variations
Color information
#9A8E96 (or 0x9A8E96) is known color: Bouquet. HEX triplet: 9A, 8E and 96. RGB value is (154,142,150). Sum of RGB (Red+Green+Blue) = 154+142+150=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8E96 is #657169. Grayscale: #929292. Windows color (decimal): -6648170 or 9866906. OLE color: 9866906.
HSL color Cylindrical-coordinate representation of color #9A8E96: hue angle of 320º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9A8E96 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 142 | 150 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.40 |
| HSL | 320º | 0.06% | 0.58% | - |
| HSV(B) | 320º | 0.08% | 0.6% | - |
| XYZ | 28.5 | 28.42 | 32.84 | - |
| YUV | 146.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 150 | 0 | 0.08 | 0.03 | 0.40 | 320 | 0.06 | 0.58 |
| Hex | 9A | 8E | 96 | 0 | 8 | 3 | 28 | 140 | 6 | 3A |
| Octal | 232 | 216 | 226 | 0 | 10 | 3 | 50 | 500 | 6 | 72 |
| Binary | 10011010 | 10001110 | 10010110 | 0 | 1000 | 11 | 101000 | 101000000 | 110 | 111010 |
Color Harmonies of #9A8E96
Complementary color
Monochromatic Colors of #9A8E96
Black with #9A8E96
Text Example
Text Example
White with #9A8E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8E96; }
p { color: rgb(154,142,150); }
H1.HeaderClassName
{
color: #9A8E96;
}
.AnyTagClassName
{
color: #9A8E96;
}
</style>
background-color css
<style>
a { background-color: #9A8E96; }
a { background-color: rgb(154,142,150); }
div.DivClassName
{
background-color: #9A8E96;
}
.BgClassName
{
background-color: #9A8E96;
}
</style>
border-color css
<style>
span { border-color: #9A8E96; }
span { border-color: rgb(154,142,150); }
td.TdClassName
{
border-color: #9A8E96;
}
.TagClassName
{
border-color: #9A8E96;
}
</style>