Shades of Nomad #A19782
Tints of Nomad #A19782
RGB
CMYK
RGB Variations
Color information
#A19782 (or 0xA19782) is known color: Nomad. HEX triplet: A1, 97 and 82. RGB value is (161,151,130). Sum of RGB (Red+Green+Blue) = 161+151+130=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A19782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19782 is #5E687D. Grayscale: #979797. Windows color (decimal): -6187134 or 8558497. OLE color: 8558497.
HSL color Cylindrical-coordinate representation of color #A19782: hue angle of 40.65º 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 #A19782 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 130 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.37 |
| HSL | 40.65º | 0.14% | 0.57% | - |
| HSV(B) | 40.65º | 0.19% | 0.63% | - |
| XYZ | 29.79 | 31.32 | 25.59 | - |
| YUV | 151.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 130 | 0 | 0.06 | 0.19 | 0.37 | 40.65 | 0.14 | 0.57 |
| Hex | A1 | 97 | 82 | 0 | 6 | 13 | 25 | 29 | E | 39 |
| Octal | 241 | 227 | 202 | 0 | 6 | 23 | 45 | 51 | 16 | 71 |
| Binary | 10100001 | 10010111 | 10000010 | 0 | 110 | 10011 | 100101 | 101001 | 1110 | 111001 |
Color Harmonies of #A19782
Complementary color
Monochromatic Colors of #A19782
Black with #A19782
Text Example
Text Example
White with #A19782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19782; }
p { color: rgb(161,151,130); }
H1.HeaderClassName
{
color: #A19782;
}
.AnyTagClassName
{
color: #A19782;
}
</style>
background-color css
<style>
a { background-color: #A19782; }
a { background-color: rgb(161,151,130); }
div.DivClassName
{
background-color: #A19782;
}
.BgClassName
{
background-color: #A19782;
}
</style>
border-color css
<style>
span { border-color: #A19782; }
span { border-color: rgb(161,151,130); }
td.TdClassName
{
border-color: #A19782;
}
.TagClassName
{
border-color: #A19782;
}
</style>