Shades of Nomad #A19983
Tints of Nomad #A19983
RGB
CMYK
RGB Variations
Color information
#A19983 (or 0xA19983) is known color: Nomad. HEX triplet: A1, 99 and 83. RGB value is (161,153,131). Sum of RGB (Red+Green+Blue) = 161+153+131=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A19983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19983 is #5E667C. Grayscale: #989898. Windows color (decimal): -6186621 or 8624545. OLE color: 8624545.
HSL color Cylindrical-coordinate representation of color #A19983: hue angle of 44º 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 #A19983 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 131 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.37 |
| HSL | 44º | 0.14% | 0.57% | - |
| HSV(B) | 44º | 0.19% | 0.63% | - |
| XYZ | 30.19 | 32 | 26.06 | - |
| YUV | 152.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 131 | 0 | 0.05 | 0.19 | 0.37 | 44 | 0.14 | 0.57 |
| Hex | A1 | 99 | 83 | 0 | 5 | 13 | 25 | 2C | E | 39 |
| Octal | 241 | 231 | 203 | 0 | 5 | 23 | 45 | 54 | 16 | 71 |
| Binary | 10100001 | 10011001 | 10000011 | 0 | 101 | 10011 | 100101 | 101100 | 1110 | 111001 |
Color Harmonies of #A19983
Complementary color
Monochromatic Colors of #A19983
Black with #A19983
Text Example
Text Example
White with #A19983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19983; }
p { color: rgb(161,153,131); }
H1.HeaderClassName
{
color: #A19983;
}
.AnyTagClassName
{
color: #A19983;
}
</style>
background-color css
<style>
a { background-color: #A19983; }
a { background-color: rgb(161,153,131); }
div.DivClassName
{
background-color: #A19983;
}
.BgClassName
{
background-color: #A19983;
}
</style>
border-color css
<style>
span { border-color: #A19983; }
span { border-color: rgb(161,153,131); }
td.TdClassName
{
border-color: #A19983;
}
.TagClassName
{
border-color: #A19983;
}
</style>