Shades of Bouquet #9A8396
Tints of Bouquet #9A8396
RGB
CMYK
RGB Variations
Color information
#9A8396 (or 0x9A8396) is known color: Bouquet. HEX triplet: 9A, 83 and 96. RGB value is (154,131,150). Sum of RGB (Red+Green+Blue) = 154+131+150=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8396 is #657C69. Grayscale: #8B8B8B. Windows color (decimal): -6650986 or 9864090. OLE color: 9864090.
HSL color Cylindrical-coordinate representation of color #9A8396: hue angle of 310.43º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9A8396 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 150 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.40 |
| HSL | 310.43º | 0.1% | 0.56% | - |
| HSV(B) | 310.43º | 0.15% | 0.6% | - |
| XYZ | 26.95 | 25.3 | 32.32 | - |
| YUV | 140.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 150 | 0 | 0.15 | 0.03 | 0.40 | 310.43 | 0.1 | 0.56 |
| Hex | 9A | 83 | 96 | 0 | F | 3 | 28 | 136 | A | 38 |
| Octal | 232 | 203 | 226 | 0 | 17 | 3 | 50 | 466 | 12 | 70 |
| Binary | 10011010 | 10000011 | 10010110 | 0 | 1111 | 11 | 101000 | 100110110 | 1010 | 111000 |
Color Harmonies of #9A8396
Complementary color
Monochromatic Colors of #9A8396
Black with #9A8396
Text Example
Text Example
White with #9A8396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8396; }
p { color: rgb(154,131,150); }
H1.HeaderClassName
{
color: #9A8396;
}
.AnyTagClassName
{
color: #9A8396;
}
</style>
background-color css
<style>
a { background-color: #9A8396; }
a { background-color: rgb(154,131,150); }
div.DivClassName
{
background-color: #9A8396;
}
.BgClassName
{
background-color: #9A8396;
}
</style>
border-color css
<style>
span { border-color: #9A8396; }
span { border-color: rgb(154,131,150); }
td.TdClassName
{
border-color: #9A8396;
}
.TagClassName
{
border-color: #9A8396;
}
</style>