Shades of Nomad #A09785
Tints of Nomad #A09785
RGB
CMYK
RGB Variations
Color information
#A09785 (or 0xA09785) is known color: Nomad. HEX triplet: A0, 97 and 85. RGB value is (160,151,133). Sum of RGB (Red+Green+Blue) = 160+151+133=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 160 - color contains mainly: red. Hex color #A09785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09785 is #5F687A. Grayscale: #979797. Windows color (decimal): -6252667 or 8755104. OLE color: 8755104.
HSL color Cylindrical-coordinate representation of color #A09785: hue angle of 40º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A09785 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 151 | 133 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.37 |
| HSL | 40º | 0.12% | 0.57% | - |
| HSV(B) | 40º | 0.17% | 0.63% | - |
| XYZ | 29.8 | 31.3 | 26.66 | - |
| YUV | 151.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 133 | 0 | 0.06 | 0.17 | 0.37 | 40 | 0.12 | 0.57 |
| Hex | A0 | 97 | 85 | 0 | 6 | 11 | 25 | 28 | C | 39 |
| Octal | 240 | 227 | 205 | 0 | 6 | 21 | 45 | 50 | 14 | 71 |
| Binary | 10100000 | 10010111 | 10000101 | 0 | 110 | 10001 | 100101 | 101000 | 1100 | 111001 |
Color Harmonies of #A09785
Complementary color
Monochromatic Colors of #A09785
Black with #A09785
Text Example
Text Example
White with #A09785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09785; }
p { color: rgb(160,151,133); }
H1.HeaderClassName
{
color: #A09785;
}
.AnyTagClassName
{
color: #A09785;
}
</style>
background-color css
<style>
a { background-color: #A09785; }
a { background-color: rgb(160,151,133); }
div.DivClassName
{
background-color: #A09785;
}
.BgClassName
{
background-color: #A09785;
}
</style>
border-color css
<style>
span { border-color: #A09785; }
span { border-color: rgb(160,151,133); }
td.TdClassName
{
border-color: #A09785;
}
.TagClassName
{
border-color: #A09785;
}
</style>