Shades of Nomad #9A968E
Tints of Nomad #9A968E
RGB
CMYK
RGB Variations
Color information
#9A968E (or 0x9A968E) is known color: Nomad. HEX triplet: 9A, 96 and 8E. RGB value is (154,150,142). Sum of RGB (Red+Green+Blue) = 154+150+142=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 154 - color contains mainly: red. Hex color #9A968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A968E is #656971. Grayscale: #969696. Windows color (decimal): -6646130 or 9344666. OLE color: 9344666.
HSL color Cylindrical-coordinate representation of color #9A968E: hue angle of 40º 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 #9A968E is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 150 | 142 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.40 |
| HSL | 40º | 0.06% | 0.58% | - |
| HSV(B) | 40º | 0.08% | 0.6% | - |
| XYZ | 29.12 | 30.64 | 29.97 | - |
| YUV | 150.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 142 | 0 | 0.03 | 0.08 | 0.40 | 40 | 0.06 | 0.58 |
| Hex | 9A | 96 | 8E | 0 | 3 | 8 | 28 | 28 | 6 | 3A |
| Octal | 232 | 226 | 216 | 0 | 3 | 10 | 50 | 50 | 6 | 72 |
| Binary | 10011010 | 10010110 | 10001110 | 0 | 11 | 1000 | 101000 | 101000 | 110 | 111010 |
Color Harmonies of #9A968E
Complementary color
Monochromatic Colors of #9A968E
Black with #9A968E
Text Example
Text Example
White with #9A968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A968E; }
p { color: rgb(154,150,142); }
H1.HeaderClassName
{
color: #9A968E;
}
.AnyTagClassName
{
color: #9A968E;
}
</style>
background-color css
<style>
a { background-color: #9A968E; }
a { background-color: rgb(154,150,142); }
div.DivClassName
{
background-color: #9A968E;
}
.BgClassName
{
background-color: #9A968E;
}
</style>
border-color css
<style>
span { border-color: #9A968E; }
span { border-color: rgb(154,150,142); }
td.TdClassName
{
border-color: #9A968E;
}
.TagClassName
{
border-color: #9A968E;
}
</style>