Shades of Venus #9A8488
Tints of Venus #9A8488
RGB
CMYK
RGB Variations
Color information
#9A8488 (or 0x9A8488) is known color: Venus. HEX triplet: 9A, 84 and 88. RGB value is (154,132,136). Sum of RGB (Red+Green+Blue) = 154+132+136=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8488 is #657B77. Grayscale: #8B8B8B. Windows color (decimal): -6650744 or 8946842. OLE color: 8946842.
HSL color Cylindrical-coordinate representation of color #9A8488: hue angle of 349.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A8488 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 136 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.40 |
| HSL | 349.09º | 0.1% | 0.56% | - |
| HSV(B) | 349.09º | 0.14% | 0.6% | - |
| XYZ | 26.02 | 25.15 | 26.78 | - |
| YUV | 139.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 136 | 0 | 0.14 | 0.12 | 0.40 | 349.09 | 0.1 | 0.56 |
| Hex | 9A | 84 | 88 | 0 | E | C | 28 | 15D | A | 38 |
| Octal | 232 | 204 | 210 | 0 | 16 | 14 | 50 | 535 | 12 | 70 |
| Binary | 10011010 | 10000100 | 10001000 | 0 | 1110 | 1100 | 101000 | 101011101 | 1010 | 111000 |
Color Harmonies of #9A8488
Complementary color
Monochromatic Colors of #9A8488
Black with #9A8488
Text Example
Text Example
White with #9A8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8488; }
p { color: rgb(154,132,136); }
H1.HeaderClassName
{
color: #9A8488;
}
.AnyTagClassName
{
color: #9A8488;
}
</style>
background-color css
<style>
a { background-color: #9A8488; }
a { background-color: rgb(154,132,136); }
div.DivClassName
{
background-color: #9A8488;
}
.BgClassName
{
background-color: #9A8488;
}
</style>
border-color css
<style>
span { border-color: #9A8488; }
span { border-color: rgb(154,132,136); }
td.TdClassName
{
border-color: #9A8488;
}
.TagClassName
{
border-color: #9A8488;
}
</style>