Shades of Nomad #A59F89
Tints of Nomad #A59F89
RGB
CMYK
RGB Variations
Color information
#A59F89 (or 0xA59F89) is known color: Nomad. HEX triplet: A5, 9F and 89. RGB value is (165,159,137). Sum of RGB (Red+Green+Blue) = 165+159+137=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59F89 is #5A6076. Grayscale: #9E9E9E. Windows color (decimal): -5922935 or 9019301. OLE color: 9019301.
HSL color Cylindrical-coordinate representation of color #A59F89: hue angle of 47.14º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A59F89 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 159 | 137 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.35 |
| HSL | 47.14º | 0.13% | 0.59% | - |
| HSV(B) | 47.14º | 0.17% | 0.65% | - |
| XYZ | 32.43 | 34.6 | 28.64 | - |
| YUV | 158.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 137 | 0 | 0.04 | 0.17 | 0.35 | 47.14 | 0.13 | 0.59 |
| Hex | A5 | 9F | 89 | 0 | 4 | 11 | 23 | 2F | D | 3B |
| Octal | 245 | 237 | 211 | 0 | 4 | 21 | 43 | 57 | 15 | 73 |
| Binary | 10100101 | 10011111 | 10001001 | 0 | 100 | 10001 | 100011 | 101111 | 1101 | 111011 |
Color Harmonies of #A59F89
Complementary color
Monochromatic Colors of #A59F89
Black with #A59F89
Text Example
Text Example
White with #A59F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59F89; }
p { color: rgb(165,159,137); }
H1.HeaderClassName
{
color: #A59F89;
}
.AnyTagClassName
{
color: #A59F89;
}
</style>
background-color css
<style>
a { background-color: #A59F89; }
a { background-color: rgb(165,159,137); }
div.DivClassName
{
background-color: #A59F89;
}
.BgClassName
{
background-color: #A59F89;
}
</style>
border-color css
<style>
span { border-color: #A59F89; }
span { border-color: rgb(165,159,137); }
td.TdClassName
{
border-color: #A59F89;
}
.TagClassName
{
border-color: #A59F89;
}
</style>