Shades of Nomad #9A9588
Tints of Nomad #9A9588
RGB
CMYK
RGB Variations
Color information
#9A9588 (or 0x9A9588) is known color: Nomad. HEX triplet: 9A, 95 and 88. RGB value is (154,149,136). Sum of RGB (Red+Green+Blue) = 154+149+136=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9588 is #656A77. Grayscale: #959595. Windows color (decimal): -6646392 or 8951194. OLE color: 8951194.
HSL color Cylindrical-coordinate representation of color #9A9588: hue angle of 43.33º 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 #9A9588 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 149 | 136 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.40 |
| HSL | 43.33º | 0.08% | 0.57% | - |
| HSV(B) | 43.33º | 0.12% | 0.6% | - |
| XYZ | 28.52 | 30.14 | 27.61 | - |
| YUV | 149.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 136 | 0 | 0.03 | 0.12 | 0.40 | 43.33 | 0.08 | 0.57 |
| Hex | 9A | 95 | 88 | 0 | 3 | C | 28 | 2B | 8 | 39 |
| Octal | 232 | 225 | 210 | 0 | 3 | 14 | 50 | 53 | 10 | 71 |
| Binary | 10011010 | 10010101 | 10001000 | 0 | 11 | 1100 | 101000 | 101011 | 1000 | 111001 |
Color Harmonies of #9A9588
Complementary color
Monochromatic Colors of #9A9588
Black with #9A9588
Text Example
Text Example
White with #9A9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9588; }
p { color: rgb(154,149,136); }
H1.HeaderClassName
{
color: #9A9588;
}
.AnyTagClassName
{
color: #9A9588;
}
</style>
background-color css
<style>
a { background-color: #9A9588; }
a { background-color: rgb(154,149,136); }
div.DivClassName
{
background-color: #9A9588;
}
.BgClassName
{
background-color: #9A9588;
}
</style>
border-color css
<style>
span { border-color: #9A9588; }
span { border-color: rgb(154,149,136); }
td.TdClassName
{
border-color: #9A9588;
}
.TagClassName
{
border-color: #9A9588;
}
</style>