Shades of Nomad #A09782
Tints of Nomad #A09782
RGB
CMYK
RGB Variations
Color information
#A09782 (or 0xA09782) is known color: Nomad. HEX triplet: A0, 97 and 82. RGB value is (160,151,130). Sum of RGB (Red+Green+Blue) = 160+151+130=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A09782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09782 is #5F687D. Grayscale: #979797. Windows color (decimal): -6252670 or 8558496. OLE color: 8558496.
HSL color Cylindrical-coordinate representation of color #A09782: hue angle of 42º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A09782 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 151 | 130 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.37 |
| HSL | 42º | 0.14% | 0.57% | - |
| HSV(B) | 42º | 0.19% | 0.63% | - |
| XYZ | 29.59 | 31.22 | 25.59 | - |
| YUV | 151.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 130 | 0 | 0.06 | 0.19 | 0.37 | 42 | 0.14 | 0.57 |
| Hex | A0 | 97 | 82 | 0 | 6 | 13 | 25 | 2A | E | 39 |
| Octal | 240 | 227 | 202 | 0 | 6 | 23 | 45 | 52 | 16 | 71 |
| Binary | 10100000 | 10010111 | 10000010 | 0 | 110 | 10011 | 100101 | 101010 | 1110 | 111001 |
Color Harmonies of #A09782
Complementary color
Monochromatic Colors of #A09782
Black with #A09782
Text Example
Text Example
White with #A09782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09782; }
p { color: rgb(160,151,130); }
H1.HeaderClassName
{
color: #A09782;
}
.AnyTagClassName
{
color: #A09782;
}
</style>
background-color css
<style>
a { background-color: #A09782; }
a { background-color: rgb(160,151,130); }
div.DivClassName
{
background-color: #A09782;
}
.BgClassName
{
background-color: #A09782;
}
</style>
border-color css
<style>
span { border-color: #A09782; }
span { border-color: rgb(160,151,130); }
td.TdClassName
{
border-color: #A09782;
}
.TagClassName
{
border-color: #A09782;
}
</style>