Shades of Nomad #A09B89
Tints of Nomad #A09B89
RGB
CMYK
RGB Variations
Color information
#A09B89 (or 0xA09B89) is known color: Nomad. HEX triplet: A0, 9B and 89. RGB value is (160,155,137). Sum of RGB (Red+Green+Blue) = 160+155+137=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09B89 is #5F6476. Grayscale: #9A9A9A. Windows color (decimal): -6251639 or 9018272. OLE color: 9018272.
HSL color Cylindrical-coordinate representation of color #A09B89: hue angle of 46.96º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A09B89 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 137 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.37 |
| HSL | 46.96º | 0.11% | 0.58% | - |
| HSV(B) | 46.96º | 0.14% | 0.63% | - |
| XYZ | 30.73 | 32.72 | 28.36 | - |
| YUV | 154.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 137 | 0 | 0.03 | 0.14 | 0.37 | 46.96 | 0.11 | 0.58 |
| Hex | A0 | 9B | 89 | 0 | 3 | E | 25 | 2F | B | 3A |
| Octal | 240 | 233 | 211 | 0 | 3 | 16 | 45 | 57 | 13 | 72 |
| Binary | 10100000 | 10011011 | 10001001 | 0 | 11 | 1110 | 100101 | 101111 | 1011 | 111010 |
Color Harmonies of #A09B89
Complementary color
Monochromatic Colors of #A09B89
Black with #A09B89
Text Example
Text Example
White with #A09B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B89; }
p { color: rgb(160,155,137); }
H1.HeaderClassName
{
color: #A09B89;
}
.AnyTagClassName
{
color: #A09B89;
}
</style>
background-color css
<style>
a { background-color: #A09B89; }
a { background-color: rgb(160,155,137); }
div.DivClassName
{
background-color: #A09B89;
}
.BgClassName
{
background-color: #A09B89;
}
</style>
border-color css
<style>
span { border-color: #A09B89; }
span { border-color: rgb(160,155,137); }
td.TdClassName
{
border-color: #A09B89;
}
.TagClassName
{
border-color: #A09B89;
}
</style>