Shades of Nomad #9A9388
Tints of Nomad #9A9388
RGB
CMYK
RGB Variations
Color information
#9A9388 (or 0x9A9388) is known color: Nomad. HEX triplet: 9A, 93 and 88. RGB value is (154,147,136). Sum of RGB (Red+Green+Blue) = 154+147+136=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9388 is #656C77. Grayscale: #939393. Windows color (decimal): -6646904 or 8950682. OLE color: 8950682.
HSL color Cylindrical-coordinate representation of color #9A9388: hue angle of 36.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 #9A9388 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 147 | 136 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.40 |
| HSL | 36.67º | 0.08% | 0.57% | - |
| HSV(B) | 36.67º | 0.12% | 0.6% | - |
| XYZ | 28.2 | 29.52 | 27.5 | - |
| YUV | 147.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 136 | 0 | 0.05 | 0.12 | 0.40 | 36.67 | 0.08 | 0.57 |
| Hex | 9A | 93 | 88 | 0 | 5 | C | 28 | 25 | 8 | 39 |
| Octal | 232 | 223 | 210 | 0 | 5 | 14 | 50 | 45 | 10 | 71 |
| Binary | 10011010 | 10010011 | 10001000 | 0 | 101 | 1100 | 101000 | 100101 | 1000 | 111001 |
Color Harmonies of #9A9388
Complementary color
Monochromatic Colors of #9A9388
Black with #9A9388
Text Example
Text Example
White with #9A9388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9388; }
p { color: rgb(154,147,136); }
H1.HeaderClassName
{
color: #9A9388;
}
.AnyTagClassName
{
color: #9A9388;
}
</style>
background-color css
<style>
a { background-color: #9A9388; }
a { background-color: rgb(154,147,136); }
div.DivClassName
{
background-color: #9A9388;
}
.BgClassName
{
background-color: #9A9388;
}
</style>
border-color css
<style>
span { border-color: #9A9388; }
span { border-color: rgb(154,147,136); }
td.TdClassName
{
border-color: #9A9388;
}
.TagClassName
{
border-color: #9A9388;
}
</style>