Shades of Venus #9A8386
Tints of Venus #9A8386
RGB
CMYK
RGB Variations
Color information
#9A8386 (or 0x9A8386) is known color: Venus. HEX triplet: 9A, 83 and 86. RGB value is (154,131,134). Sum of RGB (Red+Green+Blue) = 154+131+134=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8386 is #657C79. Grayscale: #8A8A8A. Windows color (decimal): -6651002 or 8815514. OLE color: 8815514.
HSL color Cylindrical-coordinate representation of color #9A8386: hue angle of 352.17º 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 #9A8386 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 134 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.40 |
| HSL | 352.17º | 0.1% | 0.56% | - |
| HSV(B) | 352.17º | 0.15% | 0.6% | - |
| XYZ | 25.75 | 24.82 | 25.99 | - |
| YUV | 138.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 134 | 0 | 0.15 | 0.13 | 0.40 | 352.17 | 0.1 | 0.56 |
| Hex | 9A | 83 | 86 | 0 | F | D | 28 | 160 | A | 38 |
| Octal | 232 | 203 | 206 | 0 | 17 | 15 | 50 | 540 | 12 | 70 |
| Binary | 10011010 | 10000011 | 10000110 | 0 | 1111 | 1101 | 101000 | 101100000 | 1010 | 111000 |
Color Harmonies of #9A8386
Complementary color
Monochromatic Colors of #9A8386
Black with #9A8386
Text Example
Text Example
White with #9A8386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8386; }
p { color: rgb(154,131,134); }
H1.HeaderClassName
{
color: #9A8386;
}
.AnyTagClassName
{
color: #9A8386;
}
</style>
background-color css
<style>
a { background-color: #9A8386; }
a { background-color: rgb(154,131,134); }
div.DivClassName
{
background-color: #9A8386;
}
.BgClassName
{
background-color: #9A8386;
}
</style>
border-color css
<style>
span { border-color: #9A8386; }
span { border-color: rgb(154,131,134); }
td.TdClassName
{
border-color: #9A8386;
}
.TagClassName
{
border-color: #9A8386;
}
</style>